/**
 * TM7 Modlar — YouTube gömme oynatıcı (16:9, mobil / masaüstü)
 */
.mod-popup-video-block {
    width: 100%;
}

.mod-popup-video-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}

.mod-yt-lazy {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(56vh, 420px);
    background: #0f0f0f;
    border-radius: 12px;
    overflow: hidden;
}

.mod-yt-lazy .mod-yt-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mod-popup-playlist-link {
    display: inline-block;
    margin-top: 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #c00;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mod-popup-playlist-link:hover {
    color: #900;
}

@media (max-width: 640px) {
    .mod-yt-lazy {
        max-height: none;
        border-radius: 10px;
    }
}

/* Video içeren mod penceresi biraz daha geniş */
.mod-popup-shell:has(.mod-yt-lazy) {
    max-width: min(920px, calc(100vw - 24px));
}
