/* Keep the six-link desktop navigation calm and single-line after it compacts. */

.page--landing-v4 .tc-nav__cta {
  white-space: nowrap;
}

@media (min-width: 901px) {
  .page--landing-v4 .tc-nav.is-compact .tc-nav__primary {
    min-width: 0;
    gap: 16px;
  }

  .page--landing-v4 .tc-nav.is-compact .tc-nav__primary a {
    flex: 0 0 auto;
    white-space: nowrap;
    line-height: 1.2;
  }
}
