.preston-live-widget {
    --preston-navy: #0b1247f2;
    --preston-burgundy: #6b0d26;
    --preston-ink: #13162b;
    --preston-muted: #667085;
    --preston-surface: #ffffff;
    --preston-soft: #f6f7fb;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(11, 18, 71, 0.10);
    border-radius: 20px;
    background: var(--preston-surface);
    box-shadow: 0 18px 50px rgba(11, 18, 71, 0.12);
    font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
    color: var(--preston-ink);
}
.preston-live-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    padding: 0 !important;
    overflow: hidden;
    background: #05070f;
}
.preston-live-video-frame iframe,
.preston-live-video-frame .preston-live-iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}
/* Prevent theme/FitVids responsive wrappers from adding a second 56.25% ratio. */
.preston-live-video-frame > .fluid-width-video-wrapper,
.preston-live-video-frame > .fitVids-wrapper,
.preston-live-video-frame > .fitvids-wrapper,
.preston-live-video-frame > .video-container,
.preston-live-video-frame > .responsive-embed,
.preston-live-video-frame > .embed-responsive {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.preston-live-badge,
.preston-live-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: var(--preston-burgundy);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.preston-live-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255,255,255,.14);
    animation: preston-pulse 1.5s ease-in-out infinite;
}
@keyframes preston-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .45; transform: scale(.82); }
}
.preston-live-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border-top: 1px solid rgba(11, 18, 71, 0.08);
    background: linear-gradient(135deg, #fff 0%, #f7f8fc 100%);
}
.preston-live-meta-copy {
    min-width: 0;
}
.preston-live-eyebrow {
    margin: 0 0 3px;
    color: var(--preston-burgundy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.preston-live-title {
    margin: 0;
    color: var(--preston-navy);
    font-size: clamp(18px, 2.3vw, 23px);
    font-weight: 700;
    line-height: 1.25;
}
.preston-live-thumb-link {
    position: relative;
    display: block;
    overflow: hidden;
    background: #05070f;
    color: #fff;
    text-decoration: none !important;
}
.preston-live-thumb-link img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}
.preston-live-thumb-link .preston-live-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11,18,71,.20), rgba(107,13,38,.12)),
        linear-gradient(to top, rgba(5,7,15,.92) 0%, rgba(5,7,15,.42) 46%, rgba(5,7,15,.10) 78%);
}
.preston-live-upcoming-text {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
    max-width: 760px;
    color: #fff;
}
.preston-live-upcoming-text .title {
    margin: 0 0 7px;
    font-size: clamp(22px, 3.3vw, 34px);
    font-weight: 700;
    line-height: 1.13;
    text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.preston-live-upcoming-text .when {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    opacity: .96;
}
.preston-live-upcoming-text .when::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,255,255,.14);
}
.preston-live-thumb-link:hover img,
.preston-live-thumb-link:focus-visible img {
    transform: scale(1.018);
    filter: brightness(.92);
}
.preston-live-thumb-link:focus-visible {
    outline: 3px solid var(--preston-burgundy);
    outline-offset: -3px;
}
.preston-live-replay-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 20px;
    background: var(--preston-navy);
    color: #fff;
}
.preston-live-replay-label strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.preston-live-replay-label span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.3;
}
.preston-live-replay-pill {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.preston-live-error {
    position: relative;
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    padding: 42px 26px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fc 0%, #fff 100%);
    text-align: center;
}
.preston-live-error::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--preston-navy), var(--preston-burgundy));
}
.preston-live-error-inner {
    max-width: 560px;
}
.preston-live-error-mark {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 50%;
    background: rgba(107,13,38,.08);
    color: var(--preston-burgundy);
    font-size: 25px;
    font-weight: 700;
}
.preston-live-error-title {
    margin: 0 0 5px;
    color: var(--preston-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}
.preston-live-error-copy {
    margin: 0;
    color: var(--preston-muted);
    font-size: 15px;
    line-height: 1.55;
}
@media (max-width: 640px) {
    .preston-live-widget { border-radius: 14px; }
    .preston-live-badge, .preston-live-tag { top: 12px; left: 12px; min-height: 30px; padding: 6px 10px; font-size: 11px; }
    .preston-live-upcoming-text { left: 16px; right: 16px; bottom: 15px; }
    .preston-live-upcoming-text .title { margin-bottom: 5px; }
    .preston-live-upcoming-text .when { font-size: 13px; }
    .preston-live-meta { padding: 15px 16px; }
    .preston-live-replay-label { align-items: flex-start; padding: 14px 16px; }
    .preston-live-replay-pill { display: none; }
    .preston-live-error { min-height: 190px; padding: 34px 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .preston-live-badge .dot { animation: none; }
    .preston-live-thumb-link img { transition: none; }
}