/* Target the anchor when the list item or submenu is hovered */
.menu--dropdown > li:hover > a,
.menu--dropdown > li:focus-within > a,
.menu--dropdown > li:has(.mega-menu:hover) > a {
  color: #fff !important;
}