/**
 * Public CSS stylesheet for the student-facing exam pages.
 *
 * @since      1.0.0
 * @package    Mpsc_Success_Quiz_Pro
 * @subpackage Mpsc_Success_Quiz_Pro/assets/css
 * @author     Sachin Thombare
 */

.msqp-quiz-container {
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	transition: box-shadow 0.3s ease;
	max-width: 800px;
	margin: 20px auto;
}

.msqp-quiz-container:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05) !important;
}

.msqp-title {
	font-weight: 700;
	letter-spacing: -0.025em;
}
