/**
 * Theme Name:        Block Theme Starter
 * Theme URI:         https://developer.wordpress.org/themes/
 * Description:       A block theme starter aligned with the WordPress Theme Handbook. Minimal opinion; customize via theme.json and the Site Editor.
 * Version:           1.0.0
 * Author:            Your Name
 * Author URI:        https://example.com
 * Tags:              full-site-editing, block-patterns, block-styles, editor-style, wide-blocks, accessibility-ready
 * Text Domain:       block-theme-starter
 * Tested up to:      6.7
 * Requires at least: 6.4
 * Requires PHP:      7.4
 * License:           GNU General Public License v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 *
 * @package Block_Theme_Starter
 *
 * Prefer theme.json for design. Add custom CSS below only when needed.
 * @link https://developer.wordpress.org/themes/core-concepts/main-stylesheet/
 */

/* Screen-reader text utility (skip links are auto-added for <main> in block themes). */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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, #fff);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--wp--preset--color--contrast, #111);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
