/* ============================================================
   YOUTUBE OVERLAY - ALWAYS ACTIVE (with Dashed Border)
   ============================================================ */

/* ----- Main Container ----- */
.wp-block-embed-youtube {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    /* ===== DASHED BORDER (Red) ===== */
    border: 3px dashed #ff0000;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px red, 0 0 0 7px #fff, 0 0 0 9px red;
}

.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    z-index: 1;
}

/* ----- OVERLAY - Always on top ----- */
.youtube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 99999 !important;
    pointer-events: none;
}

/* ----- OVERLAY BLOCKS (Top, Bottom, Left, Right) ----- */
.yt-block-top-desktop,
.yt-block-bottom-desktop,
.yt-block-top-mobile,
.yt-block-bottom-mobile,
.yt-block-left-desktop,
.yt-block-right-desktop,
.yt-block-left-mobile,
.yt-block-right-mobile {
    position: absolute;
    pointer-events: auto !important;
    cursor: not-allowed;
    z-index: 99999 !important;
}

/* Top - Desktop */
.yt-block-top-desktop {
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 0, 0, 0.005);
}

/* Bottom - Desktop */
.yt-block-bottom-desktop {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    border-radius: 0 0 12px 12px;
    background: rgba(255, 0, 0, 0.005);
}

/* Left - Desktop */
.yt-block-left-desktop {
    top: 0;
    left: 0;
    width: 8%;
    height: 100%;
    border-radius: 12px 0 0 12px;
    background: rgba(0, 0, 255, 0.005);
}

/* Right - Desktop */
.yt-block-right-desktop {
    top: 0;
    right: 0;
    width: 8%;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background: rgba(0, 0, 255, 0.005);
}

/* ----- MOBILE VERSIONS ----- */
.yt-block-top-mobile,
.yt-block-bottom-mobile,
.yt-block-left-mobile,
.yt-block-right-mobile {
    display: none;
}

.yt-block-top-mobile {
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 0, 0, 0.005);
}

.yt-block-bottom-mobile {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18%;
    border-radius: 0 0 12px 12px;
    background: rgba(255, 0, 0, 0.005);
}

.yt-block-left-mobile {
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    border-radius: 12px 0 0 12px;
    background: rgba(0, 0, 255, 0.005);
}

.yt-block-right-mobile {
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background: rgba(0, 0, 255, 0.005);
}

/* ----- MIDDLE AREA (Play/Pause only) ----- */
.youtube-pass-middle {
    position: absolute;
    top: 20%;
    left: 8%;
    width: 84%;
    height: 68%;
    pointer-events: none;
    z-index: 99998;
}

/* ----- HIDE YOUTUBE BRANDING ----- */
.ytp-button.ytp-youtube-button,
.ytp-chrome-controls .ytp-copylink-button,
.ytp-chrome-controls .ytp-share-button,
.ytp-chrome-controls .ytp-watch-later-button,
.ytp-chrome-controls .ytp-watch-on-youtube-button,
.ytp-endscreen-content,
.ytp-endscreen-previous,
.ytp-pause-overlay,
.ytp-share-button,
.ytp-title-channel,
.ytp-watch-later-button,
.ytp-watermark {
    display: none !important;
}

/* ----- MOBILE RESPONSIVE ----- */
@media (max-width: 768px) {
    .yt-block-top-desktop,
    .yt-block-bottom-desktop,
    .yt-block-left-desktop,
    .yt-block-right-desktop {
        display: none;
    }
    
    .yt-block-top-mobile,
    .yt-block-bottom-mobile,
    .yt-block-left-mobile,
    .yt-block-right-mobile {
        display: block;
    }
    
    .youtube-pass-middle {
        top: 25%;
        left: 10%;
        width: 80%;
        height: 57%;
    }
    
    .wp-block-embed-youtube .wp-block-embed__wrapper {
        border-width: 2px;
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px red, 0 0 0 6px #fff;
    }
}

@media (max-width: 480px) {
    .yt-block-top-mobile {
        height: 28%;
    }
    .yt-block-bottom-mobile {
        height: 20%;
    }
    .youtube-pass-middle {
        top: 28%;
        left: 10%;
        width: 80%;
        height: 52%;
    }
    
    .wp-block-embed-youtube .wp-block-embed__wrapper {
        border-width: 2px;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px red;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .yt-block-top-mobile {
        height: 30%;
    }
    .yt-block-bottom-mobile {
        height: 22%;
    }
    .youtube-pass-middle {
        top: 30%;
        left: 10%;
        width: 80%;
        height: 48%;
    }
}

/* ----- YouTube Player Rounded Corners ----- */
.html5-video-player,
.video-stream,
.ytp-chrome-bottom,
.ytp-chrome-top,
.ytp-panel-menu,
.ytp-show-tiles .ytp-tile-wrap {
    border-radius: 12px !important;
}