body:has(skip-to:focus-within) {
  border-top: 3em solid transparent;
}

skip-to {
  left: 0;
  position: absolute; right: 0;
  top: 0;
}

skip-to .skip-to {
  background: var(--linkColor);
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
}

skip-to .skip-to:focus {
  box-shadow: 0 0 0 3px var(--subtleBackgroundColor);
  outline: none;
}

skip-to .skip-to:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 1px;
}