/*
 * Site-wide accessibility corrections for ticket 18629.
 * Loaded after style.css so these audited overrides remain effective until the
 * legacy Sass bundle is rebuilt with a supported toolchain.
 */

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  display: block !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.8rem 1rem;
  overflow: visible;
  border: 3px solid #9ac133;
  border-radius: 0.25rem;
  clip: auto;
  clip-path: none;
  background: #fff;
  color: #034145;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
}

.flexible-fields-wrap .flexible-fields-row.flex-id-spa_services .spa-services__eyebrow,
.flexible-fields-wrap .flexible-fields-row.flex-id-spa_services .spa-services__category {
  color: #006f73;
}
