:host {
  display: contents;
}

.gux-sr-only {
  /* stylelint-disable-next-line nesting-selector-no-missing-scoping-root */
}
.gux-sr-only:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}