/* Fix ads that are not centered (iframe) */
.adthrive-ad div[id^='google_ads_iframe'] {
display: flex;
justify-content: center;
}