/* gamified_quiz/assets/css/style.css
 *
 * Custom styles for the gamified quiz platform.  This stylesheet
 * contains only small overrides to complement Bootstrap's defaults.
 */

body {
    background-color: #f8f9fa;
}

.quiz-iframe {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 0.5rem;
    min-height: 500px;
}

.progress-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.survey-question {
    margin-bottom: 1rem;
}