/* YouTube — split zone
   Same scale-fit pattern as FB/IG/TT/LI: iframe at fixed 16:9 source size
   (854x480), centered, transform-scaled via JS to fit 90% of the
   limiting dimension. */

.yt-split-wrap {
    width: 100cqw;
    height: 100cqh;
    position: relative;
    overflow: hidden;
    background: #141414;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yt-split-wrap iframe {
    position: relative;
    z-index: 1;
    width: 854px !important;
    height: 480px !important;
    max-width: none !important;
    max-height: none !important;
    border: 1cqmin double #FF0000 !important;
    border-radius: 0 !important;
    box-shadow: 0 0.4cqmin 1.2cqmin rgba(0,0,0,0.25), 0 1.2cqmin 3cqmin rgba(0,0,0,0.35);
    transform-origin: center center;
    background: #000;
    flex-shrink: 0;
}

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