/*
 * Nasekarty Product Designer - Configurator theme integration
 * Theme-agnostic layout rules so configurator works in any theme
 */

.npd-configurator-wrapper {
	max-width: none;
	width: 100%;
	margin: 1.5rem 0;
	position: relative;
	z-index: 10;
}

body.has-configurator {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.has-configurator .npd-configurator-wrapper {
	margin: 1rem auto;
}

@media (max-width: 768px) {
	.npd-configurator-wrapper {
		margin: 0.5rem 0;
	}
}
