.high-contrast .handbook .nav-link.active {
  text-decoration: underline;
  font-weight: bolder;
}

.high-contrast .handbook-navigation__group--active:before {
  background-color: yellow;
}

.high-contrast .handbook.loading:after {
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.high-contrast .handbook-toolbar {
  z-index: 100;
}

.high-contrast .handbook-toolbar *:not(.dropdown-menu) {
  background-color: transparent!important;
}

.high-contrast .handbook-toolbar .dropdown-menu {
  background-color: #000!important;
  border: 1px solid yellow;
}

.high-contrast .handbook-toolbar .dropdown-menu:before {
  display: none;
}
