/* JCBuilder front-end runtime styles (loaded site-wide, intentionally minimal) */
.jcbuilder-hidden {
	display: none !important;
}

.jcbuilder-managed-outline {
	outline: 2px dashed rgba(181, 138, 58, 0.7);
	outline-offset: 4px;
}

body.jcbuilder-inspecting {
	scroll-behavior: smooth;
}
