/* Remove all advertisement spaces and blank areas */

/* Hide all ad containers */
.ad-container {
    display: none !important;
}

/* Hide sidebar ads */
.ad-sidebar {
    display: none !important;
}

/* Hide mid-article ads */
.ad-mid-article {
    display: none !important;
}

/* Hide bottom ads */
.ad-bottom {
    display: none !important;
}

/* Hide all Google AdSense elements */
.adsbygoogle {
    display: none !important;
}

/* Hide any ins elements (AdSense ads) */
ins[class*="adsbygoogle"] {
    display: none !important;
}

/* Remove any advertisement labels */
.ad-label {
    display: none !important;
}

/* Remove empty space that might be left by ads */
.site-header + ins[class*="adsbygoogle"],
.site-header + .ad-container,
header + ins[class*="adsbygoogle"],
header + .ad-container,
.main-nav + ins[class*="adsbygoogle"],
.main-nav + .ad-container,
body > ins[class*="adsbygoogle"],
body > .ad-container {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove ad-free experience popup indicator */
div[style*="Ad-Free Premium Experience"],
div[style*="ad-free"],
.ad-free-indicator {
    display: none !important;
}

/* Remove header account widget popup */
.header-account-widget,
#header-account-widget {
    display: none !important;
}

/* Remove account popup functionality */
.account-header-info,
.user-avatar-small,
.user-details,
.membership-badge,
.account-quick-actions,
.quick-action-btn {
    display: none !important;
}


/* Hide newsletter widgets and forms */
.sidebar-newsletter-widget,
.newsletter-signup,
.newsletter-form,
.newsletter-banner-form {
    display: none !important;
}