.vvz-usf-live {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-family: inherit;
    container-type: inline-size;
}

.vvz-usf-live__header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.vvz-usf-live__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #218739;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .06em;
    white-space: nowrap;
}

.vvz-usf-live__badge[hidden] {
    display: none;
}

.vvz-usf-live__heading {
    min-width: 0;
}

.vvz-usf-live__title {
    margin: 0;
    color: #0053a1;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.1;
}

.vvz-usf-live__subtitle {
    margin: 5px 0 0;
    opacity: .75;
    font-size: 15px;
}

.vvz-usf-live__player-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    background: #111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
}

.vvz-usf-live__video {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
}

.vvz-usf-live__offline {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 24px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0053a1, #003d78);
}

.vvz-usf-live__offline[hidden] {
    display: none;
}


.vvz-usf-live__offline span {
    font-size: clamp(14px, 2vw, 18px);
    opacity: .9;
}



@container (max-width: 420px) {
    .vvz-usf-live__header {
        display: block;
        margin-bottom: 14px;
        text-align: center;
    }

    .vvz-usf-live__badge {
        margin: 0 auto 9px;
    }

    .vvz-usf-live__title {
        font-size: clamp(24px, 9vw, 31px);
        line-height: 1.08;
        text-wrap: balance;
    }

    .vvz-usf-live__subtitle {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.35;
    }

    .vvz-usf-live__player-wrap {
        border-radius: 12px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
    }

    .vvz-usf-live__offline {
        padding: 18px;
    }
}

@media (max-width: 600px) {
    .vvz-usf-live__header {
        align-items: flex-start;
    }

    .vvz-usf-live__player-wrap {
        border-radius: 10px;
    }
}

/* Upcoming livestream agenda */
.vvz-usf-agenda {
    width: 100%;
    margin-top: 24px;
    container-type: inline-size;
    font-family: inherit;
}

.vvz-usf-agenda__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.vvz-usf-agenda__title {
    margin: 0;
    color: #0053a1;
    font-size: clamp(19px, 2.5vw, 25px);
    line-height: 1.2;
}

.vvz-usf-agenda__list {
    overflow: hidden;
    border: 1px solid rgba(0, 83, 161, .14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
}

.vvz-usf-agenda__item {
    display: grid;
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 68px;
    padding: 11px 14px;
    color: #222221;
    border-bottom: 1px solid rgba(0, 83, 161, .10);
    text-decoration: none;
    transition: background-color .16s ease, box-shadow .16s ease;
}

.vvz-usf-agenda__item:hover {
    background: rgba(0, 83, 161, .05);
    color: #222221;
    text-decoration: none;
}

.vvz-usf-agenda__item:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid #92da1e;
    outline-offset: -3px;
}

.vvz-usf-agenda__item:last-child {
    border-bottom: 0;
}


.vvz-usf-agenda__item.is-live {
    background: rgba(33, 135, 57, .08);
}

.vvz-usf-agenda__when {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
}

.vvz-usf-agenda__day {
    color: #0053a1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.vvz-usf-agenda__time {
    color: #222221;
    font-size: 18px;
    font-weight: 800;
}

.vvz-usf-agenda__match {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.vvz-usf-agenda__live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #218739;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}

.vvz-usf-agenda__live[hidden] {
    display: none;
}


.vvz-usf-agenda__empty {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid rgba(0, 83, 161, .14);
    border-radius: 12px;
    background: rgba(62, 149, 230, .06);
    color: #555;
    font-size: 14px;
}

.vvz-usf-agenda--compact {
    margin-top: 0;
}

.vvz-usf-agenda--compact .vvz-usf-agenda__title {
    font-size: 19px;
}

.vvz-usf-agenda--compact .vvz-usf-agenda__item {
    min-height: 60px;
    padding: 9px 11px;
}

@container (max-width: 520px) {
    .vvz-usf-agenda {
        margin-top: 18px;
    }

    .vvz-usf-agenda__title {
        font-size: 19px;
    }

    .vvz-usf-agenda__list {
        border-radius: 11px;
    }

    .vvz-usf-agenda__item {
        grid-template-columns: 72px minmax(0, 1fr) auto;
        gap: 9px;
        min-height: 61px;
        padding: 9px 10px;
    }

    .vvz-usf-agenda__item:nth-child(n+4) {
        display: none;
    }

    .vvz-usf-agenda__day {
        font-size: 10px;
    }

    .vvz-usf-agenda__time {
        font-size: 16px;
    }

    .vvz-usf-agenda__match {
        font-size: 13px;
    }

    .vvz-usf-agenda__live {
        grid-column: 2;
        justify-self: start;
        min-height: 22px;
        padding: 3px 7px;
        font-size: 9px;
    }

}

/* Realtime Score.tel scorebar */
.vvz-usf-scorebar[hidden] {
    display: none;
}

.vvz-usf-scorebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 82px;
    padding: 10px 18px 11px;
    border-top: 3px solid #92da1e;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(90deg, #003d78 0%, #0053a1 50%, #003d78 100%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
    color: #fff;
}

.vvz-usf-live.has-scoreboard .vvz-usf-live__player-wrap {
    border-radius: 14px 14px 0 0;
    box-shadow: none;
}

.vvz-usf-scorebar__team {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.vvz-usf-scorebar__team--away {
    text-align: right;
    align-items: flex-end;
}

.vvz-usf-scorebar__team-label {
    color: rgba(255, 255, 255, .68);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
}

.vvz-usf-scorebar__home,
.vvz-usf-scorebar__away {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 800;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vvz-usf-scorebar__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 116px;
}

.vvz-usf-scorebar__scoreline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: clamp(28px, 4vw, 42px);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.03em;
}

.vvz-usf-scorebar__divider {
    color: rgba(255, 255, 255, .64);
    font-weight: 600;
}

.vvz-usf-scorebar__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 7px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.vvz-usf-scorebar__clock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #92da1e;
    color: #163200;
    font-variant-numeric: tabular-nums;
}

.vvz-usf-scorebar__period {
    color: rgba(255, 255, 255, .76);
}

.vvz-usf-scorebar__period[hidden] {
    display: none;
}

@container (max-width: 520px) {
    .vvz-usf-scorebar {
        grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
        gap: 7px;
        min-height: 66px;
        padding: 8px 9px 9px;
        border-top-width: 2px;
        border-radius: 0 0 11px 11px;
    }

    .vvz-usf-live.has-scoreboard .vvz-usf-live__player-wrap {
        border-radius: 11px 11px 0 0;
    }

    .vvz-usf-scorebar__team-label {
        display: none;
    }

    .vvz-usf-scorebar__home,
    .vvz-usf-scorebar__away {
        font-size: 12px;
        line-height: 1.18;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .vvz-usf-scorebar__center {
        min-width: 0;
    }

    .vvz-usf-scorebar__scoreline {
        gap: 6px;
        font-size: 27px;
    }

    .vvz-usf-scorebar__meta {
        gap: 4px;
        margin-top: 5px;
        font-size: 9px;
        letter-spacing: .02em;
    }

    .vvz-usf-scorebar__clock {
        min-width: 45px;
        padding: 3px 5px;
    }
}

/* Beheerpreview: gebruikt exact dezelfde scorebalk als de voorkant. */
.vvz-usf-score-preview__frame {
    width: 100%;
    max-width: 900px;
    container-type: inline-size;
}

.vvz-usf-score-preview__frame .vvz-usf-scorebar {
    box-sizing: border-box;
    width: 100%;
}

