/**
 * MTV.PJH.IS - Site-specific Styles
 * Video embedding for music blog
 */

/* Video Embeds */
.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 24px 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

/* Post Video Stage - specific to MTV layout */
.post-video-stage {
    margin-bottom: 1.5rem;
}

.post-video-stage h1 {
    margin: 0 0 1.5rem;
}

.post-video-stage .video-embed {
    border-radius: 8px;
}

/* Standalone iframes (Spotify, etc) */
.post-video-stage > iframe {
    display: block;
    width: 100%;
}
