/* ÁREAS DE BANNERS - VIBEPOP
   Sem popup/interstitial. Apenas espaços de banners responsivos. */
.ad-slot{width:100%;background:#f7f7f7;border:1px solid #e4e4e4;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin:0 auto;overflow:hidden}
.ad-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:800;color:#999;text-transform:uppercase;letter-spacing:.12em;z-index:1;pointer-events:none;padding:10px}.ad-code{width:100%;min-height:inherit;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.ad-placeholder{font-size:12px;color:#777;padding:10px;text-align:center}
.top-ad-wrap,.bottom-ad-wrap{padding:10px 0}.ad-slot-top_billboard{min-height:250px;max-width:970px}.ad-slot-header_megabanner,.ad-slot-middle_megabanner,.ad-slot-footer_megabanner{min-height:90px;max-width:728px}.ad-slot-in_text{min-height:90px;margin:22px 0}.ad-slot-footer_slide{min-height:90px;max-width:970px;margin-top:14px}
.ad-slot-sidebar_skyscraper{min-height:600px;max-width:160px;margin-bottom:16px}.ad-slot-sidebar_double_skyscraper{min-height:600px;max-width:300px;margin-bottom:16px}.article-ad{margin:22px 0}.mobile-only-ad{display:none}
@media(max-width:980px){.ad-slot-top_billboard{min-height:100px;max-width:728px}.ad-slot-sidebar_skyscraper,.ad-slot-sidebar_double_skyscraper{min-height:250px}.mobile-only-ad{display:block}.desktop-only-ad{display:none!important}}
@media(max-width:680px){.top-ad-wrap,.bottom-ad-wrap{width:94%}.ad-slot-top_billboard,.ad-slot-header_megabanner,.ad-slot-middle_megabanner,.ad-slot-footer_megabanner,.ad-slot-footer_slide{min-height:80px;max-width:100%}.ad-slot-in_text{min-height:90px}.ad-label{font-size:8px}}

/* Banners 300x250 separados: substituem o antigo 300x250 genérico. */
.ad-slot-banner_300x250_top_1,
.ad-slot-banner_300x250_top_2,
.ad-slot-banner_300x250_bottom_1,
.ad-slot-banner_300x250_bottom_2{min-height:250px;max-width:300px;margin:0 auto 16px;}
.ad-slot-banner_728x90_top_1,
.ad-slot-banner_728x90_top_2,
.ad-slot-banner_728x90_bottom_1,
.ad-slot-banner_728x90_bottom_2{min-height:90px;max-width:728px;margin:14px auto;}

/* RESPONSIVO REAL DOS BANNERS - VIBEPOP
   Desktop usa 728x90/970x250. Mobile usa 320x100 para não cortar o layout. */
.ad-responsive-pair{
  width:100%;
  max-width:100%;
  margin:0 auto;
  display:block;
}
.ad-responsive-pair .desktop-ad-unit{display:flex;}
.ad-responsive-pair .mobile-ad-unit{display:none;}
.ad-slot{
  box-sizing:border-box;
  max-width:100%;
}
.ad-code{
  box-sizing:border-box;
  overflow:hidden;
}
.ad-code iframe,
.ad-code img,
.ad-code ins,
.ad-code object,
.ad-code embed{
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.ad-slot-mobile_320x100,
.ad-slot-fake_mobile{
  width:320px;
  max-width:100%;
  min-height:100px;
  margin:14px auto;
}
@media(max-width:768px){
  .ad-responsive-pair .desktop-ad-unit{display:none !important;}
  .ad-responsive-pair .mobile-ad-unit{display:flex !important;}
  .top-ad-wrap,
  .bottom-ad-wrap{
    width:100%;
    padding:10px 12px;
    box-sizing:border-box;
  }
  .ad-slot-mobile_320x100,
  .ad-slot-fake_mobile{
    width:320px !important;
    max-width:calc(100vw - 24px) !important;
    min-height:100px !important;
    height:auto;
    border-radius:12px;
  }
  .ad-slot-banner_300x250_top_1,
  .ad-slot-banner_300x250_top_2,
  .ad-slot-banner_300x250_bottom_1,
  .ad-slot-banner_300x250_bottom_2{
    width:300px !important;
    max-width:calc(100vw - 24px) !important;
    min-height:250px !important;
    margin:16px auto !important;
  }
  .ad-slot-sidebar_skyscraper,
  .ad-slot-sidebar_double_skyscraper{
    display:none !important;
  }
}
