.hidden {
  display: none !important;
}
.invisible, .skipper:not(:active, :focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  user-select: none;
}
.invisible::before,
.invisible::after {
  content: "\00a0";
}
.skipper {
  display: block;
  padding: 1rem;
}
