.nav-list > li > a.active,
.nav-list > li > a[aria-current="page"] {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.55rem;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

.footer a.active,
.footer a[aria-current="page"] {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.45rem;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,255,255,0.95);
}

.legal-header-nav a.active,
.legal-header-nav a[aria-current="page"] {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.45rem;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,255,255,0.95);
}
