/**
 * Ad Guide System CSS - 广告引导系统样式
 * 配合 ad-guide-recankalp.js 或 ad-v4.js 使用
 */

/* ========== 广告顶部保护层 ========== */
/* 阻止用户点击广告顶部的关闭/AdChoices按钮 */
.adsbygoogle,
[id^="ad-banner-"],
.ad {
    position: relative !important;
}

.adsbygoogle::before,
[id^="ad-banner-"]::before,
.ad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: transparent;
    pointer-events: auto;
    z-index: 999999 !important;
    display: block !important;
}
