/* Shared brand details for public information pages only. */
.sb-info-page .topbar a:focus-visible,
.sb-info-page .topbar button:focus-visible,
.sb-info-page .mobile-menu a:focus-visible,
.sb-info-page .site-footer a:focus-visible,
.sb-info-page .site-footer button:focus-visible {
  outline: 2px solid #f4a62a;
  outline-offset: 4px;
}

.sb-info-page .mobile-menu {
  max-height: calc(100dvh - 70px);
  overflow-y: auto;
}

.sb-info-page .info-hero h1,
.sb-info-page .contact-hero h1,
.sb-info-page .factcheck-hero h1 {
  overflow-wrap: anywhere;
}
