/* group & peer are the hardest — they style elements based on sibling/parent state without JS. */

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}

/* .lead {} */
/**/
/* .prose { */
/*   max-width: 65ch; */
/* } */
/**/
/* .prose> :first-child { */
/*   margin-top: 0; */
/* } */
/**/
/* .prose> :last-child { */
/*   margin-bottom: 0; */
/* } */
