

/* Fix for links/buttons where focus might shift layout */
a:focus-visible {
  outline-offset: 2px;
}



