/* Basic styling for Advanced MCQ Exam v10 */

.amcq-exam-container {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    background: #fafafa;
}

.amcq-exam-info p {
    margin: 0 0 4px;
}

.amcq-start-screen {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0 20px;
}

#amcq-timer {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.amcq-question {
    margin-bottom: 12px;
}

.amcq-course-container {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    background: #f7f7f7;
}

.amcq-course-exam-list {
    list-style: disc;
    margin-left: 20px;
}

.amcq-student-results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.amcq-student-results-table th,
.amcq-student-results-table td {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: left;
}
.amcq-student-results-table th {
    background: #f0f0f0;
}
