/*
Theme Name: Stagez
Description: Stagez offers a cutting-edge Gutenverse theme with a sleek design, perfect for creating impactful websites for Event Conferences, Summits, and Professional Gatherings. Stagez is the ideal choice for building a professional, engaging website that highlights your event, attracts attendees, and maximizes visibility.
Author: Jegtheme
Author URI: https://support.jegtheme.com/
Theme URI: https://fse.jegtheme.com/stagez/
Version: 1.0.1
Stable tag: 1.0.1
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: stagez
Tags: three-columns,block-patterns,block-styles,editor-style,full-site-editing,template-editing,entertainment
Copyright: © Jegtheme. All rights reserved.
*/

/*
 * Shared horizontal rail for Intersections home patterns (matches hero: boxed 1240px + Gutenverse gutters).
 */
:root {
	--intersections-content-max: 1240px;
	--intersections-gutter-x: 80px;
}

@media (max-width: 1024px) {
	:root {
		--intersections-gutter-x: 24px;
	}
}

@media (max-width: 767px) {
	:root {
		--intersections-gutter-x: 20px;
	}
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}

