.site-logo {
  color: inherit;
  text-decoration: none;
  font-size: min(24px, 3vw);
  font-weight: bold;
  white-space: wrap;
  display: flex;
  align-items: center;
}

.site-logo img,
.site-logo svg {
  width: 100%;
  aspect-ratio: 17 / 5;
  max-height: var(--hs-site-store-content-height);
  object-fit: contain;
  object-position: left;
}
