/* clone-gate overrides */

/* Services and Service Areas remain destination links while their submenus stay available. */
#menu-item-1nm8F6sTVU,
#menu-item-J302V7FOTx {
  align-items: center;
}

#menu-item-1nm8F6sTVU > a.menu-item-title,
#menu-item-J302V7FOTx > a.menu-item-title {
  color: inherit;
  text-decoration: none;
}

/* Match the rest of the capture: no boxed mouse-hover state. Keep a keyboard-only focus cue. */
#menu-item-1nm8F6sTVU > a:focus-visible,
#menu-item-J302V7FOTx > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* Contact-page service areas link only where a matching city route exists. */
#section-8lwVWGCcTO .mos-service-area-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

#section-8lwVWGCcTO .mos-service-area-link:hover,
#section-8lwVWGCcTO .mos-service-area-link:focus-visible {
  color: inherit;
  text-decoration-thickness: 2px;
}

#menu-item-1nm8F6sTVU > .mos-services-toggle,
#menu-item-J302V7FOTx > .mos-service-areas-toggle {
  appearance: none;
  align-items: center;
  align-self: stretch;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/* Reuse the captured Font Awesome chevron geometry used by Service Areas. */
#menu-item-1nm8F6sTVU > .mos-services-toggle span,
#menu-item-J302V7FOTx > .mos-service-areas-toggle span {
  display: none;
}

#menu-item-1nm8F6sTVU > .mos-services-toggle::after,
#menu-item-J302V7FOTx > .mos-service-areas-toggle::after {
  color: inherit;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 700;
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}

#menu-item-1nm8F6sTVU > .mos-services-toggle[aria-expanded="true"]::after,
#menu-item-J302V7FOTx > .mos-service-areas-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  #menu-item-1nm8F6sTVU > .mos-services-toggle,
  #menu-item-J302V7FOTx > .mos-service-areas-toggle {
    min-height: 44px;
    min-width: 44px;
  }

}
