/* Outer Video Container Wrapper */
.video-wrapper-38dc3880 {
    border: 1px solid #ccc;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

/* Ensure the video inside behaves beautifully and goes full width */
.video-wrapper-38dc3880 video,
.video-wrapper-38dc3880 iframe,
.video-wrapper-38dc3880 .elementor-video,
.video-wrapper-38dc3880 .wp-block-video video {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 12px; /* Fits nicely inside the padded container */
}
