/*
 * MR9 v10.11.5 — laptop More-panel contrast
 * Declare the normal and visited text paint explicitly so Firefox/Windows
 * cannot inherit an unreadable link color. Desktop Portals and phone menu
 * behavior remain unchanged.
 */

@media (min-width: 721px) and (max-width: 1439px) {
  .mobile-nav nav a,
  .mobile-nav nav a:visited {
    color: #eef0e9 !important;
    -webkit-text-fill-color: #eef0e9 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
  }

  .mobile-nav nav a[aria-current="page"],
  .mobile-nav nav a:hover,
  .mobile-nav nav a:focus-visible {
    color: var(--acid) !important;
    -webkit-text-fill-color: var(--acid) !important;
  }
}
