/* Prevent Auto Ads from overlapping or shifting pagination */
.google-auto-placed {
    clear: both !important;
    position: static !important;
    margin: 20px 0 !important;
}

/* Specific fix if the ad is inside your content container */
ins.adsbygoogle {
    pointer-events: auto !important; /* Ensures the ad itself is clickable but doesn't block others */
}