.header {
  .wp-block-site-logo {
    margin-left: -12px !important;
    img {
      width: clamp(175px, 40vw, 275px);
      height: auto;
    }
  }
  @media (min-width: 600px) and (max-width: 1030px) {
    flex-direction: column;
    gap: 0.75rem;
    nav {
      padding-top: 10px;
      border-top: 1px solid var(--wp--custom--swatches--grey--350);
      .is-style-main {
        font-size: var(--wp--preset--font-size--custom-1);
      }
    }
  }
}
