.vvz-team-page { max-width: 1180px; margin: 0 auto; padding: 32px 20px 56px; }
.vvz-team-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 560px); gap: 28px; align-items: center; margin-bottom: 32px; }
.vvz-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin: 0 0 8px; color: #666; }
.vvz-team-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.05; }
.vvz-sponsor { font-size: 18px; margin: 0; }
.vvz-team-visual { display: grid; grid-template-columns: minmax(0, 1fr) minmax(130px, 190px); gap: 16px; align-items: stretch; }
.vvz-team-photo img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.16); display: block; }
.vvz-sponsor-card { background: #fff; border: 1px solid rgba(0,83,161,.14); border-radius: 18px; box-shadow: 0 10px 24px rgba(0,0,0,.06); padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.vvz-sponsor-logo img { max-width: 150px; width: 100%; height: auto; max-height: 95px; object-fit: contain; display: block; }
.vvz-sponsor strong { display: block; color: #0053A1; margin-top: 2px; }
.vvz-team-sections { display: flex; flex-direction: column; gap: 22px; clear: both; }
.vvz-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; padding: 22px; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.vvz-card h2 { margin-top: 0; }
.vvz-table-wrap { overflow-x: auto; }
.vvz-table { width: 100%; border-collapse: collapse; }
.vvz-table th, .vvz-table td { padding: 10px 8px; border-bottom: 1px solid rgba(0,0,0,.08); text-align: left; }
.vvz-table th { font-weight: 700; }
.vvz-empty { color: #666; margin-bottom: 0; }
@media (max-width: 800px) {
    .vvz-team-hero { grid-template-columns: 1fr; }
    .vvz-team-visual { grid-template-columns: 1fr; }
    .vvz-team-photo img { height: auto; min-height: 0; }
    .vvz-sponsor-card { flex-direction: row; justify-content: flex-start; text-align: left; }
    .vvz-sponsor-logo { flex: 0 0 92px; }
    .vvz-sponsor-logo img { max-width: 92px; max-height: 62px; }
    .vvz-sponsor strong { display: inline; margin-top: 0; }
}

/* Zorg dat theme-footers op teampagina's niet fixed/sticky over de content heen vallen. */
html body.vvz-team-pages-route,
body.vvz-team-pages-route {
    min-height: 0 !important;
    height: auto !important;
    overflow-y: auto !important;
    padding-bottom: 0 !important;
}

body.vvz-team-pages-route #page,
body.vvz-team-pages-route .site,
body.vvz-team-pages-route .site-container,
body.vvz-team-pages-route .page,
body.vvz-team-pages-route #content,
body.vvz-team-pages-route .site-content,
body.vvz-team-pages-route .content-area,
body.vvz-team-pages-route .wp-site-blocks {
    min-height: 0 !important;
    height: auto !important;
}

body.vvz-team-pages-route footer,
body.vvz-team-pages-route [role="contentinfo"],
body.vvz-team-pages-route .site-footer,
body.vvz-team-pages-route #site-footer,
body.vvz-team-pages-route #colophon,
body.vvz-team-pages-route #footer,
body.vvz-team-pages-route .footer,
body.vvz-team-pages-route .footer-wrapper,
body.vvz-team-pages-route .footer-container,
body.vvz-team-pages-route [class*="footer" i],
body.vvz-team-pages-route [id*="footer" i] {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    translate: none !important;
    z-index: auto !important;
}

body.vvz-team-pages-route footer,
body.vvz-team-pages-route [role="contentinfo"],
body.vvz-team-pages-route .site-footer,
body.vvz-team-pages-route #site-footer,
body.vvz-team-pages-route #colophon,
body.vvz-team-pages-route #footer,
body.vvz-team-pages-route .footer {
    margin-top: 32px !important;
}

.vvz-team-page {
    overflow: visible;
    margin-bottom: 48px;
}

/* Highlight de VV Zeewolde-regel in de stand. */
.vvz-table tr.vvz-standings-highlight td {
    background: #e8f4ff;
    font-weight: 700;
}
.vvz-table tr.vvz-standings-highlight td:first-child {
    border-left: 5px solid #2271b1;
}

/* 1.0.12: blauwe markering van VVZ in de stand en uitslagen. */
.vvz-team-page .vvz-team-standings .vvz-table tr.vvz-standings-highlight > td,
.vvz-team-page .vvz-team-standings .vvz-table tr.vvz-standings-highlight:nth-child(odd) > td,
.vvz-team-page .vvz-team-standings .vvz-table tr.vvz-standings-highlight:nth-child(even) > td {
    background-color: #e8f4ff !important;
    font-weight: 800 !important;
}
.vvz-team-page .vvz-team-standings .vvz-table tr.vvz-standings-highlight > td:first-child {
    border-left: 6px solid #2271b1 !important;
}




/* Highlight de VV Zeewolde-regel in het programma. */
.vvz-team-page .vvz-team-program .vvz-table tr.vvz-program-highlight > td,
.vvz-team-page .vvz-team-program .vvz-table tr.vvz-program-highlight:nth-child(odd) > td,
.vvz-team-page .vvz-team-program .vvz-table tr.vvz-program-highlight:nth-child(even) > td {
    background-color: #e8f4ff !important;
    font-weight: 800 !important;
}
.vvz-team-page .vvz-team-program .vvz-table tr.vvz-program-highlight > td:first-child {
    border-left: 6px solid #2271b1 !important;
}

/* Highlight de VV Zeewolde-regel in de uitslagen. */
.vvz-team-page .vvz-team-results .vvz-table tr.vvz-results-highlight > td,
.vvz-team-page .vvz-team-results .vvz-table tr.vvz-results-highlight:nth-child(odd) > td,
.vvz-team-page .vvz-team-results .vvz-table tr.vvz-results-highlight:nth-child(even) > td {
    background-color: #e8f4ff !important;
    font-weight: 800 !important;
}
.vvz-team-page .vvz-team-results .vvz-table tr.vvz-results-highlight > td:first-child {
    border-left: 6px solid #2271b1 !important;
}


/* 1.0.16: puntenkolom in de stand vetgedrukt. */
.vvz-team-page .vvz-team-standings .vvz-standings-table .vvz-points-col {
    font-weight: 800 !important;
}


/* 1.0.18: shortcode volledig programma komende 30 dagen. */
.vvz-full-program { width: 100%; }
.vvz-program-filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 0 0 14px;
    padding: 6px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
    background: #f6f8fa;
}
.vvz-program-filter {
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #1d2327;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 12px;
}
.vvz-program-filter:hover,
.vvz-program-filter:focus {
    background: rgba(34,113,177,.12);
    outline: none;
}
.vvz-program-filter.is-active {
    background: #2271b1;
    color: #fff;
    font-weight: 700;
}
.vvz-feed-source {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.vvz-logo-col,
.vvz-logo-cell { width: 86px; text-align: center !important; }
.vvz-team-logo {
    display: inline-block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    vertical-align: middle;
}
.vvz-team-logo-placeholder {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,.06);
    vertical-align: middle;
}
@media (max-width: 700px) {
    .vvz-program-filterbar { border-radius: 14px; }
    .vvz-program-filter { flex: 1 1 auto; }
    .vvz-logo-col,
    .vvz-logo-cell { width: 54px; }
    .vvz-team-logo,
    .vvz-team-logo-placeholder { width: 28px; height: 28px; }
}


/* 1.0.19: beter leesbare layout voor shortcode volledig programma. */
.vvz-full-program .vvz-table-wrap {
    border: 1px solid rgba(34, 113, 177, .22);
    border-radius: 14px;
    overflow-x: auto;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.vvz-full-program .vvz-table {
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}
.vvz-full-program .vvz-table thead th {
    background: #2271b1;
    color: #fff;
    border-bottom: 0;
    font-weight: 800;
    padding: 13px 12px;
    vertical-align: middle;
}
.vvz-full-program .vvz-table thead th:first-child {
    border-top-left-radius: 12px;
}
.vvz-full-program .vvz-table thead th:last-child {
    border-top-right-radius: 12px;
}
.vvz-full-program .vvz-table tbody td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(34, 113, 177, .12);
}
.vvz-full-program .vvz-table tbody tr:nth-child(odd) td {
    background: #ffffff;
}
.vvz-full-program .vvz-table tbody tr:nth-child(even) td {
    background: #f3f8fd;
}
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight td,
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(odd) td,
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(even) td {
    background: #e8f4ff !important;
    font-weight: 800;
}
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight td:first-child {
    border-left: 6px solid #2271b1;
}
.vvz-full-program .vvz-logo-col,
.vvz-full-program .vvz-logo-cell {
    width: 72px;
    text-align: center !important;
}
.vvz-full-program .vvz-team-logo,
.vvz-full-program .vvz-team-logo-placeholder {
    width: 38px;
    height: 38px;
}
.vvz-full-program .vvz-team-logo {
    display: inline-block;
    object-fit: contain;
    border-radius: 6px;
}


/* 1.0.22: programma-shortcode filters en balkstijl. */
.vvz-full-program .vvz-program-filterbar {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.vvz-full-program .vvz-program-filter {
    width: 100%;
    min-height: 42px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #2271b1;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.vvz-full-program .vvz-program-filter:hover,
.vvz-full-program .vvz-program-filter:focus,
.vvz-full-program .vvz-program-filter:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #1c5f96;
}
.vvz-full-program .vvz-program-filter.is-active {
    background: #0f4f85;
    color: #fff;
}
.vvz-full-program .vvz-table-wrap {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.vvz-full-program .vvz-table {
    border-collapse: separate !important;
    border-spacing: 0 5px !important;
}
.vvz-full-program .vvz-table th,
.vvz-full-program .vvz-table td,
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight td:first-child {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.vvz-full-program .vvz-table thead th {
    background: #0f4f85 !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.vvz-full-program .vvz-table tbody tr:nth-child(odd) td,
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(odd) td {
    background: #2271b1 !important;
    color: #fff !important;
}
.vvz-full-program .vvz-table tbody tr:nth-child(even) td,
.vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(even) td {
    background: rgba(34, 113, 177, .80) !important;
    color: #fff !important;
}

.vvz-full-program .vvz-table tbody tr td:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.vvz-full-program .vvz-table tbody tr td:last-child {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.vvz-full-program .vvz-table tbody tr td {
    overflow: hidden;
}

.vvz-full-program .vvz-table tbody tr.vvz-program-highlight td {
    font-weight: 800 !important;
}
@media (max-width: 800px) {
    .vvz-full-program .vvz-program-filterbar {
        grid-template-columns: 1fr;
    }
}

/* 1.0.22: grotere tekst, afgeronde filter/header en betere mobiele shortcode-weergave. */
.vvz-full-program {
    font-size: calc(1em + 3px);
}
.vvz-full-program .vvz-program-filterbar {
    border-radius: 16px !important;
    overflow: hidden;
}
.vvz-full-program .vvz-program-filter:first-child {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}
.vvz-full-program .vvz-program-filter:last-child {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.vvz-full-program .vvz-table thead th:first-child {
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}
.vvz-full-program .vvz-table thead th:last-child {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}
.vvz-full-program .vvz-table thead th {
    font-size: 1em;
}
.vvz-full-program .vvz-table tbody td {
    font-size: 1em;
}

@media (max-width: 700px) {
    .vvz-full-program {
        font-size: calc(1em + 2px);
    }
    .vvz-full-program .vvz-program-filterbar {
        grid-template-columns: 1fr 1fr !important;
        gap: 5px !important;
        padding: 0 !important;
        background: transparent !important;
        border-radius: 16px !important;
    }
    .vvz-full-program .vvz-program-filter,
    .vvz-full-program .vvz-program-filter:first-child,
    .vvz-full-program .vvz-program-filter:last-child {
        border-radius: 14px !important;
        min-height: 46px;
        padding: 9px 8px;
        line-height: 1.15;
        white-space: normal;
    }
    .vvz-full-program .vvz-table-wrap {
        overflow-x: visible !important;
        border-radius: 0 !important;
    }
    .vvz-full-program .vvz-table,
    .vvz-full-program .vvz-table thead,
    .vvz-full-program .vvz-table tbody,
    .vvz-full-program .vvz-table tr,
    .vvz-full-program .vvz-table th,
    .vvz-full-program .vvz-table td {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }
    .vvz-full-program .vvz-table thead {
        display: none !important;
    }
    .vvz-full-program .vvz-table {
        border-spacing: 0 8px !important;
        background: transparent !important;
    }
    .vvz-full-program .vvz-table tbody tr {
        display: grid !important;
        grid-template-columns: 56px 1fr;
        gap: 4px 10px;
        padding: 12px !important;
        border-radius: 16px !important;
        overflow: hidden;
    }
    .vvz-full-program .vvz-table tbody tr:nth-child(odd),
    .vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(odd) {
        background: #2271b1 !important;
        color: #fff !important;
    }
    .vvz-full-program .vvz-table tbody tr:nth-child(even),
    .vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(even) {
        background: rgba(34, 113, 177, .80) !important;
        color: #fff !important;
    }
    .vvz-full-program .vvz-table tbody tr td,
    .vvz-full-program .vvz-table tbody tr td:first-child,
    .vvz-full-program .vvz-table tbody tr td:last-child {
        background: transparent !important;
        color: inherit !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .vvz-full-program .vvz-date-cell,
    .vvz-full-program .vvz-time-cell {
        grid-column: 1 / -1;
        font-weight: 800;
    }
    .vvz-full-program .vvz-time-cell {
        opacity: .95;
        margin-bottom: 4px;
    }
    .vvz-full-program .vvz-home-logo-cell,
    .vvz-full-program .vvz-away-logo-cell {
        grid-column: 1;
        text-align: center !important;
        align-self: center;
    }
    .vvz-full-program .vvz-home-team-cell,
    .vvz-full-program .vvz-away-team-cell {
        grid-column: 2;
        align-self: center;
        font-weight: 800;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }
    .vvz-full-program .vvz-home-team-cell::before {
        content: 'Thuis: ';
        font-weight: 700;
        opacity: .85;
    }
    .vvz-full-program .vvz-away-team-cell::before {
        content: 'Uit: ';
        font-weight: 700;
        opacity: .85;
    }
    .vvz-full-program .vvz-team-logo,
    .vvz-full-program .vvz-team-logo-placeholder {
        width: 42px !important;
        height: 42px !important;
        border-radius: 8px;
    }
}

/* 1.0.23: mobiele programmaweergave compacter en zonder donkere achtergrondlaag. */
@media (max-width: 700px) {
    .vvz-full-program .vvz-table {
        border-collapse: separate !important;
        border-spacing: 0 3px !important;
        background: transparent !important;
    }
    .vvz-full-program .vvz-table tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 3px !important;
        background: transparent !important;
    }
    .vvz-full-program .vvz-table tbody tr,
    .vvz-full-program .vvz-table tbody tr.vvz-program-highlight {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 11px 12px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        color: #fff !important;
        box-shadow: none !important;
        outline: 0 !important;
        border: 0 !important;
    }
    .vvz-full-program .vvz-table tbody tr:nth-child(odd),
    .vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(odd) {
        background: #2271b1 !important;
    }
    .vvz-full-program .vvz-table tbody tr:nth-child(even),
    .vvz-full-program .vvz-table tbody tr.vvz-program-highlight:nth-child(even) {
        background: rgba(34, 113, 177, .80) !important;
    }
    .vvz-full-program .vvz-table tbody tr td {
        display: none !important;
        background: transparent !important;
    }
    .vvz-full-program .vvz-table tbody tr::before {
        content: attr(data-date) '  ' attr(data-time);
        display: block;
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 5px;
        white-space: nowrap;
    }
    .vvz-full-program .vvz-table tbody tr::after {
        content: attr(data-home) ' - ' attr(data-away);
        display: block;
        font-weight: 800;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* 1.0.24: shortcode alle uitslagen met teamfilter en laad meer. */
.vvz-full-results .vvz-results-filterbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #0f4f85;
    color: #fff;
    font-weight: 800;
}
.vvz-full-results .vvz-results-team-filter {
    flex: 1 1 auto;
    min-height: 42px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 12px;
    padding: 8px 12px;
    font: inherit;
    color: #1d2327;
    background: #fff;
}
.vvz-full-results .vvz-result-cell {
    text-align: center;
    font-weight: 900;
    white-space: nowrap;
}
.vvz-full-results .vvz-results-actions {
    margin-top: 12px;
    text-align: center;
}
.vvz-full-results .vvz-load-more-results {
    appearance: none;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 999px;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 42px;
    padding: 9px 22px;
}
.vvz-full-results .vvz-load-more-results:hover,
.vvz-full-results .vvz-load-more-results:focus {
    background: #0f4f85;
}
.vvz-full-results .vvz-table tbody tr.vvz-results-highlight td {
    font-weight: 900 !important;
}

@media (max-width: 700px) {
    .vvz-full-results .vvz-results-filterbar {
        gap: 8px;
        padding: 9px;
        border-radius: 16px;
    }
    .vvz-full-results .vvz-results-filterbar label {
        flex: 0 0 auto;
    }
    .vvz-full-results .vvz-results-team-filter {
        min-width: 0;
        width: 100%;
    }
    .vvz-full-results .vvz-table tbody tr::before {
        content: attr(data-date) !important;
        margin-bottom: 5px;
    }
    .vvz-full-results .vvz-table tbody tr::after {
        content: attr(data-home) ' - ' attr(data-result) ' - ' attr(data-away) !important;
        display: block;
        font-weight: 900;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* 1.0.25: mooiere uitslagen-filterbalk en alleen VVZ-teamselectie. */
.vvz-full-results .vvz-results-filterbar {
    display: grid !important;
    grid-template-columns: auto minmax(220px, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 16px !important;
    padding: 12px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #0f4f85, #2271b1) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 79, 133, .22) !important;
}
.vvz-full-results .vvz-results-filterbar label {
    margin: 0 !important;
    padding: 0 2px !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    white-space: nowrap !important;
}
.vvz-full-results .vvz-results-team-filter {
    width: 100% !important;
    min-height: 48px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.35) !important;
    border-radius: 14px !important;
    padding: 10px 42px 10px 14px !important;
    font: inherit !important;
    font-weight: 800 !important;
    color: #0f4f85 !important;
    background-color: #fff !important;
    cursor: pointer !important;
}
.vvz-full-results .vvz-results-team-filter:focus {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 3px rgba(255,255,255,.28) !important;
}
@media (max-width: 700px) {
    .vvz-full-results .vvz-results-filterbar {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 10px !important;
    }
    .vvz-full-results .vvz-results-filterbar label {
        font-size: .95em !important;
    }
    .vvz-full-results .vvz-results-team-filter {
        min-height: 46px !important;
    }
}


/* 1.0.27: teamfilter werkt als totaalfilter en label/dropdown netjes uitgelijnd. */
.vvz-full-results .vvz-results-filterbar {
    grid-template-columns: auto minmax(260px, 1fr) !important;
    align-items: center !important;
}
.vvz-full-results .vvz-results-filterbar label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    line-height: 1 !important;
    margin: 0 !important;
}
.vvz-full-results .vvz-results-team-filter {
    align-self: center !important;
}
@media (max-width: 700px) {
    .vvz-full-results .vvz-results-filterbar label {
        height: auto !important;
        justify-content: flex-start !important;
    }
}

/* 1.0.27: uitslagenfilter laadt specifieke teamfeed via teamcode. */

/* 1.0.28: compactere uitslagen-filterbalk: label en dropdown op één lijn. */
.vvz-full-results .vvz-results-filterbar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 7px 10px !important;
    min-height: 0 !important;
    border-radius: 16px !important;
}
.vvz-full-results .vvz-results-filterbar label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
}
.vvz-full-results .vvz-results-team-filter {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 12px !important;
    line-height: 1.1 !important;
}
@media (max-width: 700px) {
    .vvz-full-results .vvz-results-filterbar {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 6px 8px !important;
    }
    .vvz-full-results .vvz-results-filterbar label {
        height: 36px !important;
        min-height: 36px !important;
        line-height: 36px !important;
        font-size: .95em !important;
    }
    .vvz-full-results .vvz-results-team-filter {
        height: 36px !important;
        min-height: 36px !important;
        font-size: .95em !important;
    }
}

/* 1.0.32: strakke responsive layout voor individuele teampagina's. */
@media (max-width: 760px) {
    body.vvz-team-pages-route .vvz-team-page {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding: 14px 10px 34px;
        margin: 0 auto 36px;
    }

    body.vvz-team-pages-route .vvz-team-hero {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
        margin: 0 0 14px;
        padding: 16px;
        border-radius: 18px;
        background: linear-gradient(135deg, #0053A1, #3E95E6);
        color: #fff;
        box-shadow: 0 10px 22px rgba(0, 83, 161, .22);
    }

    body.vvz-team-pages-route .vvz-eyebrow,
    body.vvz-team-pages-route .vvz-team-meta,
    body.vvz-team-pages-route .vvz-sponsor {
        color: #fff;
    }

    body.vvz-team-pages-route .vvz-eyebrow {
        font-size: 11px;
        margin-bottom: 5px;
        opacity: .9;
    }

    body.vvz-team-pages-route .vvz-team-hero h1 {
        font-size: clamp(30px, 10vw, 44px);
        line-height: 1;
        overflow-wrap: anywhere;
    }

    body.vvz-team-pages-route .vvz-team-meta {
        margin: 8px 0 0;
        font-weight: 800;
        opacity: .96;
    }

    body.vvz-team-pages-route .vvz-sponsor {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        max-width: 100%;
        margin: 12px 0 0;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.16);
        font-size: 14px;
        line-height: 1.2;
    }

    body.vvz-team-pages-route .vvz-team-photo {
        order: -1;
    }

    body.vvz-team-pages-route .vvz-team-photo img {
        display: block;
        width: 100%;
        max-height: 260px;
        object-fit: cover;
        border-radius: 14px;
        box-shadow: none;
    }

    body.vvz-team-pages-route .vvz-team-sections {
        gap: 12px;
    }

    body.vvz-team-pages-route .vvz-card {
        padding: 13px 10px 14px;
        border: 0;
        border-radius: 16px;
        box-shadow: 0 8px 18px rgba(0,0,0,.08);
        overflow: hidden;
    }

    body.vvz-team-pages-route .vvz-card h2 {
        margin: -13px -10px 10px;
        padding: 11px 12px;
        border-radius: 16px 16px 0 0;
        background: #0053A1;
        color: #fff;
        font-size: 18px;
        line-height: 1.15;
    }

    body.vvz-team-pages-route .vvz-empty {
        margin: 0;
        padding: 10px;
        border-radius: 12px;
        background: #f3f8fd;
    }

    body.vvz-team-pages-route .vvz-table-wrap {
        overflow: visible;
    }

    body.vvz-team-pages-route .vvz-table,
    body.vvz-team-pages-route .vvz-table thead,
    body.vvz-team-pages-route .vvz-table tbody,
    body.vvz-team-pages-route .vvz-table tr,
    body.vvz-team-pages-route .vvz-table th,
    body.vvz-team-pages-route .vvz-table td {
        border: 0 !important;
    }

    body.vvz-team-pages-route .vvz-table {
        width: 100%;
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 6px;
    }

    body.vvz-team-pages-route .vvz-table thead {
        display: none;
    }

    body.vvz-team-pages-route .vvz-table tbody,
    body.vvz-team-pages-route .vvz-table tr,
    body.vvz-team-pages-route .vvz-table td {
        display: block;
        width: auto;
        box-sizing: border-box;
    }

    body.vvz-team-pages-route .vvz-table tbody tr {
        padding: 9px 10px;
        border-radius: 13px;
        background: #0053A1;
        color: #fff;
        box-shadow: none;
        overflow: hidden;
    }

    body.vvz-team-pages-route .vvz-table tbody tr:nth-child(even) {
        background: rgba(0, 83, 161, .82);
    }

    body.vvz-team-pages-route .vvz-table td {
        padding: 0 !important;
        background: transparent !important;
        color: inherit;
        line-height: 1.25;
    }

    body.vvz-team-pages-route .vvz-table tr.vvz-program-highlight,
    body.vvz-team-pages-route .vvz-table tr.vvz-standings-highlight,
    body.vvz-team-pages-route .vvz-table tr.vvz-results-highlight {
        background: #003f7a !important;
        color: #fff !important;
        font-weight: 900;
    }

    body.vvz-team-pages-route .vvz-table tr.vvz-program-highlight > td:first-child,
    body.vvz-team-pages-route .vvz-table tr.vvz-standings-highlight > td:first-child,
    body.vvz-team-pages-route .vvz-table tr.vvz-results-highlight > td:first-child {
        border-left: 0 !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table tbody tr {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 3px 9px;
        align-items: center;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table td:nth-child(1) {
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
        opacity: .92;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table td:nth-child(2) {
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
        opacity: .92;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table td:nth-child(3) {
        grid-column: 1 / -1;
        font-size: 16px;
        font-weight: 900;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table tbody tr {
        display: grid;
        grid-template-columns: auto auto;
        gap: 4px 10px;
        align-items: center;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(1) {
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
        opacity: .92;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(2) {
        grid-column: 1 / -1;
        font-size: 16px;
        font-weight: 900;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        padding: 3px 8px !important;
        border-radius: 999px;
        background: rgba(255,255,255,.18) !important;
        font-size: 14px;
        font-weight: 900;
        white-space: nowrap;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table tbody tr {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 4px 8px;
        align-items: center;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(1) {
        grid-row: 1 / span 2;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: rgba(255,255,255,.18) !important;
        font-size: 18px;
        font-weight: 900;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(2) {
        font-size: 16px;
        font-weight: 900;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4) {
        justify-self: end;
        padding: 3px 9px !important;
        border-radius: 999px;
        background: rgba(255,255,255,.2) !important;
        font-size: 15px;
        font-weight: 900 !important;
        white-space: nowrap;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4)::before {
        content: 'Punten ';
        font-weight: 800;
        opacity: .9;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(5),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(6),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(7),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(8) {
        grid-column: 2 / -1;
        display: inline-flex;
        gap: 4px;
        font-size: 12px;
        font-weight: 800;
        opacity: .95;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3)::before { content: 'Wedstrijden:'; opacity: .85; }
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(5)::before { content: 'Doelsaldo:'; opacity: .85; }
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(6)::before { content: 'Winst:'; opacity: .85; }
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(7)::before { content: 'Verloren:'; opacity: .85; }
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(8)::before { content: 'Gelijk:'; opacity: .85; }
}

@media (max-width: 420px) {
    body.vvz-team-pages-route .vvz-team-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    body.vvz-team-pages-route .vvz-team-hero {
        padding: 13px;
        border-radius: 16px;
    }

    body.vvz-team-pages-route .vvz-card {
        border-radius: 14px;
    }

    body.vvz-team-pages-route .vvz-card h2 {
        font-size: 17px;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table td:nth-child(3),
    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(2),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(2) {
        font-size: 15px;
    }
}


/* 1.0.33: mobiele teampagina rustiger, desktop-kleuren en compactere stand/uitslagen. */
@media (max-width: 760px) {
    body.vvz-team-pages-route .vvz-team-page {
        padding-top: 16px !important;
        padding-bottom: 44px !important;
    }

    body.vvz-team-pages-route .vvz-team-hero {
        margin-bottom: 22px !important;
        padding: 18px !important;
        background: #fff !important;
        color: #222221 !important;
        border: 1px solid rgba(0,0,0,.08) !important;
        box-shadow: 0 10px 24px rgba(0,0,0,.06) !important;
    }

    body.vvz-team-pages-route .vvz-eyebrow {
        color: #0053A1 !important;
    }

    body.vvz-team-pages-route .vvz-team-meta,
    body.vvz-team-pages-route .vvz-sponsor {
        color: #222221 !important;
    }

    body.vvz-team-pages-route .vvz-sponsor {
        background: #e8f4ff !important;
        color: #0053A1 !important;
    }

    body.vvz-team-pages-route .vvz-team-sections {
        gap: 24px !important;
    }

    body.vvz-team-pages-route .vvz-card {
        margin: 0 0 2px !important;
        padding: 16px 12px 16px !important;
        background: #fff !important;
        border: 1px solid rgba(0,0,0,.08) !important;
        box-shadow: 0 10px 24px rgba(0,0,0,.06) !important;
    }

    body.vvz-team-pages-route .vvz-card h2 {
        margin: 0 0 14px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #222221 !important;
        font-size: 20px !important;
    }

    body.vvz-team-pages-route .vvz-table {
        border-spacing: 0 7px !important;
    }

    body.vvz-team-pages-route .vvz-table tbody tr {
        background: #fff !important;
        color: #222221 !important;
        border: 1px solid rgba(0,0,0,.08) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,.04) !important;
    }

    body.vvz-team-pages-route .vvz-table tbody tr:nth-child(even) {
        background: #f3f8fd !important;
    }

    body.vvz-team-pages-route .vvz-table tr.vvz-program-highlight,
    body.vvz-team-pages-route .vvz-table tr.vvz-standings-highlight,
    body.vvz-team-pages-route .vvz-table tr.vvz-results-highlight {
        background: #e8f4ff !important;
        color: #222221 !important;
        font-weight: 900 !important;
        border-left: 5px solid #2271b1 !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table td:nth-child(1),
    body.vvz-team-pages-route .vvz-team-program .vvz-table td:nth-child(2),
    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(1) {
        color: #0053A1 !important;
        opacity: 1 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table tbody tr {
        grid-template-columns: 38px minmax(0, 1fr) auto auto !important;
        gap: 5px 8px !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(1) {
        grid-row: 1 !important;
        background: #e8f4ff !important;
        color: #0053A1 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(2) {
        grid-column: 2 / -1 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4) {
        display: inline-flex !important;
        grid-column: auto !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 3px 8px !important;
        border-radius: 999px !important;
        background: #e8f4ff !important;
        color: #0053A1 !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        justify-self: start !important;
        white-space: nowrap !important;
        opacity: 1 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3)::before {
        content: 'Wedstrijden ' !important;
        opacity: .9 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4)::before {
        content: 'Punten ' !important;
        opacity: .9 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(5),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(6),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(7),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(8) {
        display: none !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table tbody tr {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 5px 10px !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(1) {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(2) {
        grid-column: 1 !important;
        grid-row: 2 !important;
        min-width: 0 !important;
        font-size: 15px !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 2 !important;
        align-self: center !important;
        justify-self: end !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #0053A1 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }
}

@media (max-width: 420px) {
    body.vvz-team-pages-route .vvz-team-sections {
        gap: 20px !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(2),
    body.vvz-team-pages-route .vvz-team-results .vvz-table td:nth-child(3) {
        font-size: 14px !important;
    }
}

/* 1.0.34: mobiele highlight en standkolommen verfijnd. */
@media (max-width: 760px) {
    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight,
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight {
        background: #dceeff !important;
        color: #222221 !important;
        border: 1px solid rgba(0,83,161,.28) !important;
        border-left: 6px solid #0053A1 !important;
        box-shadow: 0 5px 14px rgba(0,83,161,.10) !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td,
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td {
        color: #222221 !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td:nth-child(1),
    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td:nth-child(2),
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td:nth-child(1) {
        color: #0053A1 !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td:nth-child(3) {
        padding: 2px 8px !important;
        border-radius: 999px !important;
        background: #0053A1 !important;
        color: #fff !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table tbody tr {
        grid-template-columns: 34px minmax(0, 1fr) auto !important;
        gap: 5px 8px !important;
        align-items: center !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 34px !important;
        min-width: 34px !important;
        height: 100% !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(2) {
        grid-column: 2 / -1 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        max-width: 100% !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4) {
        grid-column: 3 !important;
        grid-row: 2 !important;
        justify-self: end !important;
        max-width: 100% !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4) {
        min-width: 0 !important;
        white-space: nowrap !important;
        line-height: 1.1 !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3)::before {
        content: 'Wed. ' !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4)::before {
        content: 'Pnt. ' !important;
    }
}

@media (max-width: 420px) {
    body.vvz-team-pages-route .vvz-team-standings .vvz-table tbody tr {
        grid-template-columns: 30px minmax(0, 1fr) auto !important;
        gap: 4px 6px !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(1) {
        width: 30px !important;
        min-width: 30px !important;
        font-size: 15px !important;
    }

    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(3),
    body.vvz-team-pages-route .vvz-team-standings .vvz-table td:nth-child(4) {
        padding: 3px 6px !important;
        font-size: 12px !important;
    }
}

/* 1.0.36: mobiele VVZ-highlight definitief opgeschoond zonder binnenbalken/accentblokjes. */
@media (max-width: 760px) {
    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight,
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight {
        background: #dceeff !important;
        color: #222221 !important;
        border: 0 !important;
        border-left: 0 !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td,
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        outline: 0 !important;
        border-radius: 0 !important;
        color: #222221 !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td::before,
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td::before,
    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td::after,
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td::after {
        display: none !important;
        content: none !important;
    }

    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td:nth-child(1),
    body.vvz-team-pages-route .vvz-team-program .vvz-table tr.vvz-program-highlight td:nth-child(2),
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td:nth-child(1),
    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td:nth-child(3) {
        background: transparent !important;
        color: #222221 !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    body.vvz-team-pages-route .vvz-team-results .vvz-table tr.vvz-results-highlight td:nth-child(3) {
        color: #0053A1 !important;
        font-weight: 900 !important;
    }
}


/* 1.0.36: extra override voor mobiele VVZ-rijen in teampagina's. */
@media (max-width: 760px) {
    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight {
        background: #dceeff !important;
        color: #222221 !important;
        border: 1px solid rgba(0,0,0,.08) !important;
        border-left: 0 !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight > td,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight > td:first-child,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td:first-child,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td:nth-child(3) {
        background: transparent !important;
        background-image: none !important;
        color: #222221 !important;
        border: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight::before,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight::after,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight::before,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight::after,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight > td::before,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight > td::after,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td::before,
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td::after {
        display: none !important;
        content: none !important;
    }

    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight > td:nth-child(1),
    body.vvz-team-pages-route .vvz-team-page .vvz-team-program table.vvz-table tbody tr.vvz-program-highlight > td:nth-child(2),
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td:nth-child(1),
    body.vvz-team-pages-route .vvz-team-page .vvz-team-results table.vvz-table tbody tr.vvz-results-highlight > td:nth-child(3) {
        color: #0053A1 !important;
        font-weight: 900 !important;
    }
}


/* 1.0.38: sponsor layout teruggezet: desktop links onder teamnaam, foto rechts op volledig formaat. */
body.vvz-team-pages-route .vvz-team-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: center;
}
body.vvz-team-pages-route .vvz-team-info {
    min-width: 0;
}
body.vvz-team-pages-route .vvz-team-info .vvz-sponsor-card {
    width: min(100%, 360px);
    margin-top: 22px;
    align-items: flex-start;
    text-align: left;
}
body.vvz-team-pages-route .vvz-team-visual {
    display: block !important;
}
body.vvz-team-pages-route .vvz-team-photo img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
body.vvz-team-pages-route .vvz-sponsor strong {
    display: inline;
    margin-left: 4px;
    margin-top: 0;
}
@media (max-width: 800px) {
    body.vvz-team-pages-route .vvz-team-hero {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
    }
    body.vvz-team-pages-route .vvz-team-visual {
        order: 1;
        width: 100%;
    }
    body.vvz-team-pages-route .vvz-team-info {
        order: 2;
        width: 100%;
    }
    body.vvz-team-pages-route .vvz-team-info .vvz-sponsor-card {
        width: 100%;
        margin-top: 14px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        text-align: left;
    }
    body.vvz-team-pages-route .vvz-sponsor {
        white-space: normal;
    }
}


/* 1.0.39: reguliere competitie en beker op één teampagina. */
.vvz-competition-block { margin-top: 30px; }
.vvz-competition-block + .vvz-competition-block { margin-top: 44px; padding-top: 34px; border-top: 2px solid rgba(0,83,161,.14); }
.vvz-competition-heading { margin: 0 0 18px; }
.vvz-competition-heading h2 { margin: 0; color: #0053A1; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; }
.vvz-competition-heading p { margin: 6px 0 0; color: #666; font-weight: 600; }
.vvz-card h3 { margin-top: 0; font-size: 1.35em; }
@media (max-width: 760px) {
    .vvz-competition-block { margin-top: 24px; }
    .vvz-competition-block + .vvz-competition-block { margin-top: 34px; padding-top: 28px; }
    .vvz-competition-heading { margin-bottom: 14px; }
    .vvz-competition-heading h2 { font-size: 25px; }
}


/* Teams overview */
.vvz-teams-overview { padding: 28px 16px 48px; }
.vvz-teams-overview__inner { width: min(1180px, 100%); margin: 0 auto; }
.vvz-teams-overview__hero { margin-bottom: 28px; }
.vvz-teams-overview__hero h1 { margin: 0 0 6px; }
.vvz-teams-overview__hero p { margin: 0; }
.vvz-team-category { margin: 0 0 34px; }
.vvz-team-category h2 {
    margin: 0 0 14px; padding: 10px 16px; border-radius: 10px;
    background: #0053A1; color: #fff;
}
.vvz-team-grid {
    display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px;
}
.vvz-team-card {
    display: flex; flex-direction: column; min-width: 0; overflow: hidden;
    border-radius: 12px; background: #fff; text-decoration: none !important;
    box-shadow: 0 3px 14px rgba(0,0,0,.09); color: #222221 !important;
    transition: transform .15s ease, box-shadow .15s ease;
}
.vvz-team-card:hover { transform: translateY(-2px); box-shadow: 0 5px 18px rgba(0,0,0,.14); }
.vvz-team-card__photo { display:block; aspect-ratio: 16/10; overflow:hidden; background:#e8f1fa; }
.vvz-team-card__photo img { width:100%; height:100%; object-fit:cover; display:block; }
.vvz-team-card__photo--empty { display:grid; place-items:center; color:#0053A1; font-size:32px; font-weight:800; }
.vvz-team-card__name { padding: 13px 14px 3px; font-size: 18px; font-weight: 800; }
.vvz-team-card__link { padding: 4px 14px 14px; color:#0053A1; font-weight:700; font-size:14px; }
@media (max-width: 900px) {
    .vvz-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
    .vvz-teams-overview { padding: 18px 12px 34px; }
    .vvz-team-category { margin-bottom: 24px; }
    .vvz-team-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .vvz-team-category h2 { border-radius: 8px; font-size: 20px; }
    .vvz-team-card { border-radius: 9px; }
    .vvz-team-card__name { font-size: 16px; padding: 10px 10px 2px; }
    .vvz-team-card__link { padding: 3px 10px 11px; font-size: 12px; }
}

.vvz-team-category > h2 a { color: inherit; text-decoration:none; display:block; }
.vvz-team-category > h2 a:hover,.vvz-team-category > h2 a:focus { text-decoration:underline; }
.vvz-team-breadcrumbs { margin:0 0 18px; display:flex; gap:8px; align-items:center; font-size:14px; }
.vvz-team-breadcrumbs a,.vvz-category-back a { color:#0053A1; font-weight:700; }
.vvz-category-back { margin-top:28px; }


/* Category overview: fixed responsive card grid */
.vvz-category-page .vvz-team-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch;
}
.vvz-category-page .vvz-team-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .vvz-category-page .vvz-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}
@media (max-width: 560px) {
    .vvz-category-page .vvz-team-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}


/* 1.0.51: beveiligd teambeheer. */
.vvz-team-manager {
    min-height: 70vh;
    background: #f3f7fb;
    padding: 42px 18px 64px;
    color: #222221;
}
.vvz-manager-shell {
    width: min(960px, 100%);
    margin: 0 auto;
}
.vvz-manager-hero {
    padding: 30px;
    margin-bottom: 22px;
    border-radius: 22px;
    background: #0053A1;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 83, 161, .16);
}
.vvz-manager-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .86;
}
.vvz-manager-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(30px, 5vw, 48px);
}
.vvz-manager-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 17px;
}
.vvz-manager-card {
    margin-top: 18px;
    padding: 26px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(34,34,33,.08);
}
.vvz-manager-card__head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}
.vvz-manager-card h2,
.vvz-manager-card h3 {
    margin-top: 0;
}
.vvz-manager-status {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff3cd;
    color: #725400;
    font-size: 13px;
    font-weight: 800;
}
.vvz-manager-current-photo,
.vvz-manager-pending-photo {
    display: block;
    width: min(100%, 640px);
    height: auto;
    margin-top: 10px;
    border-radius: 16px;
}
.vvz-manager-pending {
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(0,83,161,.14);
}
.vvz-manager-upload-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}
.vvz-manager-file {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 2px dashed rgba(0,83,161,.3);
    border-radius: 16px;
    background: #f8fbff;
    font-weight: 800;
}
.vvz-manager-file input {
    width: 100%;
    font-weight: 400;
}
.vvz-manager-button {
    width: fit-content;
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    background: #0053A1;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.vvz-manager-button:hover,
.vvz-manager-button:focus {
    background: #3E95E6;
    color: #fff;
}
.vvz-manager-notice {
    margin: 16px 0;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 700;
}
.vvz-manager-notice.is-success { background: #e8f7ed; color: #176b32; }
.vvz-manager-notice.is-error { background: #fdecec; color: #9d1c1c; }
.vvz-manager-denied {
    max-width: 640px;
    margin: 60px auto;
    text-align: center;
}
.vvz-manager-coming {
    border: 1px dashed rgba(0,83,161,.25);
}
@media (max-width: 650px) {
    .vvz-team-manager { padding: 24px 12px 44px; }
    .vvz-manager-hero,
    .vvz-manager-card { padding: 20px; border-radius: 16px; }
    .vvz-manager-card__head { display: block; }
    .vvz-manager-status { display: inline-block; margin-top: 8px; }
    .vvz-manager-button { width: 100%; }
}

.vvz-central-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.vvz-central-team-card{margin-top:0}
.vvz-central-placeholder{display:grid;place-items:center;min-height:180px;margin:14px 0;background:#f3f7fb;border-radius:16px;color:#687786;font-weight:700}
.vvz-central-team-card .vvz-manager-current-photo{width:100%;height:240px;object-fit:cover}
.vvz-central-team-card .vvz-manager-pending-photo{width:100px;height:75px;object-fit:cover}
@media(max-width:700px){.vvz-central-team-grid{grid-template-columns:1fr}.vvz-central-team-card .vvz-manager-current-photo{height:auto}}


/* 1.0.54: spelersbeheer op beveiligde teampagina. */
.vvz-player-manager { margin-top: 22px; }
.vvz-player-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
    margin-top: 22px;
}
.vvz-player-admin-card {
    overflow: hidden;
    border: 1px solid rgba(0,83,161,.14);
    border-radius: 18px;
    background: #fff;
}
.vvz-player-admin-photo {
    position: relative;
    min-height: 210px;
    background: #eef4f9;
}
.vvz-player-admin-image,
.vvz-player-admin-placeholder {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.vvz-player-admin-placeholder {
    display: grid;
    place-items: center;
    color: #6b7785;
    font-weight: 700;
}
.vvz-player-admin-photo .vvz-manager-status {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
}
.vvz-player-edit-form,
.vvz-player-create-form {
    display: grid;
    gap: 14px;
    padding: 18px;
}
.vvz-player-edit-form label,
.vvz-player-create-form label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}
.vvz-player-edit-form input[type="text"],
.vvz-player-create-form input[type="text"],
.vvz-player-edit-form select,
.vvz-player-create-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfd8e2;
    border-radius: 10px;
    padding: 8px 10px;
    background: #fff;
    font: inherit;
}
.vvz-player-form-row {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 12px;
}
.vvz-player-file { padding: 14px; }
.vvz-player-delete-form {
    padding: 0 18px 18px;
}
.vvz-manager-button--danger {
    background: #a52727;
}
.vvz-manager-button--danger:hover,
.vvz-manager-button--danger:focus {
    background: #c73a3a;
}
.vvz-player-admin-summary {
    display: grid;
    gap: 5px;
    padding: 18px;
}
.vvz-player-admin-summary > strong { font-size: 20px; }
.vvz-player-admin-summary p { margin-bottom: 0; color: #66717d; }
.vvz-player-pending-list,
.vvz-player-add-block {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(0,83,161,.12);
}
.vvz-player-pending-list {
    display: grid;
    gap: 12px;
}
.vvz-player-pending-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 14px;
    background: #f7f9fb;
}
.vvz-player-pending-thumb {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
}
.vvz-player-pending-item .vvz-manager-status {
    display: inline-block;
    margin-top: 7px;
}
.vvz-player-empty {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    background: #f7f9fb;
}
.vvz-player-add-block .vvz-player-create-form {
    max-width: 680px;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 760px) {
    .vvz-player-admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .vvz-player-form-row { grid-template-columns: 1fr; }
    .vvz-player-admin-image,
    .vvz-player-admin-placeholder { height: auto; min-height: 220px; }
}


/* 1.0.55: publieke spelersselectie en lightbox. */
.vvz-team-selection-preview,
.vvz-selection-group {
    margin-top: 28px;
}
.vvz-team-selection-preview {
    padding-top: 30px;
    border-top: 1px solid rgba(0,83,161,.14);
}
.vvz-team-selection-preview__head,
.vvz-selection-group__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}
.vvz-team-selection-preview__head h2,
.vvz-selection-group__heading h2 {
    margin: 0;
}
.vvz-selection-button,
.vvz-selection-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
}
.vvz-selection-button {
    padding: 11px 16px;
    border-radius: 999px;
    background: #0053A1;
    color: #fff !important;
}
.vvz-selection-button:hover,
.vvz-selection-button:focus {
    background: #3E95E6;
}
.vvz-public-player-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 14px;
}
.vvz-public-player-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border-radius: 16px;
    background: #073f77;
    box-shadow: 0 9px 20px rgba(0,83,161,.12);
}
.vvz-player-photo-button {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: linear-gradient(145deg,#0a5da8,#062f5a);
    cursor: zoom-in;
}
.vvz-public-player-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}
.vvz-player-photo-button:hover .vvz-public-player-photo,
.vvz-player-photo-button:focus .vvz-public-player-photo {
    transform: scale(1.045);
}
.vvz-public-player-number {
    position: absolute;
    left: 10px;
    bottom: 7px;
    z-index: 2;
    font-size: clamp(36px,4vw,58px);
    line-height: 1;
    font-weight: 900;
    color: rgba(255,255,255,.9);
    text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.vvz-public-player-zoom {
    position: absolute;
    right: 9px;
    top: 9px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: #0053A1;
    font-weight: 900;
}
.vvz-player-photo-placeholder {
    cursor: default;
    color: rgba(255,255,255,.75);
    font-size: 32px;
    font-weight: 900;
    display: grid;
    place-items: center;
}
.vvz-public-player-meta {
    position: relative;
    padding: 12px 12px 13px;
    border-top: 3px solid #3E95E6;
    color: #fff;
}
.vvz-public-player-meta strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.vvz-public-player-meta span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    opacity: .78;
}
.vvz-selection-page { max-width: 1180px; }
.vvz-selection-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
    font-size: 14px;
}
.vvz-selection-breadcrumbs a { color: #0053A1; }
.vvz-selection-hero {
    padding: 28px;
    margin-bottom: 30px;
    border-radius: 22px;
    background: linear-gradient(135deg,#0053A1,#0a6cc2);
    color: #fff;
}
.vvz-selection-hero .vvz-eyebrow,
.vvz-selection-hero h1 { color: #fff; }
.vvz-selection-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(34px,5vw,56px);
}
.vvz-selection-back {
    margin-top: 14px;
    color: #fff !important;
}
.vvz-selection-group__heading {
    padding-bottom: 9px;
    border-bottom: 2px solid #0053A1;
}
.vvz-selection-group__heading span {
    display: grid;
    place-items: center;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e8f4ff;
    color: #0053A1;
    font-weight: 900;
}
.vvz-player-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}
.vvz-player-lightbox.is-open { display: grid; place-items: center; }
.vvz-player-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.86);
}
.vvz-player-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw,780px);
    max-height: 92vh;
    overflow: auto;
    border-radius: 18px;
    background: #061f38;
    box-shadow: 0 24px 70px rgba(0,0,0,.4);
}
.vvz-player-lightbox__image {
    display: block;
    width: 100%;
    max-height: 76vh;
    object-fit: contain;
    background: #000;
}
.vvz-player-lightbox__caption {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 14px 18px 17px;
    color: #fff;
}
.vvz-player-lightbox__number {
    font-size: 34px;
    font-weight: 900;
    color: #3E95E6;
}
.vvz-player-lightbox__caption strong,
.vvz-player-lightbox__position { display: block; }
.vvz-player-lightbox__position { opacity: .78; }
.vvz-player-lightbox__close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #222221;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
body.vvz-lightbox-open { overflow: hidden !important; }

@media (max-width: 980px) {
    .vvz-public-player-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 620px) {
    .vvz-public-player-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .vvz-team-selection-preview__head { align-items: flex-start; flex-direction: column; }
    .vvz-selection-button { width: 100%; }
    .vvz-public-player-meta { padding: 10px; }
    .vvz-public-player-number { font-size: 38px; }
}


/* 1.0.58: staff als aparte sectie onder de spelers. */
.vvz-team-staff-section {
    margin-top: 26px;
}
.vvz-team-staff-section .vvz-selection-group__heading h3 {
    margin: 0;
    font-size: 22px;
}


/* 1.0.59: robuuste wissel tussen rugnummer en staffrol. */
.vvz-player-create-form .vvz-field-hidden,
.vvz-player-edit-form .vvz-field-hidden {
    display: none !important;
}


/* 1.0.60: staffrol expliciet als interactief invoerveld boven eventuele formulierlagen. */
.vvz-player-create-form .vvz-staff-role-field:not(.vvz-field-hidden),
.vvz-player-edit-form .vvz-staff-role-field:not(.vvz-field-hidden) {
    display: grid !important;
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
}
.vvz-player-create-form .vvz-staff-role-input,
.vvz-player-edit-form .vvz-staff-role-input {
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: text !important;
    user-select: text !important;
}


/* 1.0.61: speler en staff hebben elk een eigen, zelfstandig formulier. */
.vvz-person-create-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.vvz-person-create-card {
    min-width: 0;
    border: 1px solid rgba(0,83,161,.14);
    border-radius: 16px;
    background: #f8fbff;
    padding: 18px;
}
.vvz-person-create-card h3 {
    margin: 0 0 4px;
}
.vvz-person-create-card .vvz-player-create-form {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 760px) {
    .vvz-person-create-grid {
        grid-template-columns: 1fr;
    }
}


/* 1.0.62: compacter spelers-/staffoverzicht in teambeheer. */
.vvz-player-admin-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.vvz-player-admin-card {
    border-radius: 14px;
}
.vvz-player-admin-photo {
    min-height: 0;
}
.vvz-player-admin-image,
.vvz-player-admin-placeholder {
    height: 180px;
}
.vvz-player-edit-form {
    gap: 10px;
    padding: 12px;
}
.vvz-player-edit-form label {
    gap: 4px;
}
.vvz-player-edit-form input[type="text"],
.vvz-player-edit-form select {
    min-height: 40px;
    padding: 6px 8px;
}
.vvz-player-edit-form .vvz-manager-file {
    padding: 10px;
}
.vvz-player-edit-form .vvz-manager-button {
    padding: 10px 14px;
}

@media (max-width: 980px) {
    .vvz-player-admin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 620px) {
    .vvz-player-admin-grid {
        grid-template-columns: 1fr;
    }
    .vvz-player-admin-image,
    .vvz-player-admin-placeholder {
        height: auto;
        min-height: 180px;
    }
}


/* 1.0.63: staffvolgorde en categoriebalken op de teampagina. */
.vvz-player-create-form input[type="number"],
.vvz-player-edit-form input[type="number"] {
    width: 100%;
    min-height: 40px;
    border: 1px solid #cfd8e2;
    border-radius: 10px;
    padding: 6px 8px;
    background: #fff;
    font: inherit;
}
.vvz-team-selection-preview__group + .vvz-team-selection-preview__group {
    margin-top: 24px;
}
.vvz-team-selection-preview__group .vvz-selection-group__heading h3 {
    margin: 0;
}


/* 1.0.65: eerstvolgende wedstrijd, team-CTA en vergrootbare teamfoto. */
.vvz-team-view-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #0053A1;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}
.vvz-team-view-button:hover,
.vvz-team-view-button:focus {
    background: #3E95E6;
    color: #fff !important;
}
.vvz-team-photo-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
}
.vvz-team-photo-trigger img {
    display: block;
    width: 100%;
    height: auto;
}
.vvz-next-match-banner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0 0 28px;
    padding: 16px 20px;
    border-radius: 14px;
    background: #0053A1;
    color: #fff;
}
.vvz-next-match-banner__label {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.vvz-next-match-banner__teams {
    font-size: 1.15rem;
    text-align: center;
}
.vvz-next-match-banner__when {
    font-weight: 700;
    white-space: nowrap;
}
.vvz-team-photo-lightbox[hidden] {
    display: none !important;
}
.vvz-team-photo-lightbox {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(0,0,0,.88);
}
.vvz-team-photo-lightbox img {
    max-width: min(1400px, 94vw);
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
.vvz-team-photo-lightbox__close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #222221;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
body.vvz-lightbox-open {
    overflow: hidden;
}
@media (max-width: 760px) {
    .vvz-next-match-banner {
        grid-template-columns: 1fr;
        gap: 5px;
        text-align: center;
    }
    .vvz-next-match-banner__teams {
        font-size: 1.05rem;
    }
    .vvz-next-match-banner__when {
        white-space: normal;
    }
    .vvz-team-photo-lightbox {
        padding: 18px;
    }
}

/* 1.0.67: twee gelijkwaardige shirtsponsoren. */
.vvz-shirt-sponsors {
    margin-top: 18px;
    border: 1px solid rgba(0,83,161,.14);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.vvz-shirt-sponsors__heading {
    padding: 9px 14px;
    background: #0053A1;
    color: #fff;
    font-weight: 800;
}
.vvz-shirt-sponsors__logos {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 14px;
    padding: 14px;
}
.vvz-shirt-sponsor {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.vvz-shirt-sponsor img {
    display: block;
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}
@media (max-width: 620px) {
    .vvz-shirt-sponsors__logos { flex-direction: column; }
}
