/*
Theme Name: Verger Theme
Theme URI: https://verger.team/
Author: Verger Team
Author URI: https://verger.team/
Description: Custom WordPress theme based on the provided static layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: vergertheme
*/

.verger-page-content {
	clear: both;
	overflow: clip;
}

.verger-page-content > :where(:not(.alignfull):not(.alignwide):not(.verger-section):not(.verger-chart-block)) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
}

.verger-page-content > .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
}
