/* JZM Site Core — centrale visuele tokens. Overschrijf deze variabelen in
 * Bricks Theme Styles of het child theme; templates hoeven dan niet opnieuw. */
:root {
	--jzm-color-navy: #17174b;
	--jzm-color-blue: #1b96d3;
	--jzm-color-orange: #fb7b20;
	--jzm-color-text: #33415c;
	--jzm-color-muted: #5b6b83;
	--jzm-color-border: #e3e9ef;
	--jzm-color-surface: #ffffff;
	--jzm-color-surface-alt: #f5f7fa;
	--jzm-container: 1270px;
	--jzm-radius-card: 14px;
	--jzm-radius-control: 999px;
	--jzm-shadow-card: 0 10px 30px rgba(23, 23, 75, 0.08);
}

.jzm-site-core .jzm-price-suffix {
	color: var(--jzm-color-muted);
	font-size: 0.68em;
	font-weight: 600;
	white-space: nowrap;
}

.jzm-site-core .jzm-calc {
	box-sizing: border-box;
}
