/* Match the stronger wordmark scale of the earlier header while retaining the sage/coral asset. */
@media (min-width: 1024px) {
  nav img[alt="wellnesspathgo Logo"] {
    width: 26rem !important;
    height: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 1023px) {
  nav img[alt="wellnesspathgo Logo"] {
    width: min(17rem, 66vw) !important;
    height: auto !important;
  }
}
