/* Prepared slots only: no provider requests, fixed bars or side rails. */
.ad-slot[hidden] { display:none!important; }
.ad-slot { box-sizing:border-box; width:100%; min-width:0; max-width:100%; margin:64px 0; padding:16px 0; border-top:1px solid #dde4eb; border-bottom:1px solid #dde4eb; clear:both; text-align:center; }
.ad-slot__label { display:block; margin:0 0 12px; font:500 11px/16px Arial,sans-serif; color:#647385; letter-spacing:.04em; }
.ad-slot__content { width:100%; height:100px; min-width:0; contain:layout; }
.ad-slot__preview { display:grid; place-items:center; background:repeating-linear-gradient(135deg,#f8fafc,#f8fafc 10px,#f1f4f7 10px,#f1f4f7 20px); color:#647385; font:12px/1.6 Arial,sans-serif; padding:12px; box-sizing:border-box; overflow-wrap:anywhere; }
@media(max-width:700px) {
    .ad-slot { margin:36px 0; padding:10px 0; }
    .ad-slot__content { height:100px; }
    .ad-slot__label { margin-bottom:10px; }
}
@media print { .ad-slot { display:none!important; } }
