.skip-link {
  background-color: #000;
  color: #fff;
  padding: var(--space-s-m) var(--space-l-xl);
  position: absolute;
  z-index: 7777;

  &:not(:focus, :focus-within) {
    clip: rect(1px, 1px, 1px, 1px);
    pointer-events: none;
    overflow: hidden;
    height: 1px;
    width: 1px;
    border: 0;
    padding: 0;
    position: absolute;
  }
}
