/*
Theme Name: JapanWheels
Theme URI: https://japanwheels.example
Author: Ahmed Raza
Author URI: mailto:Ahmad7205610@gmail.com
Description: Block theme (Full Site Editing) companion for the JapanWheels Core plugin. Edit colours, fonts, header, footer and every page layout visually from Appearance → Editor. Business logic lives in the plugin, so your inventory, bidding and purchase data survive a theme change.
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.1
Version: 1.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: japanwheels
Tags: full-site-editing, block-patterns, automotive, business, custom-colors, wide-blocks
*/

/* Block themes take their styling from theme.json.
   Only genuinely structural rules that theme.json cannot express live here. */

.jwt-sr-only{
	position:absolute;width:1px;height:1px;padding:0;margin:-1px;
	overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.jwt-skip-link:focus{
	position:fixed;top:12px;left:12px;z-index:100000;
	background:#fff;color:#0b1d2d;padding:12px 20px;border-radius:8px;
	box-shadow:0 4px 20px rgba(11,29,45,.2);font-weight:700;
}
/* Sticky header offset so anchor links don't hide under it */
:where(.wp-site-blocks) > header{ position:sticky; top:0; z-index:100; }
html{ scroll-padding-top:90px; }
