/*
Theme Name: Crochet Clover
Theme URI: https://crochetclover.com/
Author: Crochet Clover
Description: Lightweight editorial theme implementing the approved Crochet Clover frontend.
Version: 1.3.0
Requires at least: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crochet-clover
*/

/* Shared accessibility utility. Component styles are conditionally enqueued. */

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

.screen-reader-text:focus {
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 16px;
	background: var(--cc-cream);
	color: var(--cc-charcoal);
	z-index: 100000;
}
