/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
/* Do not use this */
/* Use this */
go-tab {
  display: none;
}
go-tab.active {
  display: block;
}
go-tab:focus-visible {
  outline-offset: 0.5rem;
}