/* Shared responsive YouTube embeds */
.youtube-embed-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.youtube-embed-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.youtube-watch-link {
    display: inline-block;
    margin-top: 1rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff0000 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 0, 0, 0.45);
    padding-bottom: 2px;
    transition: color 0.2s ease;
}
.youtube-watch-link:hover {
    color: #ff4d4d !important;
}

/* Lineup page podcast block */
.press-section-page {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 2rem;
}
.press-section-page .press-title {
    margin: 0 0 0.5rem;
    font-size: clamp(2rem, 4vw, 2.8rem);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.press-section-page .press-eyebrow {
    margin: 0 0 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.press-section-page .press-lead {
    margin: 0 0 1.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    max-width: 720px;
}
.press-section-page .youtube-embed-wrap {
    max-width: 900px;
}
