.quizpro-box {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	direction: rtl;
	text-align: right;
	font-family: inherit;
}

.quizpro-title {
	margin-top: 0;
}

.quizpro-start-screen {
	text-align: center;
	margin: 20px 0;
}

.quizpro-btn,
.quizpro-option-btn {
	display: inline-block;
	cursor: pointer;
	border: none;
	border-radius: 6px;
	padding: 10px 18px;
	font-size: 15px;
	background: #2271b1;
	color: #fff;
	transition: background 0.15s ease;
}

.quizpro-btn:hover,
.quizpro-option-btn:hover {
	background: #135e96;
}

.quizpro-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
}

.quizpro-option-btn {
	text-align: right;
	background: #f0f0f1;
	color: #1d2327;
	border: 1px solid #dcdcde;
}

.quizpro-option-btn:hover {
	background: #2271b1;
	color: #fff;
}

.quizpro-timers {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #555;
	margin-bottom: 8px;
}

.quizpro-progress {
	font-size: 13px;
	color: #777;
	margin-bottom: 6px;
}

.quizpro-question-text {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.quizpro-previous-results {
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.quizpro-prev-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.quizpro-prev-table th,
.quizpro-prev-table td {
	border: 1px solid #eee;
	padding: 6px 10px;
	text-align: center;
}

/* پاپ آپ نتیجه */
.quizpro-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	cursor: pointer;
}

.quizpro-modal {
	background: #fff;
	border-radius: 10px;
	max-width: 420px;
	width: 90%;
	padding: 25px;
	text-align: center;
	direction: rtl;
	cursor: default;
}

.quizpro-modal-image img {
	max-width: 100%;
	max-height: 200px;
	margin-bottom: 12px;
	border-radius: 6px;
}

.quizpro-modal-title {
	margin: 8px 0;
	font-size: 20px;
}

.quizpro-modal-desc {
	color: #444;
	font-size: 14px;
}

.quizpro-modal-score {
	font-weight: bold;
	margin-top: 10px;
}

.quizpro-modal-hint {
	font-size: 12px;
	color: #999;
	margin-top: 15px;
}

.quizpro-login-required {
	text-align: center;
}
