.wpProQuiz_cloze.ec-lw-ready {
	position: relative !important;
	display: inline-block !important;
	vertical-align: middle;
}

.wpProQuiz_cloze.ec-lw-ready > input.ec-lw-original-answer {
	position: relative;
	z-index: 1;
	width: 100% !important;
	margin: 0 !important;
	color: transparent !important;
	caret-color: transparent !important;
	pointer-events: none;
}

.wpProQuiz_cloze.ec-lw-ready > .ec-lw-user-answer {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.wpProQuiz_cloze.ec-lw-ready > .ec-lw-user-answer img {
	max-width: 100%;
	max-height: 100%;
}

.ec-lw-temp-editor {
	position: fixed !important;
	left: -10000px !important;
	top: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}


/*
 * TinyMCE is required only as a host for WIRIS/ChemType.
 * It must never be visible as an intermediate editor to the student.
 */
.ec-lw-tinymce-host {
	position: fixed !important;
	left: -10000px !important;
	top: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
