.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
	padding: 0;
	margin-bottom: 10px;
}
.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label::before {
	content: '';
	width: 22px;
	height: 22px;
	background-color: #fff;
	margin-top: -11px;
	border-radius: 100%;
	border: 1px solid #eee;
	position: absolute;
	top: 50%;
	left: 30px;
}
.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
	padding: 0 0 0 60px;
	border: 0;
	position: relative;
	cursor: pointer;
}
.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input {
	display: none;
}

.learndash .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected::before {
	background-color: #eee;
}