/* eRNET unified logo size */
header,
.topbar,
.admin-header,
.site-header{
  min-height:130px !important;
  height:auto !important;
  padding:22px 42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

header a.brand,
.topbar a.brand,
.brand{
  display:flex !important;
  align-items:center !important;
  width:auto !important;
  max-width:none !important;
}

header img,
.topbar img,
.brand img,
.brand-logo,
.logo-admin,
img[src*="ernet-logo"]{
  width:360px !important;
  min-width:360px !important;
  max-width:360px !important;
  height:auto !important;
  max-height:105px !important;
  object-fit:contain !important;
  display:block !important;
}

.mainnav{
  display:flex !important;
  align-items:center !important;
  gap:28px !important;
}

@media(max-width:900px){
  header img,
  .topbar img,
  .brand img,
  .brand-logo,
  .logo-admin,
  img[src*="ernet-logo"]{
    width:260px !important;
    min-width:260px !important;
    max-width:260px !important;
    max-height:80px !important;
  }
}
