/* =================================================================
   DARK MODE — auto-activates with the device theme
   Re-themes the Duolingo-style H5P task for dark backgrounds.
   Dark grey surfaces (not pure black) to avoid glare/halation.
   ================================================================= */


  [data-mlb-scheme="dark"] /* 2. Instruction text — quiet, [data-mlb-scheme="dark"] muted */
  .h5p-container.h5p-standalone.h5p-question-set.h5p-theme .h5p-question-introduction p,
  [data-mlb-scheme="dark"] .h5p-container.h5p-standalone.h5p-question-set.h5p-theme .h5p-question-introduction p strong{
    color: #9a9a9a !important;
  }
  