/* === TOP / FOOTER / FULL-WIDTH ADS === */
.leaderboard-ad,
.footer-ad,
.fullwidth-ad {
    min-height: 108px;
    max-width: 970px;
    margin: 20px auto;
    text-align: center;
}

/* Sidebar ads */
.sidebar-ad {
    max-width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
}

/* Ins must stay block */
.leaderboard-ad .adsbygoogle,
.footer-ad .adsbygoogle,
.fullwidth-ad .adsbygoogle,
.sidebar-ad .adsbygoogle {
    display: block;
}

/* Mobile */
@media (max-width: 576px) {
    .leaderboard-ad,
    .footer-ad,
    .fullwidth-ad {
        min-height: 100px;
        max-width: 100%;
    }

    .sidebar-ad{
        max-width: 100%;
        margin: auto;
    }
}



/* Optional label (safe + stable) */
.ad-label {
    font: 10px/18px Arial, sans-serif;
    color: #787878;
    text-align: center;
    text-decoration: underline;
}
