/* Universal no Fansub V38 — lockup de marca compacto */

/* El recorte del wordmark elimina el espacio transparente que separaba visualmente ambos gráficos. */
.brand-image{
  gap:0 !important;
  min-width:210px !important;
  width:auto !important;
  overflow:visible !important;
}
.brand-image .brand-onion{
  width:68px !important;
  height:68px !important;
  flex:0 0 68px !important;
  margin-right:-7px !important;
  position:relative !important;
  z-index:2 !important;
  object-fit:contain !important;
  filter:drop-shadow(0 5px 9px rgba(25,38,55,.18)) !important;
}
.brand-image .brand-wordmark{
  width:146px !important;
  max-width:146px !important;
  height:92px !important;
  flex:0 0 146px !important;
  object-fit:contain !important;
  position:relative !important;
  z-index:1 !important;
  filter:drop-shadow(0 3px 7px rgba(25,38,55,.16)) !important;
}

@media (min-width:781px) and (max-width:1180px){
  .brand-image{min-width:194px !important;}
  .brand-image .brand-onion{
    width:60px !important;
    height:60px !important;
    flex-basis:60px !important;
    margin-right:-6px !important;
  }
  .brand-image .brand-wordmark{
    width:136px !important;
    max-width:136px !important;
    height:84px !important;
    flex-basis:136px !important;
  }
}

@media (max-width:780px){
  .brand-image{min-width:160px !important;gap:0 !important;}
  .brand-image .brand-onion{
    width:48px !important;
    height:48px !important;
    flex-basis:48px !important;
    margin-right:-4px !important;
  }
  .brand-image .brand-wordmark{
    width:112px !important;
    max-width:112px !important;
    height:68px !important;
    flex-basis:112px !important;
  }
}
