/* ECFB Step Choices – hide native radio, card as click target */
.ecfb-choice input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.ecfb-choice {
	position: relative;
	display: block;
	cursor: pointer;
}
.ecfb-choice__card {
	display: flex;
	align-items: center;
	gap: 0.5em;
	min-height: 2.5em;
}

/* Reset button container */
.ecfb-flow-actions {
	margin-top: 1em;
}
.ecfb-flow-reset {
	cursor: pointer;
}
