/* Keep the home link accessible while using each landing page's logo styling. */
.bba-gateway-home:focus-visible {
  outline: 2px solid #006e68;
  outline-offset: 4px;
  border-radius: 4px;
}
