/* Minimal additions on top of Tailwind */
#tab-strip .tab-btn:focus-visible {
  outline: 2px solid rgb(129 140 248);
  outline-offset: 2px;
}
