/**
 * Advanced Ads spacing.
 *
 * Wrapper structure:
 *   - outer: div[id^="sureb-"].sureb-content (cache-busting placeholder)
 *   - inner: div[class*="gas_fallback-ad_"]   (actual ad container)
 *
 * Front-prefix "sureb-" comes from Advanced Ads → Settings.
 */

div[class*="gas_fallback-ad_"],
div[id^="sureb-"].sureb-content {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/* Reset double-spacing when wrappers are nested */
div[id^="sureb-"].sureb-content > div[class*="gas_fallback-ad_"] {
	margin-top: 0;
	margin-bottom: 0;
}
