.stack-sm > * + * {
  margin-top: var(--space-2);
}

.stack-md > * + * {
  margin-top: var(--space-3);
}

.stack-lg > * + * {
  margin-top: var(--space-5);
}

.stack-xl > * + * {
  margin-top: var(--space-7);
}

.text-center {
  text-align: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  width: auto;
  height: auto;
  left: 0.85rem;
  top: 0.85rem;
  z-index: 999999;
  background: #ffffff;
  color: #111111;
  border-radius: 0.35rem;
  padding: 0.6rem 0.8rem;
  text-decoration: none;
}
