/**
 * Theme Name:        Legacy Paving
 * Theme URI:         https://legacypavinglv.com
 * Description:       Full Site Editing block theme for Legacy Paving — professional asphalt paving in the Lehigh Valley, PA.
 * Version:           1.5.2
 * Author:            Legacy Paving
 * Tags:              block-patterns, full-site-editing, block-styles, wide-blocks, accessibility-ready
 * Text Domain:       legacy-paving
 * Domain Path:       /languages
 * Tested up to:      7.0
 * Requires at least: 6.9
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/* Accessible visually-hidden utility. theme.json has no equivalent. */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	display: block;
	font-size: 1rem;
	height: auto;
	left: 0.5rem;
	line-height: normal;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}

:where(:focus-visible) {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}
