/*
Theme Name:        Finally Simplified
Theme URI:         https://finallysimplified.com/
Author:            Finally Simplified
Author URI:        https://finallysimplified.com/
Description:       The approved Option B editorial block theme for Finally Simplified: warm blush and neutral color, book-first layouts, strong Find Your Book access, Subject browsing, and restrained WooCommerce companion-resource presentation.
Requires at least: 6.5
Tested up to:      6.8
Requires PHP:      8.0
Version:           2.1.14
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       finally-simplified
Tags:              blocks, full-site-editing, block-patterns, one-column, two-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, block-styles, wide-blocks, accessibility-ready, style-variations, translation-ready
*/

/*
 * Nearly all styling lives in theme.json and assets/css/theme.css.
 *
 * This file exists because WordPress requires it for the theme header above,
 * and it holds only the handful of rules that theme.json cannot express.
 */

/* Visible only to assistive technology, until focused. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  background-color: var(--wp--preset--color--ink);
  clip: auto !important;
  clip-path: none;
  color: var(--wp--preset--color--paper);
  font-size: 0.9375rem;
  text-decoration: none;
}
