/* === Partial Orange Add-on ===
   Règle: si la question est .is-partial, alors les réponses cochées correctes deviennent ORANGE.
   (Aucun changement d'alignement ni de layout.)
*/

/* Contenant question partielle (optionnel visuel doux) */
.mllqf .mllqf-q.is-partial { border-left: 4px solid #F59E0B; background: #FFF7ED; }

/* Réponses cochées correctes -> ORANGE quand question partielle */
.mllqf .mllqf-q.is-partial .mllqf-choice.correct {
  border-color: #F59E0B !important;
  background: #FFF7ED !important;
}

/* Si votre thème/skin met des pictos via ::before/::after, on les teinte aussi */
.mllqf .mllqf-q.is-partial .mllqf-choice.correct::before,
.mllqf .mllqf-q.is-partial .mllqf-choice.correct::after {
  background: #F59E0B !important;
}
