/* === PRODUCT VIDEO SECTION (ENHANCED) === */
.product-video-section {
    margin-bottom: 2rem;
}

.video-embed-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video-embed-container video,
.video-embed-container iframe {
    width: 100%;
    border: none;
}

.video-embed-container .ratio {
    background-color: transparent;
}

/* Instagram embed styling */
.video-embed-container .instagram-media {
    margin: 0 auto !important;
    max-width: 100% !important;
}



