.site-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}

.site-logo {
  display: block;
  height: 92px;
  width: auto;
  max-width: min(360px, 66vw);
  object-fit: contain;
  object-position: left center;
}

.site-logo--sm {
  height: 68px;
  max-width: 280px;
}

.site-logo--footer {
  height: 92px;
  max-width: 300px;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.header-main {
  padding: 0.85rem 0 !important;
}

@media (max-width: 768px) {
  .site-logo {
    height: 68px;
    max-width: min(260px, 66vw);
  }

  .site-logo--sm {
    height: 58px;
    max-width: 220px;
  }
}
