/* A single, deliberately high-contrast keyboard focus treatment. */
:where(a, button, input, select, textarea, summary, [role="button"], [tabindex]):focus-visible {
  outline: 3px solid #075985 !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .92) !important;
}

html.darkify_dark_mode_enabled :where(a, button, input, select, textarea, summary, [role="button"], [tabindex]):focus-visible {
  outline-color: #facc15 !important;
  box-shadow: 0 0 0 5px rgba(15, 15, 15, .96) !important;
}

.solas-a11y-gf-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
