/* Reusable half-navbar gutter; opt in section by section as layouts are reviewed. */
:root {
	--cie-content-gutter-half-nav: max(clamp(15px, 3.515625vw, 67.5px), calc((100vw - 1650px) / 4));
}

@media (min-width: 1025px) and (max-width: 1920px) {
	html body .cie-laptop-content-gutter,
	html body.page-id-3478 .elementor-3478 .elementor-element.elementor-element-d655243 {
		padding-inline: var(--cie-content-gutter-half-nav) !important;
	}

	/* The outer section owns the gutter; avoid adding the boxed inner inset. */
	html body .cie-laptop-content-gutter > .e-con-inner,
	html body.page-id-3478 .elementor-3478 .elementor-element.elementor-element-d655243 > .e-con-inner {
		width: 100%;
		max-width: 100%;
		padding-inline: 0 !important;
	}
}
