/* Remove default bottom border for each questions of the Steps Form  */
.provisional.wb-steps.quiz .steps-wrapper {
	border-bottom: none;
}

.provisional.wb-steps.quiz .wb-tggle-fildst > legend:before {
	content: "";
	counter-increment: none;
}

/* Customisation for the progress bar and text */
.provisional.wb-steps.quiz progress.progressBar {
	/*-webkit-appearance: progress-bar;*/
	width: 100%;
}

.provisional.wb-steps.quiz .progressText {
	text-align: center;
}

/* Align with default text size since forms are temporary excluded */
.provisional.wb-steps.quiz p {
	font-size: 20px;
}

.cnt-wdth-lmtd main .panel.stepsquiz:has( .provisional.wb-steps.quiz ) {
	max-width: 65ch;
}

.provisional.wb-steps.quiz .steps-wrapper .buttons .btn {
	display: inline-block;
	width: 48%;
	margin: 10px 1%;
}

/* Fix nested fieldsets */
.provisional.wb-steps.quiz fieldset:not(:first-child):has(legend) legend {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}

.provisional.wb-steps.quiz fieldset:not(:first-child):not(:has(legend)) {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}

.provisional.wb-steps.quiz fieldset legend {
	float: none;
}