/* YouTube — Split Zone (horizontal 50/50) */

.yt-split-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    container-type: size;
    overflow: hidden;
    background: #000;
}

.yt-split-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.yt-split-wrap,
.yt-split-wrap * {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
