/*
Theme Name: Precision Cleaning Solutions
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom one-page WordPress theme for Precision Cleaning Solutions, designed and built by The Free Website Guys. Tailored layout, customizer-driven content, and a polished front-page experience for local service businesses.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Fixed header sits under the admin bar unless offset (Customizer / logged-in preview). */
body.admin-bar {
	--tmt-admin-bar-offset: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar {
		--tmt-admin-bar-offset: 46px;
	}
}
body.admin-bar #tmt-app header.fixed {
	top: var(--tmt-admin-bar-offset);
}
