﻿.inform_buttom-banner-adds-container {
    display: flex;
    justify-content: center;
    padding: 5px;
}
.inform_buttom-banner-adds-container img {
        border-radius: 5px;
        width: 100%;
        height: auto;
    }

.top-banner-add img {
    border-radius: 5px;
}

.bottom-ads-horizontal {
    display: flex;
    justify-content: center;
}

.top-header-leaderboard {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom:12px;
}
    .top-header-leaderboard:has(ins[data-ad-status="unfilled"]) {
        display: none;
        margin: 0;
    }

.top-banner-adds-container {
    min-height: 96px;
    display: block;
}
/* Sticky Sidebar Ad */
.adds-sidebar-Sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px; /* Space from the top of the browser window */
    z-index: 100; /* Keeps it above other elements */
    margin-bottom: 20px; /* Space at the bottom */
}

.adds-3rd-sidebar-Sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px; /* Space from the top of the browser window */
    z-index: 100; /* Keeps it above other elements */
    margin-bottom: 20px; /* Space at the bottom */
}

/**/
/*ins.adsbygoogle[data-ad-status="unfilled"],
ins.adsbygoogle[data-ad-status="unfill-optimized"] {
    display: none !important;
}*/

/* Universal Ad Hider */
/*.ad-containerbox:has(ins[data-ad-status="unfilled"]),
.ad-containerbox:has(ins[data-ad-status="unfill-optimized"]) {
    display: none !important;
}*/
/**/

/* Keep ad slot measurable for Google */
.ad-containerbox:has(ins[data-ad-status="unfilled"]),
.ad-containerbox:has(ins[data-ad-status="unfill-optimized"]),
.ads-responsive:has(ins[data-ad-status="unfilled"]),
.ads-responsive:has(ins[data-ad-status="unfill-optimized"]),
.google-auto-placed:has(ins[data-ad-status="unfilled"]),
.google-auto-placed:has(ins[data-ad-status="unfill-optimized"]) {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
}
/* IMPORTANT: Mobile Optimization */
/* Hide this huge ad on screens smaller than 992px (Tablets/Phones) */
@media (max-width: 991px) {
    .adds-sidebar-Sticky {
        display: none !important;
    }
    .adds-3rd-sidebar-Sticky {
        display: none !important;
    }
    .top-banner-add-google {
        display: none !important;
    }
    .top-banner-adds-container {
        display: none !important;
    }
}
