/* =============================================================================
   KB Ferienwoche — Frontend Styles
   CI: Primary Blue #0e2f61 | Red #8b0d3a | Mint #8aae9e | Font: Barlow
   ============================================================================= */

/* ---------------------------------------------------------------------------
   Base / Reset
   --------------------------------------------------------------------------- */

.kb-fw-single {
    font-family: 'Barlow', sans-serif;
    color: #333;
}

.kb-fw-single__inner {
    max-width: 860px;
    margin: 2.5rem auto 0;
    padding: 2rem 1.25rem 4rem;
}

.kb-fw-single__header {
    margin-bottom: 4.5rem;
}

.kb-fw-single__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0e2f61 0%, #1e5faa 100%);
    display: inline-block;
    padding: 0 0.75em;
    line-height: 4.2rem;
    border-radius: 5px;
    margin: 0;
}

/* ---------------------------------------------------------------------------
   Module shared
   --------------------------------------------------------------------------- */

.kb-fw-modul {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #d0d8e8;
}

.kb-fw-modul:last-child {
    border-bottom: none;
}

.kb-fw-modul__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0e2f61 0%, #1e5faa 100%);
    border-radius: 5px;
    margin: 0;
    padding: 0 0.75em;
    line-height: 2.2rem;
    display: inline-block;
}

.kb-fw-modul__beschreibung {
    margin: 1rem 0 0.5rem;
    color: #3a4a60;
    font-size: 0.97rem;
    line-height: 1.65;
}
.kb-fw-modul__beschreibung p  { margin: 0 0 0.6em; }
.kb-fw-modul__beschreibung ul,
.kb-fw-modul__beschreibung ol { padding-left: 1.4em; margin: 0.4em 0; }
.kb-fw-modul__beschreibung li { margin-bottom: 0.2em; }

.kb-fw-modul__content {
    margin-top: 1.25rem;
}

/* Two-column layout on large screens: title left, content right */
@media (min-width: 760px) {
    .kb-fw-modul {
        display: grid;
        grid-template-columns: 180px 1fr;
        gap: 0 2.5rem;
        align-items: start;
    }

    .kb-fw-modul__title {
        position: sticky;
        top: 1.5rem;
    }

    /* Reset margin-top for all direct content children in grid mode */
    .kb-fw-modul__content,
    .kb-fw-anmelden-bar {
        margin-top: 0;
    }
}

/* ---------------------------------------------------------------------------
   Module 1: Eckdaten
   --------------------------------------------------------------------------- */

.kb-fw-eckdaten-liste {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.kb-fw-eckdaten-liste__item {
    background: #e6ecf5;
    border-radius: 8px;
    padding: 1.1rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.kb-fw-eckdaten-liste__titel {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0e2f61;
    opacity: 0.7;
}

.kb-fw-eckdaten-liste__beschriftung {
    font-size: 1rem;
    font-weight: 400;
    color: #0e2f61;
    line-height: 1.5;
    margin: 0;
}

.kb-fw-ausnahmen-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 0.9rem;
}

.kb-fw-ausnahmen-list li {
    margin-bottom: 0.2rem;
}

.kb-fw-ausnahmen-list small {
    color: #555;
    font-weight: 400;
}

/* ---------------------------------------------------------------------------
   Module 2: Programm / Galerie
   --------------------------------------------------------------------------- */

.kb-fw-programm-text {
    margin-top: -3px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.kb-fw-modul__content > *:first-child,
.kb-fw-programm-text > *:first-child {
    margin-top: 0;
}

.kb-fw-galerie__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e5faa;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.kb-fw-galerie__badge {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #f5e6ec;
    color: #8b0d3a;
    border: 1px solid #8b0d3a;
    border-radius: 3px;
    padding: 0.15em 0.5em;
}

.kb-fw-galerie__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
}

.kb-fw-galerie__item {
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f4f8;
}

.kb-fw-galerie__item a {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.kb-fw-galerie__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.kb-fw-galerie__item a:hover img {
    transform: scale(1.04);
}

.kb-fw-galerie__caption {
    font-size: 0.8rem;
    color: #555;
    padding: 0.35rem 0.5rem 0.4rem;
    line-height: 1.4;
}

.kb-fw-galerie__locked {
    background: #f5f5f5;
    border: 1px solid #d0d8e8;
    border-radius: 4px;
    padding: 1.5rem;
    max-width: 360px;
}

.kb-fw-datum-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 0.3em;
    color: #8b0d3a;
}

/* ---------------------------------------------------------------------------
   Module 3: Zeitstrahl
   --------------------------------------------------------------------------- */

.kb-fw-zeitstrahl {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Vertical line */
.kb-fw-zeitstrahl::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 11px;
    width: 2px;
    background: #d0d8e8;
}

.kb-fw-zeitstrahl__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 0 1.5rem 0;
    position: relative;
}

.kb-fw-zeitstrahl__item:last-child {
    padding-bottom: 0;
}

/* Circle dot */
.kb-fw-zeitstrahl__dot {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid #4a85c2;
    position: relative;
    z-index: 1;
    margin-top: 2px;
    transition: background 0.2s, border-color 0.2s;
}

.kb-fw-zeitstrahl__item:hover .kb-fw-zeitstrahl__dot {
    background: #1e5faa;
}

.kb-fw-zeitstrahl__content {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.kb-fw-zeitstrahl__zeit {
    font-size: 0.8rem;
    font-weight: 600;
    color: #8b0d3a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.kb-fw-zeitstrahl__titel {
    font-weight: 600;
    color: #1e5faa;
    font-size: 1rem;
    line-height: 1.4;
}

/* Description — always visible */
.kb-fw-zeitstrahl__tooltip {
    display: block;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    margin-top: 0.25rem;
}

/* ---------------------------------------------------------------------------
   Module 4: Packliste
   --------------------------------------------------------------------------- */

.kb-fw-packliste {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 1rem;
}

.kb-fw-packliste__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    background: #e6ecf5;
    border-radius: 6px;
    text-align: center;
    transition: background 0.2s;
}

.kb-fw-packliste__item:hover {
    background: #d3dff2;
}

.kb-fw-packliste__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a85c2;
}

.kb-fw-packliste__icon .kb-fw-icon {
    width: 40px;
    height: 40px;
}

.kb-fw-packliste__icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.kb-fw-packliste__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e5faa;
    line-height: 1.3;
}

/* ---------------------------------------------------------------------------
   Module 5: Preise
   --------------------------------------------------------------------------- */

.kb-fw-preise-wrap {
    overflow-x: auto;
}

.kb-fw-preistabelle {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.95rem;
}

.kb-fw-preistabelle th,
.kb-fw-preistabelle td {
    padding: 0.65rem 1rem;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e4e8ef;
}

.kb-fw-preistabelle thead th {
    background: #e6ecf5;
    color: #0e2f61;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 1rem;
    line-height: 2.2rem;
    border-bottom: none;
}

.kb-fw-preistabelle thead th:first-child {
    border-radius: 5px 0 0 5px;
}

.kb-fw-preistabelle thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.kb-fw-preistabelle tbody tr:last-child td {
    border-bottom: none;
}

.kb-fw-preistabelle tbody tr:hover td {
    background: #f5f8fc;
}

.kb-fw-preistabelle tbody td:first-child {
    font-weight: 600;
    color: #1e5faa;
}

/* Mobile dropdown widget — hidden on desktop */
.kb-fw-preise-mobile {
    display: none;
}

@media (max-width: 600px) {
    .kb-fw-preise-mobile {
        display: block;
    }
}

.kb-fw-preise-mobile__selects {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.kb-fw-preise-mobile__select-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.kb-fw-preise-mobile__label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a8fa8;
}

.kb-fw-preise-mobile__select {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid #c8d4e3;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.95rem;
    color: #0e2f61;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230e2f61' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
    cursor: pointer;
}

.kb-fw-preise-mobile__select:focus {
    outline: none;
    border-color: #0e2f61;
    box-shadow: 0 0 0 3px rgba(14,47,97,0.1);
}

.kb-fw-preise-mobile__result {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #0e2f61;
    padding: 1.25rem;
    background: #e6ecf5;
    border-radius: 8px;
    letter-spacing: -0.01em;
}

.kb-fw-preise-hinweis {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    padding: 0.75rem 1rem;
    background: #f5e6ec;
    border-left: 3px solid #8b0d3a;
    border-radius: 0 4px 4px 0;
}

/* ---------------------------------------------------------------------------
   Anmelden button bar
   --------------------------------------------------------------------------- */

.kb-fw-modul--anmelden {
    border-bottom: none;
}

.kb-fw-anmelden-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    min-width: 0;
}

/* Anmelde-Card: ein Button = eine Card */
.kb-fw-anmelden-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    background: #8b0d3a;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 1.1rem 2rem;
    min-width: 0;
    flex: 1 1 180px;
    max-width: 280px;
    text-align: center;
    transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 3px 12px rgba(139, 13, 58, 0.28);
}

.kb-fw-anmelden-card:hover {
    background: #6b0a2e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(139, 13, 58, 0.38);
}

/* Noch kein Link — Button sichtbar aber inaktiv */
.kb-fw-anmelden-card--pending {
    background: #d0d8e8;
    color: #0e2f61;
    box-shadow: none;
    cursor: default;
    opacity: 0.75;
}
.kb-fw-anmelden-card--pending:hover {
    background: #d0d8e8;
    transform: none;
    box-shadow: none;
}
.kb-fw-anmelden-card__pending {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
    margin-top: 0.25rem;
}

.kb-fw-anmelden-card__img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 4px;
    flex-shrink: 0;
}

.kb-fw-anmelden-card__caption {
    font-family: 'Barlow', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.kb-fw-anmelden-card__kurz {
    font-size: 0.82rem;
    font-weight: 400;
    opacity: 0.88;
    line-height: 1.3;
}

@media (max-width: 520px) {
    .kb-fw-anmelden-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ---------------------------------------------------------------------------
   Shortcode: kb_ferienwoche_liste
   --------------------------------------------------------------------------- */

.kb-fw-liste {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}

.kb-fw-liste-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #d0d8e8;
    border-radius: 0;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.kb-fw-liste-card:hover {
    border-color: #0e2f61;
    box-shadow: 0 3px 12px rgba(14, 47, 97, 0.1);
}

.kb-fw-liste-card__body {
    flex: 1;
    padding: 1.25rem 1.25rem 0.75rem;
}

.kb-fw-liste-card__titel {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e5faa;
    margin: 0 0 0.5rem;
}

.kb-fw-liste-card__titel a {
    color: inherit;
    text-decoration: none;
}

.kb-fw-liste-card__titel a:hover {
    text-decoration: underline;
}

.kb-fw-liste-card__datum {
    font-size: 0.875rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
}

.kb-fw-liste-card__tage {
    color: #888;
    font-size: 0.8em;
}

.kb-fw-liste-card__link {
    display: block;
    padding: 0.7rem 1.25rem;
    background: #0e2f61;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    transition: background 0.2s;
    margin-top: auto;
}

.kb-fw-liste-card__link:hover {
    background: #8b0d3a;
    color: #fff;
}

.kb-fw-liste-leer {
    color: #777;
    font-style: italic;
}

/* ---------------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------------- */

@media (max-width: 680px) {
    .kb-fw-single__inner {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    /* Preistabelle: auf Mobile durch Dropdown-Widget ersetzt */
    .kb-fw-preistabelle {
        display: none;
    }

    .kb-fw-preistabelle td:first-child::before {
        display: none;
    }

    .kb-fw-eckdaten-liste {
        grid-template-columns: 1fr;
    }

    .kb-fw-galerie__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kb-fw-packliste {
        grid-template-columns: repeat(3, 1fr);
    }

    .kb-fw-liste {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------------------------
   Module 2: Workshops
   --------------------------------------------------------------------------- */

.kb-fw-workshops {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.85rem;
    margin-top: 0;
    margin-bottom: 80px;
}

.kb-fw-ws-box {
    border-radius: 6px;
    padding: 0.85rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    border-left: 3px solid transparent;
}

/* Kachelfarben — solid background, white title */
.kb-fw-ws-box--blau  { background: #0e2f61; border-left: none; }
.kb-fw-ws-box--rot   { background: #8b0d3a; border-left: none; }
.kb-fw-ws-box--mint  { background: #3d7a69; border-left: none; }
.kb-fw-ws-box--gruen { background: #3a7a2e; border-left: none; }
.kb-fw-ws-box--lila  { background: #6b3d9e; border-left: none; }
.kb-fw-ws-box--grau  { background: #555;    border-left: none; }

.kb-fw-ws-box__title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.kb-fw-ws-box__desc {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.45;
}

/* ---------------------------------------------------------------------------
   Shortcode [kb_fw_angebote] — Angebots-Übersichtstabelle
   --------------------------------------------------------------------------- */

.kb-fw-angebote-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.kb-fw-angebote-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Barlow', sans-serif;
    font-size: 0.95rem;
    color: #333;
}

.kb-fw-angebote-table thead tr {
    background: #0e2f61;
    color: #fff;
}

.kb-fw-angebote-table th {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.7rem 1rem;
    white-space: nowrap;
}

.kb-fw-angebote-table td {
    padding: 0.65rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #e4eaf3;
}

/* First row of each Ferienwoche group — slightly thicker top border */
.kb-fw-at__row--first td {
    border-top: 2px solid #d0d8e8;
}

.kb-fw-angebote-table tbody tr:first-child td {
    border-top: none;
}

.kb-fw-angebote-table tbody tr:hover td {
    background: #f7f9fd;
}

/* Ferienwoche cell — name links, spans multiple rows */
.kb-fw-at__ferien {
    font-weight: 700;
    color: #0e2f61;
    vertical-align: top;
    padding-top: 0.9rem;
    min-width: 160px;
}

.kb-fw-at__ferien-link {
    color: #0e2f61;
    text-decoration: none;
}

.kb-fw-at__ferien-link:hover {
    text-decoration: underline;
    color: #1e5faa;
}

/* Angebot cell */
.kb-fw-at__angebot {
    color: #444;
    min-width: 120px;
}

/* Datum cell */
.kb-fw-at__datum {
    color: #555;
    white-space: nowrap;
    min-width: 160px;
}

/* Button cell — right-aligned */
.kb-fw-at__btn-cell {
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.kb-fw-at__btn {
    display: inline-block;
    background: #8b0d3a;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    transition: background 0.18s, transform 0.12s;
    white-space: nowrap;
    min-width: 220px;
    text-align: center;
}

.kb-fw-at__btn:hover {
    background: #6b0a2e;
    color: #fff;
    transform: translateY(-1px);
}

.kb-fw-at__btn--pending {
    background: #d0d8e8;
    color: #6b7a99;
    cursor: default;
    pointer-events: none;
}

/* Column widths */
.kb-fw-at__col-ferien  { width: 28%; }
.kb-fw-at__col-angebot { width: 46%; }
.kb-fw-at__col-btn     { width: 26%; }

@media (max-width: 768px) {
    .kb-fw-anmelden-bar {
        padding-top: 30px;
    }
}

/* Responsive: card layout on mobile */
@media (max-width: 680px) {
    .kb-fw-angebote-wrap {
        overflow-x: visible;
    }

    .kb-fw-angebote-table,
    .kb-fw-angebote-table thead,
    .kb-fw-angebote-table tbody,
    .kb-fw-angebote-table th,
    .kb-fw-angebote-table td,
    .kb-fw-angebote-table tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .kb-fw-angebote-table thead {
        display: none;
    }

    .kb-fw-at__row {
        background: #fff;
        border: 1px solid #e0e8f3;
        border-radius: 0;
        margin-bottom: 0.75rem;
        padding: 0.75rem;
        box-shadow: 0 1px 4px rgba(14,47,97,0.06);
    }

    .kb-fw-at__row--first {
        border-top: 3px solid #0e2f61;
    }

    .kb-fw-angebote-table td {
        border: none;
        padding: 0.2rem 0;
    }

    /* Hide bottom-most divider line in each card */
    .kb-fw-at__row td:last-child {
        border-bottom: none;
    }

    .kb-fw-at__ferien {
        font-size: 0.78rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #1e5faa;
        padding-top: 0;
        min-width: 0;
    }

    .kb-fw-at__angebot {
        padding: 0.25rem 0 0.5rem;
    }

    .kb-fw-at__btn-cell {
        text-align: left;
        white-space: normal;
        padding-top: 0.4rem;
    }

    .kb-fw-at__btn {
        display: block;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        text-align: center;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .kb-fw-anmelden-bar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
        min-width: 0;
    }
    .kb-fw-anmelden-card {
        max-width: 100%;
        min-width: 0;
    }
}

.kb-fw-at__angebot-inner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.kb-fw-at__angebot-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
}

.kb-fw-at__angebot-kurz {
    display: block;
    font-size: 0.8rem;
    color: #777;
    margin-top: 1px;
}

/* ── Unavailable / hidden notice ─────────────────────────────────────────── */
.kb-fw-unavailable {
    max-width: 520px;
    margin: 4rem auto;
    padding: 2.5rem 2rem;
    background: #f5f7fb;
    border: 1px solid #d0d8e8;
    border-radius: 10px;
    text-align: center;
}

.kb-fw-unavailable__icon {
    color: #a7a7a5;
    margin-bottom: 1rem;
}

.kb-fw-unavailable__title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0e2f61;
    margin: 0 0 0.75rem;
}

.kb-fw-unavailable__text {
    font-size: 0.95rem;
    color: #3a4a60;
    line-height: 1.6;
    margin: 0;
}

.kb-fw-unavailable__text a {
    color: #1e5faa;
    text-decoration: underline;
}
