/**
Theme Name: Bonsai Loftai
Theme URI: https://loftaibonsai.lt
Author: Concept Lofts
Description: Astra child theme for the "Loftai Bonsai" real estate project. Ships its own CSS/JS — Astra is used only as a lightweight structural parent. Custom 'loftas' post type with AJAX filtering, ACF Pro fields registered in code, and WPML-ready structure.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonsai-loftai
Template: astra
*/

/* Theme.css intentionally minimal — actual styles live in assets/css/main.css.
   Kept only as the required child-theme stylesheet and for tiny utilities. */

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

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	background: #fbf7ec;
	color: #0a0a07;
	padding: 0.75rem 1.25rem;
}
.skip-link:focus {
	left: 1rem;
	top: 1rem;
}
