/* V278 — correção estável da capa original */
.cover-banner.orbi-original-cover{
  width:100%!important;
  height:220px!important;
  min-height:220px!important;
  max-height:220px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background-color:#fec639!important;
  background-image:url("https://cdn-blog-backend.tiendanube.com/blogs/019/77c/f51/909711196d29b6b55295bab/covers/0198b000-d72f-7bbd-aabc-2939834ac184.jpg"),url("/img/orbilink-cover.webp")!important;
  background-size:cover,cover!important;
  background-position:center,center!important;
  background-repeat:no-repeat,no-repeat!important;
  box-shadow:0 8px 32px rgba(0,0,0,.10)!important;
}
@media(max-width:480px){
  .cover-banner.orbi-original-cover{
    height:170px!important;
    min-height:170px!important;
    max-height:170px!important;
    border-radius:18px!important;
  }
}
@media(min-width:481px) and (max-width:768px){
  .cover-banner.orbi-original-cover{
    height:200px!important;
    min-height:200px!important;
    max-height:200px!important;
    border-radius:22px!important;
  }
}
