/* Local polish and the requested navigation adjustment. */
.dv-global-nav__desktop > a[href*="doctors.html"],
.dv-global-mobile__links > a[href*="doctors.html"] {
  display: none !important;
}

/* Keep the source site's header balanced after the navigation item is removed. */
@media (min-width: 1101px) {
  .dv-global-nav__desktop { gap: clamp(13px, 1.35vw, 22px); }
}
