/* ATHENA EquityElite - logo horizontal fix */
.brand,
.header-brand,
.top-brand,
.athena-global-brand,
.logo-wrap,
.logo-brand{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
}

.brand img,
.header-brand img,
.top-brand img,
.athena-global-brand img,
.logo-wrap img,
.logo-brand img,
img[src*="athena-equityelite-logo.png"]{
  width:auto !important;
  height:auto !important;
  max-width:240px !important;
  max-height:72px !important;
  object-fit:contain !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

/* En header pequeño, que no se destruya */
header img[src*="athena-equityelite-logo.png"],
.topbar img[src*="athena-equityelite-logo.png"],
.navbar img[src*="athena-equityelite-logo.png"]{
  max-width:220px !important;
  max-height:58px !important;
}

/* En móvil sí se reduce, pero sigue horizontal */
@media(max-width:720px){
  img[src*="athena-equityelite-logo.png"]{
    max-width:170px !important;
    max-height:48px !important;
  }
}
