/* accessibility.css */
[aria-busy="true"] {
  cursor: progress;
}

[role="status"] {
  font-size: .875rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
