/* Nav fits on one row down to 1440px. The previous selector lost to Kadence's own
   .main-navigation .primary-menu-container > ul > li.menu-item > a (padding: calc(0.795em)),
   so this matches that selector exactly and uses !important to win regardless of load order. */
@media (min-width: 1025px) {
  .site .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 0.9rem !important;
    white-space: nowrap !important;
  }
  .site .header-button-wrap .header-button {
    white-space: nowrap;
  }
}
