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

.route-focus-heading:focus {
  outline: none;
}

.bootstrap-error {
  min-height: inherit;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  background: var(--paper);
}

.bootstrap-error h1,
.bootstrap-error p {
  margin: 0;
}
