.ws-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 300;
  transform: translateY(-150%);
  border-radius: 7px;
  padding: 9px 13px;
  background: var(--ws-text);
  color: var(--ws-surface);
  font-weight: 700;
  text-decoration: none;
}

.ws-skip-link:focus {
  transform: translateY(0);
}
