/*
Theme Name: CoreLite Blocks
Theme URI: https://anonymousolix.github.io/corelite-themes/corelite-blocks/
Description: A lightweight block theme with full site editing support, simple global styles, and starter patterns.
Version: 1.1.1
Author: CoreLite Themes
Author URI: https://anonymousolix.github.io/corelite-themes/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corelite-blocks
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Tags: blog, block-patterns, block-styles, custom-logo, featured-images, full-site-editing, threaded-comments, translation-ready
*/

/* Copyright (C) 2026 CoreLite Themes */

.wp-site-blocks {
	min-height: 100vh;
}

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

.screen-reader-text:focus {
	top: 1rem;
	left: 1rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	clip: auto !important;
	background: #111111;
	color: #ffffff;
}

.wp-block-post-template {
	list-style: none;
	padding-left: 0;
}

.wp-block-post-template > li {
	margin-bottom: 0;
}

.wp-block-navigation__responsive-container-content {
	align-items: center;
}
