/*
 Theme Name:   Beacon CC Child
 Theme URI:    https://beaconcommunitycollective.org
 Description:  Child theme of Hello Elementor — adds security headers, schema markup, accessibility landmarks, and SEO foundations.
 Author:       Beacon Community Collective
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  beacon-cc-child
*/

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

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  width: auto;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  padding: 0.75em 1.25em;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 100000;
  outline: 2px solid #000;
}
