/* Estilos globales para HTML de preguntas (Quill / MarkupString).
   No usa aislamiento de Blazor; complementa ExamenSimulacro.razor.css */

.exam-shell .q-title__text,
.exam-shell .answer-text {
    font-weight: 400;
    line-height: 1.5;
}

.exam-shell .q-title__text :is(p, div, span, li, em, i, u, label, td, th),
.exam-shell .answer-text :is(p, div, span, li, em, i, u) {
    font-weight: 400 !important;
}

.exam-shell .q-title__text :is(strong, b),
.exam-shell .answer-text :is(strong, b) {
    font-weight: 700 !important;
}

.exam-shell .q-title__text :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600 !important;
    font-size: inherit;
}

.exam-shell label.answer-option {
    font-weight: 400;
}

/* Modal "Ver enunciado" en Lista de Preguntas */
.lp-enunciado-html,
.lp-modal-body-inner .lp-enunciado-html {
    font-weight: 400;
    line-height: 1.5;
}

.lp-enunciado-html :is(p, div, span, li, em, i, u, label, td, th),
.lp-modal-body-inner .lp-enunciado-html :is(p, div, span, li, em, i, u) {
    font-weight: 400 !important;
}

.lp-enunciado-html :is(strong, b),
.lp-modal-body-inner .lp-enunciado-html :is(strong, b) {
    font-weight: 700 !important;
}

.lp-enunciado-html :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600 !important;
    font-size: inherit;
}
