.nb-kastalia-financials {
    --nb-kf-primary: #2278a5;
    --nb-kf-primary-dark: #175a7c;
    --nb-kf-border: #dce6eb;
    --nb-kf-text: #34454f;
    color: var(--nb-kf-text);
}

.nb-kf-year {
    padding: 28px 0;
    border-top: 1px solid var(--nb-kf-border);
}

.nb-kf-year:first-child {
    padding-top: 0;
    border-top: 0;
}

.nb-kf-year-title {
    margin: 0 0 15px;
    padding: 0;
    color: var(--nb-kf-primary-dark);
    font-size: 24px;
    line-height: 1.25;
}

.nb-kf-documents {
    display: grid;
    gap: 11px;
}

.nb-kf-document {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
}

.nb-kf-document-label {
    font-weight: 600;
}

.nb-kf-document-link {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 9px;
    color: var(--nb-kf-primary);
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nb-kf-document-link:hover,
.nb-kf-document-link:focus {
    color: var(--nb-kf-primary-dark);
    text-decoration: underline;
}

.nb-kf-pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 31px;
    height: 24px;
    border-radius: 3px;
    background: #c93c3c;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
}

.nb-kf-empty {
    margin: 0;
}

@media (max-width: 600px) {
    .nb-kf-year {
        padding: 23px 0;
    }

    .nb-kf-year-title {
        margin-bottom: 13px;
        font-size: 22px;
    }

    .nb-kf-document {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
