.nav-item:hover {
  background-color: var(--bs-primary-bg-subtle);
}

.dropdown-item:hover {
  background-color: var(--bs-primary-bg-subtle);
}

