/* Candidate only. Styling for the explicitly assigned shared header class. */
.haven-site-header :is(a,button,[data-haven-menu-toggle]):focus-visible {
  outline: 3px solid #1b1b1b !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px #ffffff !important;
}
.haven-site-header .et-menu li:focus-within > ul {
  visibility: visible !important;
  opacity: 1 !important;
}
