/* Approved SANKHLA raster wordmark: preserve its 640:140 aspect ratio.
   This stylesheet changes logo sizing only, not site colours or content. */
:root body .site-header .brand-logo,
:root body .site-footer .brand-logo {
  display:flex!important; align-items:center!important; justify-content:flex-start!important;
  height:auto!important; padding:0!important; background:transparent!important;
  border:0!important; border-radius:0!important; box-shadow:none!important;
}
:root body .site-header .brand-logo {width:248px!important;max-width:100%!important}
:root body .site-footer .brand-logo {width:264px!important;max-width:100%!important}
:root body .site-header .brand-logo img,
:root body .site-footer .brand-logo img {
  display:block!important; width:100%!important; max-width:100%!important;
  height:auto!important; object-fit:contain!important; object-position:left center!important;
  aspect-ratio:640 / 140!important; filter:none!important; opacity:1!important;
}
@media(max-width:1100px){:root body .site-header .brand-logo{width:220px!important}}
@media(max-width:600px){:root body .site-header .brand-logo{width:196px!important}}
@media(max-width:360px){:root body .site-header .brand-logo{width:178px!important}}
