/* Nav overrides layered on top of styles.css.
   Non-mega dropdowns (Results, For Patients, About Us, Contact Us) render as a
   compact, left-aligned dropdown rather than the wide Treatments mega panel. */
.nav-item.has-dropdown .mega-menu {
  left: 0;
  transform: none;
  min-width: 220px;
}
.nav-item.has-dropdown .mega-menu-inner {
  display: block;
  padding: 0px 0px;
}
.nav-item.has-dropdown .mega-col {
  min-width: 0;
}

/* Clickable mega-menu column headings (e.g. For Kids → /treatments/for-kids)
   inherit the heading's styling rather than the body-link styling. */
.mega-heading a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.mega-heading a:hover {
  color: var(--blue);
}
