/*
Theme Name: Mindful Travel by Sara Block Theme
Description: A block theme for mindful travel experiences with custom header and footer blocks
Version: 1.0.1.3
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Author: Sara
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindfulltravel-by-sara
Tags: block-patterns, block-styles, custom-menu, editor-style, full-site-editing, template-editing, translation-ready
*/

html {
	margin-top: 0 !important;
}

.wp-block-post-title :where(a) {
	color: var(--wp--preset--color--gray-dark);
}

.page-template-default .wp-block-post-content {
	max-width: var(--wp--style--global--wide-size);
}

/* High specificity focus reset - ordered by increasing specificity */
html body a:focus,
html body button:focus,
html body input:focus,
html body textarea:focus,
html body select:focus,
html body [tabindex]:focus {
	outline: none !important;
	box-shadow: none !important;
}

body.wp-admin a:focus,
body.wp-admin button:focus,
body.wp-admin input:focus,
body.wp-admin textarea:focus,
body.wp-admin select:focus,
body.wp-admin [tabindex]:focus {
	outline: none !important;
	box-shadow: none !important;
}

.wp-site-blocks a:focus,
.wp-site-blocks button:focus,
.wp-site-blocks input:focus,
.wp-site-blocks textarea:focus,
.wp-site-blocks select:focus,
.wp-site-blocks [tabindex]:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* Maximum specificity override - Nuclear option */
html body *:focus,
html body *:focus-visible,
html body *:focus-within {
	outline: none !important;
	box-shadow: none !important;
	border-color: inherit !important;
}

@media (max-width: 768px) {

	body {
		overflow-x: hidden;
	}
}
