@charset "UTF-8";
/**
 * HW Components — Screen Reader Only
 *
 * Visually hides content while keeping it accessible to screen readers.
 * Based on the standard .sr-only pattern used by Bootstrap, Tailwind, etc.
 */
hw13-sr-only,
hw13-sr-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*# sourceMappingURL=Sronly.css.map */
