/* /Components/Pages/Claim/ClaimDetail.razor.rz.scp.css */
.claim-status-summary[b-v2g7h6ulet] {
    font-size: 0.95rem;
}

.claim-edit-reason[b-v2g7h6ulet] {
    align-items: center;
    border-radius: 0.35rem;
    display: flex;
    font-size: 0.95rem;
    font-weight: 600;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.7rem 0.75rem;
}

.claim-edit-reason-updated[b-v2g7h6ulet] {
    flex: 0 0 auto;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.35;
    margin-left: auto;
    text-align: right;
}

.claim-detail-sections[b-v2g7h6ulet] {
    display: flex;
    flex-direction: column;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-creditor {
    order: 10;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-data {
    order: 20;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-chat {
    order: 30;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-evidence {
    order: 40;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-message {
    order: 50;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-history {
    order: 60;
}

.claim-detail-sections[b-v2g7h6ulet]  .claim-detail-card-financial-report {
    order: 100;
}

.claim-status-grid[b-v2g7h6ulet] {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) minmax(100px, 0.6fr) minmax(160px, 0.9fr) minmax(180px, 1fr) minmax(220px, 1.2fr);
    align-items: center;
    column-gap: 1rem;
}

.claim-status-header[b-v2g7h6ulet] {
    padding: 0.35rem 0.75rem;
    font-weight: 700;
    color: #474747;
}

.claim-status-row[b-v2g7h6ulet] {
    padding: 0.7rem 0.75rem;
    font-weight: 600;
}

.claim-status-row a[b-v2g7h6ulet] {
    color: inherit;
    text-decoration: none;
}

.claim-status-row a:hover[b-v2g7h6ulet],
.claim-status-row a:focus[b-v2g7h6ulet] {
    text-decoration: underline;
}

.claim-status-submitted[b-v2g7h6ulet] {
    background: #669acb;
    color: #fff;
}

.claim-status-pending[b-v2g7h6ulet] {
    background: #fff3cd;
    color: #664d03;
}

.claim-status-approved[b-v2g7h6ulet] {
    background: #60ff98;
    color: #474747;
}

.claim-status-rejected[b-v2g7h6ulet] {
    background: #f8ad99;
    color: #474747;
}

.claim-status-withdrawn[b-v2g7h6ulet] {
    background: #e2e3e5;
    color: #41464b;
}

.history-claim-details[b-v2g7h6ulet] {
    display: grid;
    gap: 1.25rem;
}

.history-claim-details section[b-v2g7h6ulet] {
    border-left: 2px solid #669acb;
    padding-left: 1rem;
}

.history-claim-details h3[b-v2g7h6ulet] {
    border-bottom: 1px solid #d6e3ef;
    color: #474747;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    padding-bottom: 0.45rem;
}

.history-claim-grid[b-v2g7h6ulet] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0.45rem;
}

.history-claim-text[b-v2g7h6ulet] {
    white-space: pre-wrap;
}

@media (max-width: 900px) {
    .claim-edit-reason[b-v2g7h6ulet] {
        align-items: flex-start;
        flex-direction: column;
    }

    .claim-edit-reason-updated[b-v2g7h6ulet] {
        align-self: stretch;
        margin-left: 0;
        text-align: right;
    }

    .claim-status-header[b-v2g7h6ulet] {
        display: none;
    }

    .claim-status-grid[b-v2g7h6ulet] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        row-gap: 0.35rem;
    }

    .history-claim-grid[b-v2g7h6ulet] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Components/Pages/Insolvency/InsolvencyDetail.razor.rz.scp.css */
.insolvency-layout-summary[b-1p9ge8bwct] {
    display: none;
}

.insolvency-detail-layout--classic .insolvency-layout-summary[b-1p9ge8bwct],
.insolvency-detail-layout--case .insolvency-layout-summary[b-1p9ge8bwct],
.insolvency-detail-layout--modern .insolvency-layout-summary[b-1p9ge8bwct] {
    display: grid;
    margin-top: 0.5rem;
}

.insolvency-layout-summary h2[b-1p9ge8bwct],
.insolvency-layout-summary dl[b-1p9ge8bwct],
.insolvency-layout-summary dd[b-1p9ge8bwct] {
    margin: 0;
}

.insolvency-layout-summary__eyebrow[b-1p9ge8bwct],
.insolvency-layout-summary dt[b-1p9ge8bwct] {
    color: #657384;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.insolvency-layout-summary__facts[b-1p9ge8bwct] {
    display: grid;
    gap: 0;
}

.insolvency-layout-summary__facts > div[b-1p9ge8bwct] {
    min-width: 0;
}

/* Classic: compact information blocks and dense tables, matching the former Trustee rhythm. */
.insolvency-detail-layout--classic .insolvency-layout-summary[b-1p9ge8bwct] {
    border: 1px solid #c7d0da;
    border-radius: 0;
    grid-template-columns: minmax(15rem, 0.8fr) minmax(25rem, 2fr);
}

.insolvency-detail-layout--classic .insolvency-layout-summary__identity[b-1p9ge8bwct] {
    background: #f2f5f8;
    border-right: 1px solid #c7d0da;
    padding: 0.75rem 0.9rem;
}

.insolvency-detail-layout--classic .insolvency-layout-summary__identity h2[b-1p9ge8bwct] {
    font-size: 1.05rem;
    margin: 0.15rem 0;
}

.insolvency-detail-layout--classic .insolvency-layout-summary__facts[b-1p9ge8bwct] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insolvency-detail-layout--classic .insolvency-layout-summary__facts > div[b-1p9ge8bwct] {
    border-bottom: 1px solid #d9e0e7;
    padding: 0.45rem 0.7rem;
}

.insolvency-detail-layout--classic[b-1p9ge8bwct]  .card-collapse {
    border-radius: 0;
    box-shadow: none;
}

.insolvency-detail-layout--classic[b-1p9ge8bwct]  .insolvency-primary-card .table td {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}

/* Dossier: a case-oriented identity rail with content beside it. */
.insolvency-detail-layout--case .insolvency-layout-summary[b-1p9ge8bwct] {
    background: #f5f7f9;
    border: 1px solid #d5dde5;
    grid-template-columns: minmax(15rem, 0.75fr) minmax(28rem, 2fr);
}

.insolvency-detail-layout--case .insolvency-layout-summary__identity[b-1p9ge8bwct] {
    background: #eaf1f7;
    border-left: 0.35rem solid #006bb7;
    padding: 1rem;
}

.insolvency-detail-layout--case .insolvency-layout-summary__identity h2[b-1p9ge8bwct] {
    font-size: 1.2rem;
    margin: 0.25rem 0;
}

.insolvency-detail-layout--case .insolvency-layout-summary__facts[b-1p9ge8bwct] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.45rem;
}

.insolvency-detail-layout--case .insolvency-layout-summary__facts > div[b-1p9ge8bwct] {
    background: #fff;
    border: 1px solid #e0e5ea;
    margin: 0.25rem;
    padding: 0.6rem 0.7rem;
}

.insolvency-detail-layout--case[b-1p9ge8bwct]  .card-collapse {
    border-color: #d5dde5;
    box-shadow: none;
}

/* Modern: Bootstrap 5.3 card/grid treatment used by current business applications. */
.insolvency-detail-layout--modern .insolvency-layout-summary[b-1p9ge8bwct] {
    gap: 0.75rem;
    grid-template-columns: minmax(16rem, 1fr) minmax(30rem, 2fr);
}

.insolvency-detail-layout--modern .insolvency-layout-summary__identity[b-1p9ge8bwct],
.insolvency-detail-layout--modern .insolvency-layout-summary__facts > div[b-1p9ge8bwct] {
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 0.65rem;
    box-shadow: 0 0.2rem 0.75rem rgba(24, 39, 58, 0.06);
}

.insolvency-detail-layout--modern .insolvency-layout-summary__identity[b-1p9ge8bwct] {
    padding: 1rem 1.1rem;
}

.insolvency-detail-layout--modern .insolvency-layout-summary__identity h2[b-1p9ge8bwct] {
    font-size: 1.25rem;
    margin: 0.3rem 0;
}

.insolvency-detail-layout--modern .insolvency-layout-summary__facts[b-1p9ge8bwct] {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insolvency-detail-layout--modern .insolvency-layout-summary__facts > div[b-1p9ge8bwct] {
    padding: 0.7rem 0.8rem;
}

.insolvency-detail-layout--modern[b-1p9ge8bwct]  .card-collapse {
    border-color: #dbe3ec;
    border-radius: 0.65rem;
    box-shadow: 0 0.2rem 0.75rem rgba(24, 39, 58, 0.05);
}

.claim-list-toolbar[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
}

.claim-list-filter[b-1p9ge8bwct],
.claim-list-card[b-1p9ge8bwct] {
    border-color: #d8dee6;
    box-shadow: 0 1px 2px rgba(20, 35, 55, 0.04);
}

.claim-list-card > .card-body[b-1p9ge8bwct] {
    padding: 0.5rem;
}

.claim-list-filter .form-label[b-1p9ge8bwct] {
    color: #596575;
    font-size: 0.78rem;
    margin-bottom: 0.2rem;
}

.claim-list-filter-actions[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.claim-list-bulk-panel[b-1p9ge8bwct] {
    background: #f8fafc;
    border: 1px solid #d8dee6;
    border-radius: 0.35rem;
    padding: 0.65rem;
}

.claim-list-bulk-intro[b-1p9ge8bwct] {
    color: #596575;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

.claim-list-bulk-reason[b-1p9ge8bwct] {
    min-height: 4rem;
}

.claim-list-card-header[b-1p9ge8bwct] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.claim-list-summary[b-1p9ge8bwct] {
    display: none;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.insolvency-detail-layout--case .claim-list-summary[b-1p9ge8bwct],
.insolvency-detail-layout--modern .claim-list-summary[b-1p9ge8bwct] {
    display: grid;
}

.insolvency-detail-layout--classic[b-1p9ge8bwct]  .claim-list-filter {
    background: #1e6bb5;
    border-color: #1e6bb5;
    border-radius: 0;
}

.insolvency-detail-layout--classic[b-1p9ge8bwct]  .claim-list-filter .card-title,
.insolvency-detail-layout--classic[b-1p9ge8bwct]  .claim-list-filter .form-label {
    color: #fff;
}

.insolvency-detail-layout--classic[b-1p9ge8bwct]  .claim-list-filter .card-title i {
    color: #fff;
}

.insolvency-detail-layout--classic .claim-list-table-wrap[b-1p9ge8bwct] {
    border-radius: 0;
}

.insolvency-detail-layout--classic .claim-list-table thead th[b-1p9ge8bwct] {
    background: #eef2f5;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.insolvency-detail-layout--classic .claim-list-table tbody td[b-1p9ge8bwct] {
    padding-bottom: 0.28rem;
    padding-top: 0.28rem;
}

.insolvency-detail-layout--case .claim-layout[b-1p9ge8bwct] {
    display: grid;
    gap: 0.9rem 1rem;
    grid-template-areas:
        "toolbar toolbar"
        "filter results";
    grid-template-columns: minmax(15rem, 19rem) minmax(0, 1fr);
}

.insolvency-detail-layout--case .claim-layout--without-toolbar[b-1p9ge8bwct] {
    grid-template-areas: "filter results";
}

.insolvency-detail-layout--case .claim-list-toolbar[b-1p9ge8bwct] {
    grid-area: toolbar;
}

.insolvency-detail-layout--case[b-1p9ge8bwct]  .claim-list-filter {
    align-self: start;
    grid-area: filter;
    margin-bottom: 0 !important;
    position: sticky;
    top: 0.75rem;
}

.insolvency-detail-layout--case[b-1p9ge8bwct]  .claim-list-filter .row > div {
    width: 100%;
}

.insolvency-detail-layout--case .claim-list-results[b-1p9ge8bwct] {
    grid-area: results;
    min-width: 0;
}

.insolvency-detail-layout--case .claim-list-summary[b-1p9ge8bwct] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insolvency-detail-layout--modern .claim-list-results[b-1p9ge8bwct] {
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 0.65rem;
    box-shadow: 0 0.2rem 0.75rem rgba(24, 39, 58, 0.05);
    padding: 0.8rem;
}

.insolvency-detail-layout--modern .claim-list-summary-item[b-1p9ge8bwct] {
    border-radius: 0.55rem;
}

.claim-list-summary-item[b-1p9ge8bwct] {
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 0.35rem;
    min-width: 0;
    padding: 0.7rem 0.8rem;
}

.claim-list-summary-label[b-1p9ge8bwct] {
    color: #667381;
    font-size: 0.78rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.claim-list-summary-value[b-1p9ge8bwct] {
    color: #202b36;
    font-size: 1rem;
    line-height: 1.2;
}

.claim-list-footer[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.claim-list-footer-totals[b-1p9ge8bwct] {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 0.4rem;
    min-width: 0;
}

.claim-list-total-item[b-1p9ge8bwct] {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 0.3rem;
    display: inline-flex;
    gap: 0.45rem;
    min-height: 2rem;
    min-width: 0;
    padding: 0.36rem 0.5rem 0.24rem;
}

.claim-list-total-label[b-1p9ge8bwct] {
    color: #667381;
    font-size: 0.76rem;
    line-height: 1.1;
    white-space: nowrap;
}

.claim-list-total-value[b-1p9ge8bwct] {
    color: #202b36;
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    white-space: nowrap;
}

.claim-list-pagination[b-1p9ge8bwct] {
    flex: 0 0 auto;
}

.claim-list-footer-controls[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.claim-list-table-wrap[b-1p9ge8bwct] {
    border: 1px solid #d8dee6;
    border-radius: 0.35rem;
    max-height: 68vh;
    position: relative;
}

.claim-list-loading-overlay[b-1p9ge8bwct] {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.65);
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 3;
}

.claim-list-table[b-1p9ge8bwct] {
    margin-bottom: 0;
    min-width: 1180px;
}

.claim-list-table thead th[b-1p9ge8bwct] {
    padding: 0.45rem 0.55rem;
    position: sticky;
    top: 0;
    white-space: nowrap;
    z-index: 2;
}

.claim-list-table tbody td[b-1p9ge8bwct] {
    border-color: #e2e7ed;
    padding: 0.45rem 0.55rem;
    vertical-align: middle;
}

.claim-list-sort-indicator[b-1p9ge8bwct] {
    font-size: 0.7em;
    line-height: 1;
    vertical-align: 0.08em;
}

.claim-list-row[b-1p9ge8bwct] {
    --claim-row-accent: transparent;
    --claim-row-bg: #fff;
    --claim-row-hover-bg: #eef6ff;
    --claim-row-text: #202b36;
}

.claim-list-row > td[b-1p9ge8bwct] {
    background-color: var(--claim-row-bg);
    color: var(--claim-row-text);
}

.claim-list-row > td:first-child[b-1p9ge8bwct] {
    border-left: 4px solid var(--claim-row-accent);
}

.claim-list-row--cost[b-1p9ge8bwct] {
    --claim-row-accent: #3b82a0;
    --claim-row-bg: #f2f8fb;
}

.claim-list-row--unpublished[b-1p9ge8bwct] {
    --claim-row-accent: #8a95a3;
    --claim-row-bg: #f5f6f7;
}

.claim-list-row--changed[b-1p9ge8bwct] {
    --claim-row-accent: #ca8a04;
    --claim-row-bg: #fde047;
    --claim-row-hover-bg: #facc15;
    --claim-row-text: #3b2f00;
}

.claim-list-row--approved[b-1p9ge8bwct] {
    --claim-row-accent: #16a34a;
    --claim-row-bg: #86efac;
    --claim-row-hover-bg: #6ee7b7;
    --claim-row-text: #12351f;
}

.claim-list-row--declined[b-1p9ge8bwct] {
    --claim-row-accent: #dc2626;
    --claim-row-bg: #fca5a5;
    --claim-row-hover-bg: #f87171;
    --claim-row-text: #4a1111;
    --bs-table-bg: #fca5a5;
    --bs-table-color: #4a1111;
    --bs-table-hover-bg: #f87171;
    --bs-table-hover-color: #4a1111;
}

.claim-list-row--declined > td[b-1p9ge8bwct] {
    background-color: var(--claim-row-bg) !important;
    box-shadow: none !important;
}

.claim-list-row--declined:hover > td[b-1p9ge8bwct] {
    background-color: var(--claim-row-hover-bg) !important;
}

.claim-list-row--curator-added[b-1p9ge8bwct] {
    font-style: italic;
}

.claim-list-row:hover[b-1p9ge8bwct] {
    --claim-row-bg: var(--claim-row-hover-bg);
}

.claim-list-row--changed[b-1p9ge8bwct]  a,
.claim-list-row--approved[b-1p9ge8bwct]  a,
.claim-list-row--declined[b-1p9ge8bwct]  a {
    color: #17365d;
    font-weight: 600;
}

.claim-list-id-col[b-1p9ge8bwct] {
    width: 5.5rem;
}

[b-1p9ge8bwct] .claim-list-id-link {
    white-space: nowrap;
}

.claim-list-creditor[b-1p9ge8bwct] {
    color: #1f2933;
    min-width: 12rem;
}

.claim-list-reference[b-1p9ge8bwct],
.claim-list-bank[b-1p9ge8bwct] {
    color: #43505d;
    overflow-wrap: anywhere;
}

.claim-list-bank[b-1p9ge8bwct] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.8rem;
}

.claim-list-amount[b-1p9ge8bwct] {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.claim-list-badges[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    min-width: 11rem;
}

.claim-list-badge[b-1p9ge8bwct],
.claim-list-evidence-badge[b-1p9ge8bwct] {
    align-items: center;
    background: #eef3f8;
    border: 1px solid #d3dde8;
    border-radius: 999px;
    color: #314052;
    display: inline-flex;
    font-size: 0.76rem;
    line-height: 1;
    min-height: 1.45rem;
    padding: 0.25rem 0.5rem;
}

.claim-list-evidence-badge[b-1p9ge8bwct] {
    justify-content: center;
    min-width: 2rem;
}

.claim-list-evidence-badge--has-items[b-1p9ge8bwct] {
    background: #edf7f1;
    border-color: #bddfc9;
    color: #1f6b3f;
}

.claim-list-evidence-score[b-1p9ge8bwct] {
    align-items: center;
    background: #eef3ff;
    border: 1px solid #c9d7f2;
    border-radius: 999px;
    color: #294f8f;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    min-height: 1.45rem;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
}

.claim-list-muted[b-1p9ge8bwct] {
    color: #7b8794;
    font-size: 0.82rem;
}

@media (max-width: 991.98px) {
    .insolvency-detail-layout--classic .insolvency-layout-summary[b-1p9ge8bwct],
    .insolvency-detail-layout--case .insolvency-layout-summary[b-1p9ge8bwct],
    .insolvency-detail-layout--modern .insolvency-layout-summary[b-1p9ge8bwct],
    .insolvency-detail-layout--case .claim-layout[b-1p9ge8bwct] {
        grid-template-columns: 1fr;
    }

    .insolvency-detail-layout--case .claim-layout[b-1p9ge8bwct] {
        grid-template-areas:
            "toolbar"
            "filter"
            "results";
    }

    .insolvency-detail-layout--case .claim-layout--without-toolbar[b-1p9ge8bwct] {
        grid-template-areas:
            "filter"
            "results";
    }

    .insolvency-detail-layout--classic .insolvency-layout-summary__identity[b-1p9ge8bwct] {
        border-bottom: 1px solid #c7d0da;
        border-right: 0;
    }

    .insolvency-detail-layout--case[b-1p9ge8bwct]  .claim-list-filter {
        position: static;
    }

    .claim-list-toolbar[b-1p9ge8bwct],
    .claim-list-filter-actions[b-1p9ge8bwct] {
        justify-content: flex-start;
    }

    .claim-list-summary[b-1p9ge8bwct] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .claim-list-footer[b-1p9ge8bwct] {
        align-items: flex-start;
        flex-direction: column;
    }

    .claim-list-footer-controls[b-1p9ge8bwct] {
        justify-content: flex-start;
        width: 100%;
    }

    .claim-list-pagination[b-1p9ge8bwct] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .insolvency-detail-layout--classic .insolvency-layout-summary__facts[b-1p9ge8bwct],
    .insolvency-detail-layout--case .insolvency-layout-summary__facts[b-1p9ge8bwct],
    .insolvency-detail-layout--modern .insolvency-layout-summary__facts[b-1p9ge8bwct] {
        grid-template-columns: 1fr;
    }

    .claim-list-toolbar[b-1p9ge8bwct]  .btn,
    .claim-list-toolbar .btn[b-1p9ge8bwct],
    .claim-list-filter-actions .btn[b-1p9ge8bwct] {
        justify-content: center;
        width: 100%;
    }

    .claim-list-summary[b-1p9ge8bwct] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Insolvency/InsolvencyFunctionOverview.razor.rz.scp.css */
.insolvency-function-grid[b-5o4rx0doyj] {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insolvency-function-column[b-5o4rx0doyj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.insolvency-function-card[b-5o4rx0doyj] {
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 0.55rem;
    box-shadow: 0 0.15rem 0.5rem rgba(24, 39, 58, 0.05);
    min-width: 0;
    overflow: hidden;
}

.insolvency-function-card h3[b-5o4rx0doyj] {
    align-items: center;
    background: #edf4fa;
    border-bottom: 1px solid #dbe3ec;
    color: #23445f;
    display: flex;
    font-size: 0.92rem;
    gap: 0.5rem;
    margin: 0;
    min-height: 2.75rem;
    padding: 0.7rem 0.8rem;
}

.insolvency-function-list[b-5o4rx0doyj] {
    display: flex;
    flex-direction: column;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    box-sizing: border-box;
    color: #075fa8 !important;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 500;
    gap: 0.55rem;
    justify-content: flex-start;
    line-height: 1.35;
    min-height: 3rem;
    padding: 0.7rem 0.9rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link:last-child {
    border-bottom: 0;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link__body small {
    color: #718093;
    font-size: 0.72rem;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link:hover,
.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link:focus-visible {
    background: #f3f8fc;
    color: #004f89 !important;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link:disabled {
    background: #f8f9fa;
    color: #8b95a1 !important;
    cursor: not-allowed;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link.disabled {
    background: #f8f9fa;
    color: #8b95a1 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link--danger {
    color: #b02a37 !important;
}

.insolvency-function-overview[b-5o4rx0doyj]  .insolvency-function-link--success {
    color: #198754 !important;
}

.insolvency-function-meta[b-5o4rx0doyj] {
    border-bottom: 1px solid #edf0f3;
    color: #718093;
    font-size: 0.75rem;
    line-height: 1.35;
    min-height: 2.4rem;
    padding: 0.65rem 0.9rem;
}

.insolvency-function-meta:last-child[b-5o4rx0doyj] {
    border-bottom: 0;
}

.insolvency-function-count[b-5o4rx0doyj] {
    background: #e9f2f9;
    border-radius: 999px;
    color: #275b82;
    flex: 0 0 auto !important;
    font-size: 0.72rem;
    font-weight: 700;
    min-width: 1.45rem !important;
    padding: 0.2rem 0.4rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .insolvency-function-grid[b-5o4rx0doyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .insolvency-function-grid[b-5o4rx0doyj] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/SharedTab.razor.rz.scp.css */
.zz-tabs[b-vsg0sftgi5] {
    border-bottom: 1px solid #d8dee6;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.zz-tab[b-vsg0sftgi5] {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #657384;
    display: inline-flex;
    font-weight: 600;
    gap: 0.4rem;
    margin-bottom: -1px;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
    white-space: nowrap;
}

.zz-tab:hover[b-vsg0sftgi5],
.zz-tab:focus-visible[b-vsg0sftgi5] {
    color: #005a9c;
}

.zz-tab.active[b-vsg0sftgi5] {
    border-bottom-color: #006bb7;
    color: #006bb7;
}

.zz-tab__badge[b-vsg0sftgi5] {
    background: #e9f2f9;
    border-radius: 999px;
    color: #275b82;
    font-size: 0.7rem;
    line-height: 1;
    min-width: 1.35rem;
    padding: 0.25rem 0.4rem;
    text-align: center;
}

/* NavLink renders as a child component, so its anchor needs deep selectors
   to receive the same isolated styling as the directly rendered tab links. */
.zz-tabs[b-vsg0sftgi5]  .zz-tab {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #657384;
    display: inline-flex;
    font-weight: 600;
    gap: 0.4rem;
    margin-bottom: -1px;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
    white-space: nowrap;
}

.zz-tabs[b-vsg0sftgi5]  .zz-tab:hover,
.zz-tabs[b-vsg0sftgi5]  .zz-tab:focus-visible {
    color: #005a9c;
}

.zz-tabs[b-vsg0sftgi5]  .zz-tab.active {
    border-bottom-color: #006bb7;
    color: #006bb7;
}
