/* YouTube — Sidebar Zone (narrow vertical) */

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

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

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