/* ==========================================================================
   Video Hub — Frontend Embed Wrapper
   ========================================================================== */

.vh-video-wrapper {
    max-width: 100%;
    margin: 1em auto;
    display: flex;
    justify-content: center;
}

.vh-video-embed {
    max-width: 100%;
    overflow: hidden;
}

.vh-video-embed iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
