/* mcq-quiz.css */
.mcq-quiz-wrapper { max-width:900px; margin:1em auto; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.mcq-header { margin-bottom:0.6em; }
.mcq-question-block { padding:12px 14px; background:#fff; border:1px solid #e6e6e6; border-radius:8px; margin-bottom:12px; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.mcq-question { font-weight:600; margin-bottom:8px; }
.mcq-options { margin-left:6px; }
.mcq-opt { margin:6px 0; }
.mcq-btn { background:#0366d6; color:#fff; border:none; padding:8px 12px; border-radius:6px; cursor:pointer; margin-right:8px; }
.mcq-btn:hover { opacity:0.95; }
.mcq-answer { margin-top:8px; display:none; font-weight:600; }
.mcq-pagination { margin-top:12px; text-align:right; }
.mcq-page-link { display:inline-block; padding:6px 10px; background:#f1f1f1; border-radius:6px; color:#222; text-decoration:none; margin-left:6px; }
@media (max-width:600px){
    .mcq-quiz-wrapper { padding:0 12px; }
}
