/* WooCommerce YouTube Product Videos CSS */
.product-youtube-video {
    margin: 2em 0;
    max-width: 100%;
}

.product-youtube-video iframe {
    max-width: 100%;
}

.product-youtube-video.size-full iframe {
    width: 100%;
    height: 56.25vw; /* 16:9 aspect ratio */
    max-height: 90vh;
}