/* TEC v5.4 — stable brand treatment across all languages */
.brand{
  width:180px!important;
  min-width:180px!important;
  height:64px;
  overflow:hidden;
  display:block!important;
  flex:0 0 180px;
}

.brand img{
  display:block!important;
  width:180px!important;
  max-width:none!important;
  height:180px!important;
  transform:translateY(-54px);
  object-fit:contain;
}

.brand span{display:none!important}

@media(max-width:900px){
  .brand{width:164px!important;min-width:164px!important;height:58px;flex-basis:164px}
  .brand img{width:164px!important;height:164px!important;transform:translateY(-49px)}
}

@media(max-width:600px){
  .brand{width:150px!important;min-width:150px!important;height:53px;flex-basis:150px}
  .brand img{width:150px!important;height:150px!important;transform:translateY(-45px)}
}
