.u-hide-visually {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip-path: inset(100%);
}

.u-hide-visually--focus-unhide:focus {
  position: absolute;
  z-index: var(--z-index--overlay);
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  padding: var(--space--small) var(--space--medium);
  text-align: center;
  white-space: inherit;
  clip-path: none;
}
