/**
 * MOT-313 — nähtav klaviatuurifookus
 * Isoleeritud override; olemasolevat Main CSS-i ei muudeta.
 */
body.bricks-is-frontend :where(
  a[href],
  button,
  input,
  textarea,
  select,
  summary,
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 3px solid #fffcf2;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #1f5b65;
}