/*
Theme Name: AvyaTech AI Block Theme
Theme URI: https://example.com/
Author: AvyaTech
Description: Custom WordPress block theme using Tailwind, Gutenberg patterns, and ACF fields.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: avyatech
*/

: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; }

