/*
Theme Name: Hendon Chauffeuring
Theme URI: https://hendonchauffeuring.com
Author: Hendon Chauffeuring
Description: Executive chauffeur and airport transfer theme. Built from the Executive Precision design system for long-term stability on WordPress.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hendon-chauffeuring
Tags: custom-menu, custom-logo, featured-images, full-width-template
*/

/* Mobile bottom nav spacing */
@media (max-width: 767px) {
	body {
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
	}

	.hendon-mobile-nav {
		z-index: 50;
	}
}

/* Hide floating cookie revisit button (covers nav on mobile).
   Consent banner still shows on first visit. */
[data-cky-tag="revisit-consent"],
.cky-btn-revisit,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
#cookie-law-info-again {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
