/* Elterro v1.48.0 — official brand icon rollout */
.brand-logo{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:block;
  object-fit:contain;
  border-radius:0;
  filter:drop-shadow(0 0 10px rgba(39,211,255,.35)) drop-shadow(0 0 18px rgba(118,87,255,.25));
}
.topbar .brand-logo{
  transition:transform .18s ease,filter .18s ease;
}
.topbar .brand:hover .brand-logo{
  transform:translateY(-1px) scale(1.04);
  filter:drop-shadow(0 0 13px rgba(39,211,255,.48)) drop-shadow(0 0 23px rgba(118,87,255,.32));
}
.footer .brand-logo{
  width:44px;
  height:44px;
  flex-basis:44px;
}
.v148-share-brand-icon{
  width:34px;
  height:34px;
  display:inline-block;
  vertical-align:middle;
  object-fit:contain;
  margin-right:8px;
  filter:drop-shadow(0 0 10px rgba(39,211,255,.35));
}
@media (max-width:780px){
  .topbar .brand-logo{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
}
@media (max-width:380px){
  .topbar .brand-logo{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
}
