.action.skip.contentarea {
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
}

.action.skip.contentarea:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: bold;
}
