/* WordPress emits screen-reader-text for generated navigation and forms. */
.u_visually_hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: var(--space-0);
  margin: calc(-1 * var(--space-px));
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.u_skip_link:focus,
.screen-reader-text:focus {
  clip-path: none;
  width: auto;
  height: auto;
  top: 1rem;
  left: 1rem;
  padding: var(--space-4) var(--space-6);
  background: var(--bg-surface);
  color: var(--ink-main);
  z-index: var(--z-max);
}
