/* MTD Quizzes — Ster 3 stylesheet
   Geldt voor alle tafels op ster-niveau 3.
   Scope: .mtdq-star-3
*/

.mtdq-star-3 .mtdq-question-wrap {
    justify-content: flex-start;
}

.mtdq-star-3 .mtdq-question-wrap.has-tip {
    min-height: 517px;
}

.mtdq-star-3 .mtdq-quiz-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 92px;
}

.mtdq-star-3 .mtdq-question {
    font-size: 1.2rem;
    font-family: 'Nunito', sans-serif;
}

.mtdq-star-3 .mtdq-check-btn {
    padding: 0 20px;
}
