
/*
Theme Name: AvyaTech Clean Theme
Theme URI: https://avyatech.com/
Author: AvyaTech
Description: A clean, minimal WordPress theme built for optimal Yoast SEO compatibility. This theme follows WordPress standards and ensures all SEO plugins work perfectly.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: avyatech-clean
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Block theme compatibility */
:where(.wp-site-blocks) > .alignfull, :where(.wp-site-blocks) > * > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.wp-site-blocks {
	padding: 0 !important;
}

/* Reset conflicting styles to let Tailwind handle everything */
body {
	margin: 0;
	padding: 0;
}

/* Ensure Tailwind CSS takes precedence */
* {
	box-sizing: border-box;
}
