.wy-video-section {
    background: var(--wy-color-snow, #e9eee9);
    padding: 3rem 0;
}

.wy-video-section .wy-section-header {
    text-align: center;
    padding-bottom: 1.5rem;
}

.wy-video-section .wy-section-header .wy-overline {
    color: var(--wy-color-forest, #06140C);
    opacity: 0.6;
}

.wy-video-section .wy-section-header .wy-h2 {
    color: var(--wy-color-forest, #06140C);
}

.wy-video-section .wy-video-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.wy-video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
