/*Fix for quiz questions, LearnDash ver.: 4.21.1*/
legend.wpProQuiz_question_text {
    width: 100%;
}

#learndash_mark_complete_button:disabled,
.learndash-wrapper .learndash_mark_complete_button:disabled,
.learndash-wrapper .wpProQuiz_button:disabled {
    opacity: 0.6 !important;
    pointer-events: none;
}

.elc-h5p-response {
    margin-top: 0em;
    font-size: 13px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #f0f3f6;
}

.elc_h5p_hide {
    display: none !important;
}

.elc-h5p-dummy{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.h5p-initialized.elc_h5p_disable {
    pointer-events: none;
    filter: grayscale(1) opacity(0.8);
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList.elc-h5p-radios label.elc-h5p {
    margin: 0 !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList.elc-h5p-radios label.elc-h5p input.wpProQuiz_questionInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList.elc-h5p-radios label.elc-h5p.is-selected input.wpProQuiz_questionInput,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList.elc-h5p-radios label.elc-h5p input.wpProQuiz_questionInput[checked='checked'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList.elc-h5p-radios label.elc-h5p.is-selected input.wpProQuiz_questionInput:before,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList.elc-h5p-radios label.elc-h5p input.wpProQuiz_questionInput[checked='checked']:before {
    content: attr(value);
    font-weight: bold;
}
