
/* V139 - Banner topo padrão 728x90 */
.top-banner-area,
.header-banner,
.header-ad,
.top-ad,
.banner-topo,
.site-top-banner,
.casttur-head .top-banner-area{
  width:728px!important;
  max-width:728px!important;
  height:90px!important;
  max-height:90px!important;
  min-height:90px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.top-banner-area img,
.header-banner img,
.header-ad img,
.top-ad img,
.banner-topo img,
.site-top-banner img,
.casttur-head .top-banner-area img,
.casttur-head .top-banner-slot img{
  width:728px!important;
  max-width:100%!important;
  height:90px!important;
  max-height:90px!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  border-radius:0!important;
}

.casttur-head .top-banner-slot{
  width:728px!important;
  max-width:728px!important;
  height:90px!important;
  max-height:90px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Responsivo: mantém proporção 728x90 no mobile */
@media(max-width:900px){
  .top-banner-area,
  .header-banner,
  .header-ad,
  .top-ad,
  .banner-topo,
  .site-top-banner,
  .casttur-head .top-banner-area,
  .casttur-head .top-banner-slot{
    width:100%!important;
    max-width:728px!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:728/90!important;
  }

  .top-banner-area img,
  .header-banner img,
  .header-ad img,
  .top-ad img,
  .banner-topo img,
  .site-top-banner img,
  .casttur-head .top-banner-area img,
  .casttur-head .top-banner-slot img{
    width:100%!important;
    height:100%!important;
    aspect-ratio:728/90!important;
    object-fit:cover!important;
  }
}
