.awdb-ad-placement{margin:28px 0;padding:12px;border-radius:20px;background:#fff;border:1px solid var(--line);clear:both}

.awdb-ad-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}
.awdb-ad-slot{min-width:0;min-height:180px;overflow:hidden}
.awdb-ad-placement[data-preview="true"] .awdb-ad-slot{background:#f6f4f8;border-radius:8px}
.awdb-ad-feed .awdb-ad-grid{grid-template-columns:minmax(0,1fr)}
.awdb-ad-feed .awdb-ad-slot{min-height:250px}
@media(max-width:700px){.awdb-ad-placement{padding:8px;margin:24px 0}}

/* Fixed banner containers let the ad network select creatives that fit. Feed keeps its natural height. */
.awdb-ad-placement:not(.awdb-ad-feed) .awdb-ad-slot{height:250px;min-height:0;max-height:250px}
@media(max-width:1200px){.awdb-ad-placement:not(.awdb-ad-feed) .awdb-ad-slot{height:auto;min-height:200px;max-height:250px}}
.awdb-ad-feed .awdb-ad-slot{overflow:visible}
.awdb-ad-sidebar .awdb-ad-grid,.awdb-ad-picker .awdb-ad-grid{grid-template-columns:minmax(0,1fr)}
@media(min-width:1200px){
 .awdb-context-sidebar.awdb-ad-sidebar-host{min-height:var(--awdb-ad-rail-height,0px);box-sizing:border-box}
 .awdb-ad-sidebar{position:sticky;top:96px;margin:0}
 .awdb-ad-content-rail{box-sizing:border-box;min-height:var(--awdb-sidebar-content-height,0px)}
 .awdb-ad-placement.awdb-ad-sidebar .awdb-ad-slot{height:auto;min-height:250px;max-height:none;overflow:visible}
 .awdb-ad-sidebar.awdb-ad-sidebar-tall{position:static}
}
@media(max-width:1199.98px){.awdb-ad-grid{grid-template-columns:minmax(0,1fr)}}
@media(max-height:380px){.awdb-ad-sidebar{position:static}}
