/* Study Suite exam styles */
.study-exam{border:1px solid #000;padding:16px;border-radius:8px}
.study-exam h3{margin:0 0 8px 0;color:#000}
.study-exam .timer{font-weight:bold;color:#e10000;margin-bottom:12px}
.study-exam .question{padding:12px;border:1px solid #000;border-radius:8px;margin:10px 0}
.study-exam .option-row{display:block;margin-top:6px}
.study-exam .actions{margin-top:12px}
.study-exam button{background:#e10000;color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}
.study-exam button.secondary{background:#f5b201;color:#000}
.study-exam .result-badge{display:inline-block;padding:6px 10px;border-radius:6px;margin-top:10px}
.study-exam .result-badge.pass{background:#28a745;color:#fff}
.study-exam .result-badge.fail{background:#e10000;color:#fff}
