@font-face {
    font-family: "Record Type";
    src: url("../assets/fonts/RecordType-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Record Type";
    src: url("../assets/fonts/RecordType-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --brand-red: #f10f0f;
    --brand-red-deep: #990808;
    --brand-orange: #e67900;
    --brand-orange-bright: #ff8a16;
    --ice: #dfe8f4;
    --ice-soft: #eef3f8;
    --white: #ffffff;
    --ink: #222222;
    --muted: #5d6470;
    --video-bg: #171719;
    --gradient: linear-gradient(100deg, var(--brand-orange) 0%, #ee4b00 45%, var(--brand-red) 100%);
    --shadow: 0 24px 65px rgba(44, 31, 31, 0.17);
    --radius: 32px 32px 32px 0;
    --page-padding: clamp(20px, 4vw, 72px);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--ice);
    font-family: "Record Type";
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}


p,
span,
a,
button,
input,
textarea,
select,
label,
.event-summary__text,
.countdown-panel__note,
.broadcast-card__footer {
    font-family: "Record Type";
    font-weight: 500;
}


h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.eyebrow,
.broadcast-card__eyebrow,
.online-badge,
.live-label,
.event-meta__label,
.event-meta__item strong,
.countdown-panel__status,
.countdown__unit strong,
.countdown__unit span {
    font-family: "Record Type";
    font-weight: 700;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.page-background {
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(238, 243, 248, 0.96) 0%, rgba(238, 243, 248, 0.84) 37%, rgba(238, 243, 248, 0.33) 69%, rgba(238, 243, 248, 0.12) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(218, 227, 238, 0.44)),
        url("../assets/bg-01.jpg") center / cover no-repeat;
}

.page-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 11% 12%, rgba(255, 255, 255, 0.88), transparent 32%),
        linear-gradient(180deg, transparent 70%, rgba(223, 232, 244, 0.42));
    pointer-events: none;
}

.page-shell {
    width: min(100%, 1920px);
    min-height: 100svh;
    margin: 0 auto;
    padding:
        max(26px, env(safe-area-inset-top)) var(--page-padding) max(24px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.event-brand {
    display: block;
    width: clamp(250px, 31vw, 520px);
    flex: 0 1 auto;
    text-decoration: none;
}

.event-brand__mask {
    display: block;
    width: 100%;
    aspect-ratio: 1700 / 590;
    background: var(--gradient);
    -webkit-mask: url("../assets/logo-evento.svg") center / contain no-repeat;
    mask: url("../assets/logo-evento.svg") center / contain no-repeat;
}

.online-badge {
    display: none;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 10px 30px rgba(34, 34, 34, 0.08);
    color: #40434a;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.online-badge__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--brand-red);
    box-shadow: 0 0 0 6px rgba(241, 15, 15, 0.11);
}

.hero {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(310px, 0.7fr) minmax(560px, 1.3fr);
    align-items: center;
    gap: clamp(34px, 5vw, 92px);
    padding: clamp(34px, 5.5vw, 92px) 0 clamp(30px, 4vw, 64px);
}

.event-summary {
    max-width: 630px;
    padding: clamp(6px, 1.2vw, 18px) 0;
}

.event-copy {
    width: 100%;
}

.eyebrow,
.broadcast-card__eyebrow {
    margin: 0 0 14px;
    color: var(--brand-red);
    font-size: clamp(0.74rem, 0.9vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.event-summary h1 {
    max-width: 650px;
    margin: 0;
    font-size: 5vh;
    line-height: 1.1;
    letter-spacing: -0.068em;
    text-wrap: balance;
    margin-bottom: 3vh;
}

.event-summary h1 span {
    display: block;
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
}

.event-summary__text {
    max-width: 570px;
    margin: clamp(24px, 3vw, 42px) 0 0;
    color: #474b52;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.65;
}

.event-summary__text strong {
    color: var(--ink);
}

.event-meta {
    width: fit-content;
    max-width: 100%;
    margin-top: clamp(28px, 3vw, 46px);
    display: flex;
    align-items: stretch;
    gap: clamp(18px, 2vw, 30px);
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 22px 22px 22px 0;
    background: rgba(255, 255, 255, 0.67);
    box-shadow: 0 14px 38px rgba(49, 41, 41, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.event-meta__item {
    display: grid;
    gap: 5px;
}

.event-meta__label {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.event-meta__item strong {
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    white-space: nowrap;
}

.event-meta__divider {
    width: 2px;
    border-radius: 3px;
    background: var(--gradient);
}

.broadcast-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--radius);
    /* background: rgba(249, 251, 253, 0.84); */
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.broadcast-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: var(--gradient);
}

.broadcast-card__topbar {
    min-height: 98px;
    padding: 26px clamp(22px, 3vw, 38px) 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.broadcast-card__eyebrow {
    margin-bottom: 6px;
}

.broadcast-card h2 {
    margin: 0;
    font-size: clamp(1.2rem, 1.8vw, 1.75rem);
    letter-spacing: -0.035em;
}

.live-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(241, 15, 15, 0.2);
    border-radius: 999px;
    background: rgba(241, 15, 15, 0.07);
    color: #b50b0b;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.live-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.live-label.is-live {
    background: var(--brand-red);
    color: var(--white);
    border-color: var(--brand-red);
}

.live-label.is-live span {
    animation: livePulse 1.45s ease-in-out infinite;
}

.video-stage {
    position: relative;
    width: calc(100% - clamp(24px, 3vw, 44px));
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px 24px 24px 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(241, 15, 15, 0.17), transparent 35%),
        radial-gradient(circle at 78% 20%, rgba(230, 121, 0, 0.15), transparent 32%),
        linear-gradient(145deg, #232326, #111113 70%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 20px 44px rgba(29, 20, 20, 0.2);
}

.video-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 85%);
    mask-image: linear-gradient(to bottom, black, transparent 85%);
    pointer-events: none;
}

.video-stage__glow {
    position: absolute;
    width: 52%;
    aspect-ratio: 1;
    left: -19%;
    bottom: -45%;
    border-radius: 50%;
    background: rgba(255, 94, 0, 0.32);
    filter: blur(70px);
    pointer-events: none;
}

.countdown-panel,
.youtube-player {
    position: absolute;
    inset: 0;
}

.countdown-panel {
    z-index: 2;
    padding: clamp(18px, 3vw, 46px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
}

.countdown-panel__status {
    margin: 0 0 clamp(16px, 2.2vw, 28px);
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.72rem, 1vw, 0.92rem);
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.countdown {
    width: min(100%, 650px);
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: clamp(7px, 1vw, 14px);
}

.countdown__unit {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.countdown__unit strong {
    font-size: clamp(2rem, 5vw, 5.7rem);
    line-height: 0.9;
    letter-spacing: -0.07em;
    font-variant-numeric: tabular-nums;
}

.countdown__unit span {
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(0.58rem, 0.8vw, 0.76rem);
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.countdown__separator {
    padding-top: clamp(1px, 0.6vw, 9px);
    color: rgba(255, 255, 255, 0.35);
    font-size: clamp(1.6rem, 4vw, 4.4rem);
    line-height: 0.9;
}

.countdown-panel__note {
    margin: clamp(17px, 2.2vw, 28px) 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: clamp(0.76rem, 1vw, 0.95rem);
}

.youtube-player {
    z-index: 3;
    background: #000;
}

.youtube-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.broadcast-card__footer {
    min-height: 70px;
    padding: 18px clamp(22px, 3vw, 38px) 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #6a7078;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.broadcast-card__footer-mark {
    width: 92px;
    height: 4px;
    border-radius: 99px;
    background: var(--gradient);
}


.noscript-message {
    position: fixed;
    inset: auto 20px 20px;
    z-index: 10;
    padding: 14px 18px;
    border-radius: 12px;
    background: #171719;
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

@keyframes livePulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.48);
    }

    50% {
        opacity: 0.72;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }
}

@media (max-width: 1160px) {
    .hero {
        grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
        gap: 38px;
    }

    .event-summary h1 {
        /* font-size: clamp(2.7rem, 5.6vw, 4.9rem); */
    }
}

@media (max-width: 920px) {
    :root {
        --page-padding: clamp(18px, 5vw, 42px);
        --radius: 26px 26px 26px 0;
    }

    .page-background {
        background:
            linear-gradient(180deg, rgba(238, 243, 248, 0.94) 0%, rgba(238, 243, 248, 0.76) 54%, rgba(238, 243, 248, 0.45) 100%),
            url("../assets/bg-01.jpg") 58% center / cover no-repeat;
    }

    .hero {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 40px;
        padding-top: 54px;
    }

    .event-summary {
        max-width: 720px;
    }

    .event-summary h1 {
        max-width: 760px;
        /* font-size: clamp(3rem, 9.6vw, 6rem); */
    }

    .event-summary__text {
        max-width: 650px;
    }

    .broadcast-card {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .page-shell {
        padding-top: max(19px, env(safe-area-inset-top));
    }

    .site-header {
        align-items: flex-start;
        gap: 14px;
        justify-content: center;
    }

    .event-brand {
        width: min(70vw, 320px);
    }

    .online-badge {
        min-height: 34px;
        padding: 0 11px;
        gap: 7px;
        font-size: 0.58rem;
        letter-spacing: 0.09em;
    }

    .online-badge__dot {
        width: 7px;
        height: 7px;
        box-shadow: 0 0 0 4px rgba(241, 15, 15, 0.11);
    }

    .hero {
        gap: 30px;
        padding: 38px 0 28px;
    }

    .event-summary h1 {
        font-size: 3vh;
        letter-spacing: -0.06em;
    }

    .event-summary__text {
        margin-top: 22px;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .event-meta {
        width: 100%;
        margin-top: 25px;
        padding: 15px 16px;
        gap: 14px;
    }

    .event-meta__item {
        flex: 1;
    }

    .event-meta__item strong {
        white-space: normal;
    }

    .broadcast-card__topbar {
        min-height: 82px;
        padding: 21px 18px 16px;
        gap: 14px;
    }

    .broadcast-card h2 {
        font-size: 1.05rem;
    }

    .broadcast-card__eyebrow {
        font-size: 0.64rem;
    }

    .live-label {
        min-height: 29px;
        padding: 0 10px;
        gap: 6px;
        font-size: 0.58rem;
    }

    .live-label span {
        width: 6px;
        height: 6px;
    }

    .video-stage {
        width: calc(100% - 22px);
        min-height: 270px;
        aspect-ratio: 4 / 3;
        border-radius: 19px 19px 19px 0;
    }

    .countdown-panel {
        padding: 18px 10px;
    }

    .countdown-panel__status {
        margin-bottom: 17px;
        font-size: 0.62rem;
    }

    .countdown {
        gap: 4px;
    }

    .countdown__unit strong {
        font-size: clamp(1.9rem, 11vw, 3.35rem);
    }

    .countdown__unit span {
        font-size: 0.48rem;
    }

    .countdown__separator {
        padding-top: 2px;
        font-size: 1.65rem;
    }

    .countdown-panel__note {
        margin-top: 17px;
        font-size: 0.7rem;
    }

    .broadcast-card__footer {
        min-height: 58px;
        padding: 14px 18px 17px;
        font-size: 0.65rem;
    }

    .broadcast-card__footer-mark {
        width: 62px;
    }
}

@media (max-width: 390px) {
    .online-badge {
        max-width: 106px;
        text-align: left;
        line-height: 1.15;
    }

    .event-meta {
        align-items: center;
    }

    .event-meta__item strong {
        font-size: 0.92rem;
    }

    .video-stage {
        min-height: 250px;
    }

    .countdown__unit strong {
        font-size: 1.82rem;
    }

    .countdown__separator {
        font-size: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* =========================================================
   ENQUADRAMENTO RESPONSIVO DA TRANSMISSÃƒO
   O card usa todo o espaÃ§o disponÃ­vel na coluna direita,
   respeitando o cabeÃ§alho, a assinatura e os limites da tela.
   ========================================================= */

.event-signature {
    width: min(100%, 320px);
    margin-top: clamp(18px, 3vh, 38px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.event-signature img {
    width: clamp(190px, 10vw, 300px);
    height: auto;
}

.broadcast-column {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 921px) {

    html,
    body {
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .page-shell {
        height: 100vh;
        height: 100dvh;
        min-height: 0;
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
        padding-top: max(clamp(10px, 2.2vh, 26px), env(safe-area-inset-top));
        padding-bottom: max(clamp(10px, 2vh, 24px), env(safe-area-inset-bottom));
    }

    .site-header {
        min-height: 0;
        position: relative;
        z-index: 3;
    }

    .event-brand {
        width: clamp(220px, min(29vw, 21vh), 500px);
    }

    .hero {
        min-height: 0;
        height: 100%;
        padding: clamp(10px, 2vh, 28px) 0 0;
        grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
        align-items: stretch;
        gap: clamp(28px, 4.2vw, 76px);
    }

    .event-summary {
        min-height: 100%;
        height: 100%;
        align-self: stretch;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .event-copy {
        padding-top: clamp(64px, 9vh, 104px);
    }

    .broadcast-card {
        width: var(--broadcast-width, 100%);
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        align-self: center;
    }

    .event-signature {
        margin-top: auto;
        padding-top: clamp(28px, 5.5vh, 72px);
    }

    .broadcast-card__topbar,
    .broadcast-card__footer {
        flex: 0 0 auto;
    }

    .video-stage {
        flex: 0 0 auto;
        width: calc(100% - clamp(20px, 2.5vw, 40px));
    }
}

/* Desktop amplo: aumenta o vÃ­deo sem ultrapassar a altura Ãºtil */
@media (min-width: 1400px) and (min-height: 820px) {
    .hero {
        grid-template-columns: minmax(430px, 0.72fr) minmax(720px, 1.28fr);
        gap: clamp(48px, 5vw, 96px);
    }

    .event-summary h1 {
        /* font-size: clamp(4.3rem, 5.15vw, 6.8rem); */
    }

    .broadcast-card__topbar {
        min-height: 88px;
        padding: 22px 30px 18px;
    }

    .broadcast-card__footer {
        min-height: 58px;
        padding: 14px 30px 17px;
    }
}

/* Notebooks e telas HD com pouca altura */
@media (min-width: 921px) and (max-height: 800px) {
    :root {
        --page-padding: clamp(30px, 4vw, 58px);
        --radius: 26px 26px 26px 0;
    }

    .page-shell {
        padding-top: max(8px, env(safe-area-inset-top));
        padding-bottom: max(8px, env(safe-area-inset-bottom));
    }

    .event-brand {
        width: clamp(205px, min(25vw, 18vh), 315px);
    }

    .online-badge {
        min-height: 32px;
        padding-inline: 12px;
        font-size: 0.6rem;
    }

    .hero {
        padding-top: 6px;
        grid-template-columns: minmax(330px, 0.8fr) minmax(540px, 1.2fr);
        gap: clamp(24px, 3.5vw, 54px);
    }

    .eyebrow,
    .broadcast-card__eyebrow {
        margin-bottom: 7px;
        font-size: 0.62rem;
    }

    .event-summary h1 {
        max-width: 560px;
        /* font-size: clamp(2.7rem, 4.25vw, 4.2rem); */
        /* line-height: 0.9; */
    }

    .event-summary__text {
        max-width: 520px;
        margin-top: 12px;
        font-size: 0.84rem;
        line-height: 1.38;
    }

    .event-copy {
        padding-top: clamp(44px, 7vh, 74px);
    }

    .event-meta {
        margin-top: 13px;
        padding: 10px 14px;
        gap: 14px;
        border-radius: 16px 16px 16px 0;
    }

    .event-meta__label {
        font-size: 0.56rem;
    }

    .event-meta__item strong {
        font-size: 0.85rem;
    }

    .event-signature {
        margin-top: auto;
        padding-top: clamp(20px, 4vh, 42px);
    }

    .event-signature img {
        width: clamp(160px, 15vw, 205px);
    }

    .broadcast-card__topbar {
        min-height: 62px;
        padding: 14px 19px 11px;
    }

    .broadcast-card h2 {
        font-size: 1.05rem;
    }

    .live-label {
        min-height: 27px;
        padding-inline: 9px;
        font-size: 0.54rem;
    }

    .video-stage {
        width: calc(100% - 20px);
        border-radius: 18px 18px 18px 0;
    }

    .countdown-panel {
        padding: 12px 18px;
    }

    .countdown-panel__status {
        margin-bottom: 10px;
        font-size: 0.59rem;
    }

    .countdown {
        width: min(100%, 560px);
        gap: 6px;
    }

    .countdown__unit strong {
        font-size: clamp(2rem, 3.9vw, 3.5rem);
    }

    .countdown__unit span {
        font-size: 0.48rem;
    }

    .countdown__separator {
        padding-top: 1px;
        font-size: clamp(1.4rem, 2.8vw, 2.6rem);
    }

    .countdown-panel__note {
        margin-top: 10px;
        font-size: 0.65rem;
    }

    .broadcast-card__footer {
        min-height: 39px;
        padding: 9px 19px 10px;
        font-size: 0.59rem;
    }

    .broadcast-card__footer-mark {
        width: 60px;
        height: 3px;
    }
}

/* Alturas prÃ³ximas a 600 px */
@media (min-width: 921px) and (max-height: 680px) {
    .event-brand {
        width: clamp(190px, min(23vw, 16vh), 245px);
    }

    .hero {
        grid-template-columns: minmax(320px, 0.9fr) minmax(500px, 1.1fr);
        gap: clamp(20px, 3vw, 42px);
    }

    .event-summary h1 {
        max-width: 500px;
        /* font-size: clamp(2.35rem, 3.7vw, 3.3rem); */
    }

    .event-summary__text {
        margin-top: 9px;
        font-size: 0.76rem;
    }

    .event-copy {
        padding-top: 28px;
    }

    .event-meta {
        margin-top: 9px;
        padding: 8px 12px;
    }

    .event-signature {
        margin-top: auto;
        padding-top: 14px;
    }

    .event-signature img {
        width: 150px;
    }

    .broadcast-card__topbar {
        min-height: 55px;
        padding: 11px 16px 9px;
    }

    .video-stage {
        width: calc(100% - 16px);
        border-radius: 16px 16px 16px 0;
    }

    .broadcast-card__footer {
        min-height: 34px;
        padding: 7px 16px 8px;
    }
}

@media (max-width: 920px) {
    .event-copy {
        padding-top: 0;
    }

    .broadcast-column {
        height: auto;
        display: block;
    }

    .event-signature {
        margin-top: 22px;
        width: 100%;
        justify-content: center;
    }

    .event-signature img {
        width: min(62vw, 260px);
    }
}