/* ===== EXTRA BLOCK UNTUK POPUP / ANCHOR DI CHROME ANDROID ===== */

/* Frame iklan AdSense (aswift dsb) */
iframe[id^="aswift_"],
div[id^="aswift_"],
iframe[id^="google_ads_frame"],
div[id^="google_ads_frame"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Tag auto-placement baru Google */
google-auto-placed,
div[aria-label="Advertisement"],
div[aria-label="advertisement"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Popup / bar yang nempel di bawah layar (fixed bottom) */
body > div[style*="position:fixed"][style*="bottom:0"],
body > iframe[style*="position:fixed"][style*="bottom:0"],
body > div[style*="position: fixed"][style*="bottom: 0"],
body > iframe[style*="position: fixed"][style*="bottom: 0"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* ===== EXTRA BLOCK: GOOGLE ADS (CHROME ANDROID) ===== */

/* Tag utama AdSense */
ins.adsbygoogle,
.adsbygoogle,
div[class*="adsbygoogle"],
div[id*="google_ads_iframe"],
div[id*="google_ads"],
div[class*="google-auto-placed"],
div[id*="google_auto"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Popup / banner nempel di bawah / full-screen (vignette, anchor) */
body > div[style*="position:fixed"][style*="bottom:0"],
body > div[style*="position: fixed"][style*="bottom: 0"],
body > div[style*="position:fixed"][style*="top:0"],
body > div[style*="position: fixed"][style*="top: 0"],
body > iframe[style*="position:fixed"],
body > iframe[style*="position: fixed"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

