body .learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
	text-align: left !important;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_response p {
	margin-bottom: 1em;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_response strong {
	font-weight: bold;
}

.wpProQuiz_response .wpProQuiz_incorrect > span, .wpProQuiz_response .wpProQuiz_correct > span {
	display: none !important;
}



/* show image as right inset in list */
fieldset.wpProQuiz_question img.wp-post-image {
	padding: 10px;
	float: right;
	width: 30%;
	height: auto;
}
fieldset.wpProQuiz_question:has(img.wp-post-image) .wpProQuiz_questionList{
	float: left;
	width: 70%;
}

