﻿.top-header-leaderboard {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
    .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 */
}

/* 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;
    }
}
