/* ===== SLOT IKLAN ===== */
.ads-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin:16px auto;max-width:100%;overflow:hidden}
.ads-banner{display:block;max-width:100%;overflow:hidden;line-height:0;background:rgba(0,0,0,.045);border-radius:8px}
.ads-banner img{display:block;width:100%;height:auto;object-fit:contain}
.ads-banner--300x250{width:100%;max-width:300px}
.ads-banner--336x280{width:100%;max-width:336px}
.ads-banner--728x90{width:100%;max-width:728px}
.ads-banner--970x90{width:100%;max-width:970px}
.ads-banner--970x250{width:100%;max-width:970px}
.ads-banner--300x600{width:100%;max-width:300px}
.ads-banner--160x600{width:100%;max-width:160px}
.ads-banner--responsive{width:100%;max-width:100%}
.ads-slot--header,.ads-slot--footer{width:100%}

/* ===== STICKY MOBILE ===== */
.ads-sticky_mobile{position:fixed;left:0;right:0;bottom:0;z-index:1050;display:none;justify-content:center;align-items:center;padding:8px;background:rgba(0,0,0,.88);box-shadow:0 -4px 16px rgba(0,0,0,.25)}
.ads-sticky_mobile .ads-banner{max-width:320px;background:transparent}
@media (max-width:768px){.ads-sticky_mobile{display:flex}}
@media (min-width:769px){.ads-sticky_mobile{display:none !important}}

/* ===== POPUP ===== */
.ads-popup{position:fixed;inset:0;z-index:1090;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.6);padding:20px}
.ads-popup.ads-popup--tampil{display:flex}
.ads-popup .ads-banner{max-width:min(420px,92vw);background:transparent}
.ads-popup-tutup{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:#111;font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.3);z-index:2}
