/*
 * Header nav density tweaks.
 *
 * The primary menu gained a 7th item (Pharmacovigilance). The header
 * lives inside .wide-wrap (capped at 1280px), so the nav gets the same
 * ~900px of space on EVERY desktop viewport - with the original 55px
 * gaps seven items never fit, regardless of screen size. Tighten
 * spacing at all desktop widths; below 1025px the burger menu takes
 * over and these rules do not apply.
 */

@media (min-width: 1025px) {
    .main-navigation .kalcex-menu-container .menu .menu-item a {
        margin-right: 28px;
        font-size: 15px;
        white-space: nowrap;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .main-navigation .kalcex-menu-container .menu .menu-item a {
        margin-right: 16px;
        font-size: 14px;
    }
    .search-bar {
        margin-right: 20px;
    }
}
