/*
 * A handful of utilities, not a framework. If you are about to add a spacing
 * or colour class here, the thing it would style needs a name in components/
 * instead.
 */
@layer utilities {
  /* Text for screen readers only: the label on an icon-only button, the
     "Powerpack only" on a masked panel. */
  .sr-only {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
}
