/* Stable header logo frame: uploaded artwork can change without resizing navigation. */
html body .header .brand-logo {
  display: block !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 1100px) {
  html body .header .brand-logo {
    width: 195px !important;
    min-width: 195px !important;
    max-width: 195px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
  }
}

@media (max-width: 900px) {
  html body .header .brand-logo {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
}

@media (max-width: 380px) {
  html body .header .brand-logo {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
}
