/*
 * United Group V10 live hotfix
 * Fixes verified against the production site on 19 July 2026.
 */

@media (max-width: 760px) {
  .mobile-nav button[data-search-open] {
    min-height: 52px;
    height: auto;
    align-items: center;
  }

  .mobile-nav button[data-search-open] svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
}
