
/* AD SLOTS */
.ad-slot { position:relative; display:inline-block; max-width:100%; }
.ad-slot.ad-empty { display:none; }

/* Show placeholder only in admin preview mode */
.ad-placeholder { background:rgba(255,255,255,0.03); border:1px dashed rgba(255,255,255,0.1); border-radius:8px; padding:16px 40px; font-size:11px; color:rgba(255,255,255,0.2); letter-spacing:1px; text-transform:uppercase; }
.ad-label { position:absolute; top:4px; left:4px; background:rgba(0,0,0,0.6); color:rgba(255,255,255,0.4); font-size:9px; padding:1px 5px; border-radius:3px; letter-spacing:0.5px; z-index:1; pointer-events:none; }
.ad-link { display:block; }
.ad-img { max-width:100%; height:auto; display:block; border-radius:6px; }

/* SPECIFIC SIZES */
.ad-header_banner .ad-img { height:60px; width:auto; max-width:728px; }
.ad-bottom_banner .ad-img { height:60px; width:auto; max-width:728px; }
.ad-content_mid .ad-img { height:90px; width:auto; max-width:728px; }
.ad-before_results .ad-img { height:90px; width:auto; max-width:728px; }
.ad-sidebar_top .ad-img { width:300px; height:250px; object-fit:cover; }
.ad-sidebar_bottom .ad-img { width:300px; height:250px; object-fit:cover; }
.ad-popup .ad-img { max-width:400px; max-height:300px; }
