.im2-exam-wrap {
	max-width: 800px;
	margin: 0 auto;
}
.im2-progress {
	font-weight: bold;
	margin-bottom: 10px;
}
.im2-timer {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	padding: 8px 12px;
	margin-bottom: 20px;
	font-weight: bold;
}
.im2-timer.im2-timer-low {
	background: #f8d7da;
	border-color: #f5c6cb;
}
.im2-question {
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.im2-image-pair {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.im2-image-option {
	display: block;
	max-width: 300px;
}
.im2-image-option img,
.im2-image-single img,
.im2-prompt-text + img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
.im2-form textarea {
	width: 100%;
	min-height: 90px;
}
.im2-disclaimer-toggle {
	margin-bottom: 15px;
}
.im2-disclaimer-box {
	background: #f6f7f7;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 10px;
}
.im2-practice-notice {
	background: #e7f3fe;
	border: 1px solid #b6d4fe;
	padding: 10px;
	margin-bottom: 20px;
}
