/* Elementor Form Conditions – frontend */

/* Hidden by a condition: field groups, step indicators (+ their separator), "Next" buttons of the last visible page. */
.efc-hidden {
	display: none !important;
}

/* Submit button disabled by a rule ("Alleen klikbaar als…") */
.efc-submit-disabled .elementor-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
