/*
Theme Name: Rommor Auto
Theme URI: https://rommor.local
Author: Rommor
Author URI: https://rommor.local
Description: A clean, content-first theme for automotive content. Built for readability and simple CRUD workflows. Uses Tailwind CSS; mobile-first.
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
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: rommor-auto
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready, blog, news
*/

/* Tailwind handles layout; keep only WordPress/accessibility essentials. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto;
	height: auto;
	width: auto;
	overflow: visible;
}
