/*
 * GeoCity layout — unified page content width (1200px).
 * Variables are set in inc/layout.php (also injected in the editor iframe).
 */

/* Shared content column — core blocks, GeoCity blocks, intro groups */
.geocity-container {
	width: min(100% - 2rem, var(--geocity-container));
	max-width: var(--geocity-container);
	margin-inline: auto;
	box-sizing: border-box;
}

/* Intro heading + paragraph (same width as blocks below) */
.geocity-intro-copy {
	width: min(100% - 2rem, var(--geocity-container));
	max-width: var(--geocity-container);
	margin-inline: auto;
	box-sizing: border-box;
	padding-block: 3rem 2.5rem;
}
