/* headerLogoWidthPx=60 */
:root{--header-logo-width-px:60px;}
header.fixed.top-0{min-height:84px!important;height:auto!important;overflow:visible!important;}
header.fixed.top-0 img[src*="logo"],
header.fixed.top-0 img[data-testid="public-site-logo"]{
  width:60px!important;
  max-width:60px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  display:block!important;
  flex-shrink:0!important;
}
header.fixed.top-0 a.absolute.left-4{top:50%!important;transform:translateY(-50%)!important;flex-shrink:0!important;}
