/* ============================================
   Mat Quiz — front-end styling (v5.0.0)
   Enqueued only on pages rendering a Forminator form.
   Scoped under .forminator-ui so no bleed to non-quiz pages.
   ============================================ */

/* Step labels: no-wrap, bolder, slightly larger */
.forminator-ui .forminator-pagination-steps .forminator-step,
.forminator-ui .forminator-pagination--steps li,
.forminator-ui .forminator-step-label,
.forminator-ui .forminator-step--title {
	white-space: nowrap !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}

/* Hide internal "Result: ..." labels only on the 10 generated result
   HTML fields. Other HTML fields in the form keep their labels. */
.forminator-ui .mat-quiz-result-field > label,
.forminator-ui .mat-quiz-result-field > .forminator-label {
	display: none !important;
}
