.mqs-entry-wrap,
.mqs-test-wrap {
	max-width: 700px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

.mqs-btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 6px 6px 6px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
}

.mqs-btn-primary {
	background: #2271b1;
	color: #fff;
}

.mqs-btn-secondary {
	background: #e2e2e2;
	color: #222;
}

.mqs-btn-tertiary {
	background: transparent;
	color: #555;
	text-decoration: underline;
}

.mqs-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.mqs-code-display {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #f5f5f5;
	padding: 12px 20px;
	border-radius: 6px;
	display: inline-block;
}

.mqs-error {
	color: #c0392b;
}

.mqs-progress-bar {
	background: #f0f0f1;
	padding: 10px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
	font-weight: 600;
}

.mqs-topic {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 4px;
}

.mqs-question {
	border-bottom: 1px solid #e0e0e0;
	padding: 14px 0;
}

.mqs-question-text {
	font-weight: 600;
}

.mqs-choice {
	display: block;
	margin: 4px 0 4px 16px;
	cursor: pointer;
}

.mqs-source {
	font-size: 12px;
	color: #888;
	margin-top: 6px;
}

.mqs-result {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.mqs-correct {
	background: #e7f6e7;
	border-left: 4px solid #2e7d32;
}

.mqs-incorrect {
	background: #fbe9e7;
	border-left: 4px solid #c0392b;
}

.mqs-mastery-complete {
	text-align: center;
	padding: 30px 20px;
	background: #fff8e1;
	border-radius: 8px;
}
