.tws-top-menu--current-route,
.tws-top-menu--dropdown-menu-li,
.tws-top-menu--dropdown-menu-li a {
  background-color: #2e80ca !important;
}

/* Neutralisera hover, focus och active på både li och a */
.tws-top-menu--dropdown-menu-li:hover,
.tws-top-menu--dropdown-menu-li:focus,
.tws-top-menu--dropdown-menu-li:active,
.tws-top-menu--dropdown-menu-li a:hover,
.tws-top-menu--dropdown-menu-li a:focus,
.tws-top-menu--dropdown-menu-li a:active {
  background-color: #20598d !important;
  color: #fff !important; /* behåll textfärg */
  outline: none !important;  /* ta bort fokusram om du vill */
  box-shadow: none !important; /* ta bort ev. effekter */
}
