/* Keep the contact bar clean and give the expanded primary menu balanced spacing. */
.eh-topbar::before {
    content: none !important;
    display: none !important;
}

@media (min-width: 1351px) {
    .eh-navigation { gap: clamp(17px, 1.35vw, 27px); }
    .eh-navigation > a,
    .eh-dropdown-button { white-space: nowrap; }
}

@media (max-width: 1500px) and (min-width: 1051px) {
    .eh-navigation { gap: 15px; font-size: 12px; }
}
