.financieel-overzicht {
    height: 100%;
    min-width: 0;
    overflow: auto;
    scrollbar-gutter: stable;
    background: #fff;
    color: #242424;
}

.financieel-titelbalk {
    min-height: 78px;
    padding: 12px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #b7b7b7;
}

.financieel-titelbalk > div { min-width: 0; }
.financieel-titelbalk > div > small {
    color: #0f6f45;
    font-size: 10px;
    font-weight: 700;
}

.financieel-titelbalk h1 {
    margin: 3px 0 3px;
    font-size: 20px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.financieel-titelbalk p {
    max-width: 760px;
    margin: 0;
    color: #505050;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.financieel-alleen-lezen {
    flex: 0 0 auto;
    margin-top: 4px;
    padding: 4px 8px;
    border: 1px solid #7bb98f;
    background: #e8f5eb;
    color: #0e5b2f;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.financieel-kerncijfers {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #a6a6a6;
    background: #f7f7f7;
}

.financieel-kerncijfer-groep {
    min-width: 0;
    flex: 1 1 0;
    border-right: 1px solid #a6a6a6;
}

.financieel-kerncijfer-groep:last-child { border-right: 0; }

.financieel-kerncijfer-groep > h2 {
    min-height: 30px;
    margin: 0;
    padding: 7px 12px 5px;
    border-bottom: 1px solid #d1d1d1;
    background: #f0f0f0;
    color: #424242;
    font-size: 11px;
    font-weight: 700;
}

.financieel-kerncijfer-rij {
    height: calc(100% - 30px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.financieel-kerncijfer {
    min-width: 0;
    min-height: 76px;
    padding: 10px 12px;
    display: grid;
    align-content: start;
    gap: 3px;
    border-right: 1px solid #c8c8c8;
    border-left: 3px solid transparent;
}

.financieel-kerncijfer:last-child { border-right: 0; }
.financieel-kerncijfer dt {
    color: #505050;
    font-size: 11px;
    font-weight: 600;
}

.financieel-kerncijfer dd {
    min-width: 0;
    margin: 0;
}

.financieel-kerncijfer dd > strong {
    font-size: 17px;
    overflow-wrap: anywhere;
}

.financieel-kerncijfer > small {
    color: #616161;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.financieel-kerncijfer.is-overschrijding {
    border-left-color: #c50f1f;
    background: #fdf3f4;
}

.financieel-kerncijfer > em {
    color: #a4262c;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.financieel-aandachtspunt {
    min-height: 42px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d8bd72;
    border-left: 3px solid #c19c00;
    background: #fff8d6;
    color: #5c4b00;
}

.financieel-aandachtspunt span { overflow-wrap: anywhere; }

.financieel-leeg {
    min-height: 220px;
    padding: 52px 20px;
    text-align: center;
    color: #505050;
}

.financieel-leeg h2 {
    margin: 0 0 6px;
    color: #242424;
    font-size: 18px;
}

.financieel-leeg p { margin: 0; }

.financieel-leeg button {
    min-height: 34px;
    margin-top: 14px;
    padding: 5px 12px;
    border: 1px solid #0f6cbd;
    border-radius: 2px;
    background: #fff;
    color: #0f6cbd;
    cursor: pointer;
}

.financieel-leeg button:hover { background: #eff6fc; }

.financieel-laden.is-fout {
    align-content: center;
    color: #242424;
}

.financieel-laden.is-fout h1 { color: #a4262c; }
.financieel-opnieuw {
    min-height: 36px;
    width: max-content;
    margin-top: 10px;
    padding: 6px 14px;
    border: 1px solid #0f6cbd;
    border-radius: 2px;
    background: #0f6cbd;
    color: #fff;
    cursor: pointer;
}

.financieel-opnieuw:hover { background: #115ea3; }
.financieel-opnieuw:focus-visible {
    outline: 2px solid #0f6cbd;
    outline-offset: 2px;
}
