/* ZeroLabs Brand Refresh v16
   Usa EXATAMENTE os PNGs fornecidos pelo proprietário.
   Nenhuma imagem é redesenhada ou modificada; o CSS apenas controla o enquadramento visual. */
img.zbrand-v16{
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  image-rendering:auto!important;
  filter:none!important;
  transform:none!important;
}
/* Login — ZeroLabs */
.zdl-wordmark-approved img.zbrand-login{
  width:min(100%,430px)!important;
  max-width:430px!important;
  height:120px!important;
  max-height:120px!important;
}
/* Escolha de módulos — ZeroLabs no topo */
.zdm-brand img.zbrand-hub{
  width:100%!important;
  max-width:none!important;
  height:82px!important;
  max-height:82px!important;
}
/* Escolha de módulos — ZeroPreju / ZeroFrotas / ZeroAgro */
.zdm-product-logo img.zbrand-module{
  width:min(430px,100%)!important;
  max-width:430px!important;
  height:118px!important;
  max-height:118px!important;
  object-position:center center!important;
}
.zdm-product-logo{
  overflow:hidden!important;
}
/* Dashboards / sidebar — ZeroLabs, ZeroPreju, ZeroFrotas e ZeroAgro */
.zdl-brand img.zbrand-sidebar,
.ecosystem-brand img.zbrand-sidebar{
  width:min(238px,100%)!important;
  max-width:238px!important;
  height:72px!important;
  max-height:72px!important;
  object-position:center center!important;
}
@media(max-width:700px){
  .zdl-wordmark-approved img.zbrand-login{height:96px!important;max-height:96px!important}
  .zdm-brand img.zbrand-hub{height:68px!important;max-height:68px!important}
  .zdm-product-logo img.zbrand-module{height:94px!important;max-height:94px!important}
  .zdl-brand img.zbrand-sidebar,.ecosystem-brand img.zbrand-sidebar{height:64px!important;max-height:64px!important}
}

/* ZeroLabs v2.2.22 — ajuste óptico exclusivo da marca ZeroFrotas na sidebar.
   O PNG ZeroFrotas possui área vazia interna maior que o lockup ZeroPreju;
   por isso o mesmo box de 238x72px deixa a marca visualmente menor.
   O ajuste abaixo aumenta somente o conteúdo do ZeroFrotas, sem alterar
   ZeroPreju, ZeroAgro ou ZeroLabs. */
body.product-zerofrotas .zdl-brand,
body.product-zerofrotas .ecosystem-brand{
  overflow:hidden!important;
}
body.product-zerofrotas .zdl-brand img.zbrand-sidebar,
body.product-zerofrotas .ecosystem-brand img.zbrand-sidebar{
  transform:scale(1.34)!important;
  transform-origin:center center!important;
}
@media(max-width:700px){
  body.product-zerofrotas .zdl-brand img.zbrand-sidebar,
  body.product-zerofrotas .ecosystem-brand img.zbrand-sidebar{
    transform:scale(1.24)!important;
  }
}
