/* Enlarge the header logo. The theme locks the logo into a fixed 220px-wide,
   30%-ratio box; the new wordmark is less wide so it letterboxed smaller.
   Break that box and size the logo by height instead. */
.header__heading-link.media,
.header__heading-link.media.ratio {
  width: auto !important;
  max-width: 360px !important;
  padding: 0 !important;
}
.header__heading-link.media::before {
  content: none !important;
  display: none !important;
}
.header__heading-link.media,
.header__heading-link.media.ratio {
  max-width: 440px !important;
}
.header__heading-logo,
.header__heading-logo--main {
  position: static !important;
  height: 82px !important;
  width: auto !important;
  max-width: 440px !important;
  object-fit: contain;
}
@media screen and (max-width: 749px) {
  .header__heading-logo,
  .header__heading-logo--main {
    height: 56px !important;
  }
}
