:host {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:host(:focus-within) {
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  overflow: inherit;
}

::slotted(a) {
  padding: 12px;
  font-size: 2rem;
  background-color: var(--gse-semantic-background-container-elevated-default);
}