/**
 * FSV 63 Fix-Pack 01 Styles
 * Ablage: /wp-content/themes/DEIN-CHILD-THEME/assets/css/fsv63-fixpack-01.css
 */

:root {
    --fsv63-blue: #003a78;
    --fsv63-blue-dark: #06264f;
    --fsv63-yellow: #ffd23f;
    --fsv63-white: #ffffff;
    --fsv63-text: #14213d;
    --fsv63-muted: #65738a;
    --fsv63-border: rgba(7, 34, 73, 0.12);
    --fsv63-shadow: 0 22px 60px rgba(4, 24, 55, 0.16);
}

.fsv63-page {
    background: #f5f7fb;
    color: var(--fsv63-text);
}

.fsv63-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 210, 63, 0.35), transparent 32rem),
        linear-gradient(135deg, var(--fsv63-blue-dark), var(--fsv63-blue));
    color: var(--fsv63-white);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.fsv63-hero::after {
    content: "";
    position: absolute;
    inset: auto -8rem -10rem auto;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    background: rgba(255, 210, 63, 0.18);
    filter: blur(4px);
}

.fsv63-hero__inner,
.fsv63-section {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.fsv63-hero__inner {
    position: relative;
    z-index: 1;
}

.fsv63-hero h1 {
    margin: 0;
    font-size: clamp(2.8rem, 7vw, 6rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.fsv63-hero p:not(.fsv63-kicker) {
    max-width: 680px;
    margin: 1.2rem 0 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    color: rgba(255, 255, 255, 0.84);
}

.fsv63-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fsv63-yellow);
}

.fsv63-kicker::before {
    content: "";
    width: 2.5rem;
    height: 0.18rem;
    border-radius: 999px;
    background: currentColor;
}

.fsv63-hero__actions,
.fsv63-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.fsv63-button,
.fsv63-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none !important;
}

.fsv63-button {
    min-height: 3rem;
    padding: 0.85rem 1.25rem;
    background: var(--fsv63-yellow);
    color: #071d3d !important;
    box-shadow: 0 12px 26px rgba(255, 210, 63, 0.24);
}

.fsv63-button--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: var(--fsv63-white) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: none;
}

.fsv63-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.fsv63-section__head {
    max-width: 760px;
    margin-bottom: 2rem;
}

.fsv63-section__head h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -0.045em;
    color: var(--fsv63-blue-dark);
}

.fsv63-section__head p:not(.fsv63-kicker) {
    margin: 1rem 0 0;
    color: var(--fsv63-muted);
    font-size: 1.08rem;
}

.fsv63-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.fsv63-event-card,
.fsv63-table-card,
.fsv63-empty-state {
    background: var(--fsv63-white);
    border: 1px solid var(--fsv63-border);
    border-radius: 1.5rem;
    box-shadow: var(--fsv63-shadow);
    overflow: hidden;
}

.fsv63-event-card__media {
    position: relative;
    display: grid;
    min-height: 13rem;
    background: linear-gradient(135deg, var(--fsv63-blue), var(--fsv63-blue-dark));
    color: var(--fsv63-white);
    text-decoration: none !important;
}

.fsv63-event-card__image {
    width: 100%;
    height: 100%;
    min-height: 13rem;
    object-fit: cover;
    opacity: 0.9;
}

.fsv63-event-card__fallback {
    place-self: center;
    font-size: 2.3rem;
    font-weight: 1000;
    letter-spacing: -0.06em;
    opacity: 0.55;
}

.fsv63-date-badge {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: grid;
    min-width: 4.4rem;
    padding: 0.55rem 0.65rem;
    border-radius: 1rem;
    background: var(--fsv63-yellow);
    color: #071d3d;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

.fsv63-date-badge strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
}

.fsv63-event-card__body {
    padding: 1.3rem;
}

.fsv63-event-card__meta,
.fsv63-event-card__location,
.fsv63-table-note {
    color: var(--fsv63-muted);
}

.fsv63-event-card__meta {
    margin: 0 0 0.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
}

.fsv63-event-card h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.15;
}

.fsv63-event-card h3 a {
    color: var(--fsv63-blue-dark);
    text-decoration: none !important;
}

.fsv63-event-card__location {
    margin: 0.8rem 0 0;
}

.fsv63-link {
    margin-top: 1rem;
    color: var(--fsv63-blue) !important;
}

.fsv63-link::after {
    content: "→";
}

.fsv63-table-card {
    padding: clamp(1rem, 3vw, 2rem);
}

.fsv63-table-card table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 1rem;
}

.fsv63-table-card th,
.fsv63-table-card td {
    padding: 1rem;
    border-bottom: 1px solid var(--fsv63-border);
    text-align: left;
}

.fsv63-table-card th {
    background: var(--fsv63-blue-dark);
    color: var(--fsv63-white);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
}

.fsv63-table-card tr.is-fsv td,
.fsv63-table-card tr:has(td a[href*="luckenwalde"]) td {
    background: rgba(255, 210, 63, 0.22);
    font-weight: 900;
    color: var(--fsv63-blue-dark);
}

.fsv63-table-note {
    margin: 1rem 0 0;
    font-size: 0.92rem;
}

.fsv63-empty-state {
    padding: 2rem;
}

.fsv63-empty-state h3 {
    margin-top: 0;
    color: var(--fsv63-blue-dark);
}

@media (max-width: 960px) {
    .fsv63-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fsv63-event-grid {
        grid-template-columns: 1fr;
    }

    .fsv63-table-card {
        overflow-x: auto;
    }
}


/* Tabelle: Feinschliff nach Einbau */
.fsv63-table-section {
    padding-top: clamp(2.4rem, 5vw, 4rem);
}

.fsv63-section__head--compact {
    margin-bottom: 1.45rem;
}

.fsv63-table-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: clamp(0.65rem, 2vw, 1rem);
    border-radius: 1.7rem;
}

.fsv63-table-card .sp-template,
.fsv63-table-card .sp-template-league-table,
.fsv63-table-card .sp-table-wrapper {
    margin: 0 !important;
}

.fsv63-table-card .sp-template-league-table h4,
.fsv63-table-card .sp-template h4,
.fsv63-table-card caption {
    margin: 0 !important;
    padding: 1.15rem 1.25rem !important;
    background: linear-gradient(135deg, #071d3d, #102f66) !important;
    color: #55b9ff !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border-radius: 1.15rem 1.15rem 0 0 !important;
    text-align: left !important;
}

.fsv63-table-card table,
.fsv63-table-card .sp-data-table,
.fsv63-table-card .sp-league-table {
    width: 100% !important;
    min-width: 760px;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #0a1224 !important;
    color: #ffffff !important;
}

.fsv63-table-card thead th,
.fsv63-table-card .sp-data-table thead th,
.fsv63-table-card .sp-league-table thead th {
    background: #0f3b91 !important;
    color: #ffffff !important;
    border: 0 !important;
    padding: 1rem 0.95rem !important;
    font-size: 0.76rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.fsv63-table-card tbody td,
.fsv63-table-card .sp-data-table tbody td,
.fsv63-table-card .sp-league-table tbody td {
    background: rgba(4, 12, 28, 0.96) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055) !important;
    padding: 0.92rem 0.95rem !important;
    vertical-align: middle !important;
}

.fsv63-table-card tbody tr:nth-child(even) td {
    background: rgba(8, 20, 45, 0.96) !important;
}

.fsv63-table-card a {
    color: inherit !important;
    text-decoration: none !important;
}

.fsv63-table-card img,
.fsv63-table-card .team-logo {
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain !important;
    margin-right: 0.55rem !important;
    vertical-align: middle !important;
}

.fsv63-table-card tr.is-fsv63-row td,
.fsv63-table-card tr.is-fsv td,
.fsv63-table-card tr:has(td a[href*="luckenwalde"]) td,
.fsv63-table-card tr:has(td a[href*="fsv-63"]) td {
    background: linear-gradient(90deg, rgba(255, 210, 63, 0.22), rgba(5, 22, 52, 0.98)) !important;
    color: #ffffff !important;
    font-weight: 1000 !important;
    box-shadow: inset 4px 0 0 var(--fsv63-yellow);
}

.fsv63-table-card tr.is-fsv63-row td:first-child,
.fsv63-table-card tr.is-fsv td:first-child {
    color: var(--fsv63-yellow) !important;
}

.fsv63-table-card .dataTables_wrapper,
.fsv63-table-card .dataTables_scroll,
.fsv63-table-card .dataTables_scrollBody {
    overflow-x: auto !important;
}

.fsv63-table-card .dataTables_paginate,
.fsv63-table-card .dataTables_info,
.fsv63-table-card .sp-paginated,
.fsv63-table-card .paginate_button,
.fsv63-table-card .sp-pagination,
.fsv63-table-card .sp-league-table-pagination {
    display: none !important;
}

.fsv63-table-card .dataTables_filter,
.fsv63-table-card .dataTables_length {
    display: none !important;
}

.fsv63-actions .fsv63-button--ghost {
    background: #0a2f68;
    color: #ffffff !important;
}

@media (max-width: 780px) {
    .fsv63-table-card {
        margin-inline: -0.25rem;
        overflow-x: auto;
    }
}


/* Tabelle Update V2: Titelzeile "1" entfernen und FSV-Markierung sauberer machen */
.fsv63-table-card .sp-template-league-table > h4,
.fsv63-table-card .sp-template > h4,
.fsv63-table-card caption {
    display: none !important;
}

.fsv63-table-card tr.is-fsv63-row td,
.fsv63-table-card tr.is-fsv td,
.fsv63-table-card tr:has(td a[href*="luckenwalde"]) td,
.fsv63-table-card tr:has(td a[href*="fsv-63"]) td {
    background: linear-gradient(90deg, rgba(255, 210, 63, 0.20), rgba(8, 26, 60, 0.98)) !important;
    color: #ffffff !important;
    font-weight: 1000 !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(255, 210, 63, 0.45) !important;
    border-bottom: 1px solid rgba(255, 210, 63, 0.45) !important;
}

.fsv63-table-card tr.is-fsv63-row td:first-child,
.fsv63-table-card tr.is-fsv td:first-child,
.fsv63-table-card tr:has(td a[href*="luckenwalde"]) td:first-child,
.fsv63-table-card tr:has(td a[href*="fsv-63"]) td:first-child {
    color: var(--fsv63-yellow) !important;
    box-shadow: inset 5px 0 0 var(--fsv63-yellow) !important;
}

.fsv63-table-card tr.is-fsv63-row td:last-child,
.fsv63-table-card tr.is-fsv td:last-child,
.fsv63-table-card tr:has(td a[href*="luckenwalde"]) td:last-child,
.fsv63-table-card tr:has(td a[href*="fsv-63"]) td:last-child {
    color: var(--fsv63-yellow) !important;
}

.fsv63-table-card .dataTables_wrapper > .dataTables_scroll:first-child,
.fsv63-table-card .sp-table-wrapper:first-child {
    border-radius: 1.15rem !important;
    overflow: hidden !important;
}

/* Tabelle Update V3: gelbe Spalten-Balken endgültig entfernen */
.fsv63-table-card tbody tr.is-fsv63-row > th,
.fsv63-table-card tbody tr.is-fsv63-row > td,
.fsv63-table-card tbody tr.is-fsv > th,
.fsv63-table-card tbody tr.is-fsv > td,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td {
    background: linear-gradient(90deg, rgba(255, 210, 63, 0.18), rgba(8, 26, 60, 0.98)) !important;
    background-color: rgba(8, 26, 60, 0.98) !important;
    color: #ffffff !important;
    font-weight: 1000 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th:not(:first-child),
.fsv63-table-card tbody tr.is-fsv63-row > td:not(:first-child),
.fsv63-table-card tbody tr.is-fsv > th:not(:first-child),
.fsv63-table-card tbody tr.is-fsv > td:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td:not(:first-child) {
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th:first-child,
.fsv63-table-card tbody tr.is-fsv63-row > td:first-child,
.fsv63-table-card tbody tr.is-fsv > th:first-child,
.fsv63-table-card tbody tr.is-fsv > td:first-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th:first-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td:first-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th:first-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td:first-child {
    color: var(--fsv63-yellow) !important;
    box-shadow: inset 5px 0 0 var(--fsv63-yellow) !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th:last-child,
.fsv63-table-card tbody tr.is-fsv63-row > td:last-child,
.fsv63-table-card tbody tr.is-fsv > th:last-child,
.fsv63-table-card tbody tr.is-fsv > td:last-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th:last-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td:last-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th:last-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td:last-child {
    color: var(--fsv63-yellow) !important;
}


/* Tabelle Update V4: FSV-Zeile als ruhiges, durchgehendes Band ohne Zell-Balken */
.fsv63-table-card tbody tr.is-fsv63-row,
.fsv63-table-card tbody tr.is-fsv,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]),
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) {
    background: #10285a !important;
    outline: 1px solid rgba(255, 210, 63, 0.38) !important;
    outline-offset: -1px !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th,
.fsv63-table-card tbody tr.is-fsv63-row > td,
.fsv63-table-card tbody tr.is-fsv > th,
.fsv63-table-card tbody tr.is-fsv > td,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td {
    background: #10285a !important;
    background-image: none !important;
    color: #ffffff !important;
    font-weight: 1000 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th:first-child,
.fsv63-table-card tbody tr.is-fsv63-row > td:first-child,
.fsv63-table-card tbody tr.is-fsv > th:first-child,
.fsv63-table-card tbody tr.is-fsv > td:first-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th:first-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td:first-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th:first-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td:first-child {
    color: var(--fsv63-yellow) !important;
    box-shadow: inset 6px 0 0 var(--fsv63-yellow) !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th:not(:first-child),
.fsv63-table-card tbody tr.is-fsv63-row > td:not(:first-child),
.fsv63-table-card tbody tr.is-fsv > th:not(:first-child),
.fsv63-table-card tbody tr.is-fsv > td:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th:not(:first-child),
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td:not(:first-child) {
    box-shadow: none !important;
}

.fsv63-table-card tbody tr.is-fsv63-row > th:last-child,
.fsv63-table-card tbody tr.is-fsv63-row > td:last-child,
.fsv63-table-card tbody tr.is-fsv > th:last-child,
.fsv63-table-card tbody tr.is-fsv > td:last-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > th:last-child,
.fsv63-table-card tbody tr:has(td a[href*="luckenwalde"]) > td:last-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > th:last-child,
.fsv63-table-card tbody tr:has(td a[href*="fsv-63"]) > td:last-child {
    color: var(--fsv63-yellow) !important;
}


/* Tabelle Update V5: Vereinsnamen in einer Zeile halten */
.fsv63-table-card {
    overflow-x: auto !important;
}

.fsv63-table-card table,
.fsv63-table-card .sp-data-table,
.fsv63-table-card .sp-league-table {
    min-width: 1120px !important;
    table-layout: fixed !important;
}

.fsv63-table-card thead th:first-child,
.fsv63-table-card tbody td:first-child {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
}

.fsv63-table-card thead th:nth-child(2),
.fsv63-table-card tbody td:nth-child(2),
.fsv63-table-card .sp-data-table thead th:nth-child(2),
.fsv63-table-card .sp-data-table tbody td:nth-child(2),
.fsv63-table-card .sp-league-table thead th:nth-child(2),
.fsv63-table-card .sp-league-table tbody td:nth-child(2),
.fsv63-table-card tbody td.data-name,
.fsv63-table-card tbody td.team,
.fsv63-table-card tbody td.name {
    width: 310px !important;
    min-width: 310px !important;
    max-width: 310px !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    line-height: 1.1 !important;
}

.fsv63-table-card thead th:nth-child(n+3),
.fsv63-table-card tbody td:nth-child(n+3) {
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.fsv63-table-card tbody td:nth-child(2) *,
.fsv63-table-card tbody td.data-name *,
.fsv63-table-card tbody td.team *,
.fsv63-table-card tbody td.name * {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.fsv63-table-card tbody td:nth-child(2) a,
.fsv63-table-card tbody td.data-name a,
.fsv63-table-card tbody td.team a,
.fsv63-table-card tbody td.name a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem !important;
    max-width: none !important;
    width: auto !important;
    white-space: nowrap !important;
    line-height: 1.05 !important;
}

.fsv63-table-card tbody td:nth-child(2) br,
.fsv63-table-card tbody td.data-name br,
.fsv63-table-card tbody td.team br,
.fsv63-table-card tbody td.name br {
    display: none !important;
}

.fsv63-table-card tbody td:nth-child(2) img,
.fsv63-table-card tbody td.data-name img,
.fsv63-table-card tbody td.team img,
.fsv63-table-card tbody td.name img {
    flex: 0 0 auto !important;
    display: inline-block !important;
    margin-right: 0.5rem !important;
}

/* Kalender Update V1 */
.fsv63-calendar-page .fsv63-section {
    padding-top: clamp(2.6rem, 5vw, 4.6rem);
}

.fsv63-calendar-quicklinks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 1.25rem;
}

.fsv63-calendar-quicklinks a {
    display: grid;
    gap: 0.25rem;
    min-height: 6rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(7, 34, 73, 0.12);
    border-radius: 1.35rem;
    background: #ffffff;
    color: var(--fsv63-blue-dark) !important;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(4, 24, 55, 0.08);
}

.fsv63-calendar-quicklinks span {
    color: var(--fsv63-muted);
    font-size: 0.78rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fsv63-calendar-quicklinks strong {
    font-size: 1.08rem;
    line-height: 1.15;
}

.fsv63-next-event {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.15rem;
    margin: 0 0 1.25rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-radius: 1.6rem;
    background:
        radial-gradient(circle at right, rgba(255, 210, 63, 0.22), transparent 20rem),
        linear-gradient(135deg, var(--fsv63-blue-dark), var(--fsv63-blue));
    color: #ffffff;
    box-shadow: var(--fsv63-shadow);
}

.fsv63-next-event__date {
    display: grid;
    place-items: center;
    min-width: 5.2rem;
    min-height: 5.2rem;
    padding: 0.65rem;
    border-radius: 1.2rem;
    background: var(--fsv63-yellow);
    color: #071d3d;
    text-transform: uppercase;
    font-weight: 1000;
}

.fsv63-next-event__date span {
    font-size: 2rem;
    line-height: 0.95;
}

.fsv63-next-event__date strong {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.fsv63-next-event__body p,
.fsv63-next-event__body h3,
.fsv63-next-event__body small {
    margin: 0;
}

.fsv63-next-event__body p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fsv63-next-event__body h3 {
    margin-top: 0.35rem;
    font-size: clamp(1.35rem, 3vw, 2.2rem);
    line-height: 1.02;
}

.fsv63-next-event__body h3 a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.fsv63-next-event__body small {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.78);
}

.fsv63-next-event .fsv63-button {
    white-space: nowrap;
}

.fsv63-events-overview .fsv63-event-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.fsv63-events-overview .fsv63-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 70px rgba(4, 24, 55, 0.18);
}

@media (max-width: 900px) {
    .fsv63-calendar-quicklinks,
    .fsv63-next-event {
        grid-template-columns: 1fr;
    }

    .fsv63-next-event {
        align-items: start;
    }

    .fsv63-next-event .fsv63-button {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .fsv63-calendar-quicklinks {
        gap: 0.75rem;
    }
}
