/**
Theme Name: yspchildtheme
Author: Brainstorm Force
Author URI: https://youspeakplus.com
Description: YSP CHILD THEME
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yspchildtheme
Template: astra
*/

/* Make quiz questions visible and styled properly */
.learndash-wrapper .wpProQuiz_question,
.learndash-wrapper .wpProQuiz_question p,
.learndash-wrapper .wpProQuiz_listItem .wpProQuiz_question {
    display: block !important;
    visibility: visible !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
}

/* Make answer labels visible */
.learndash-wrapper .wpProQuiz_questionListItem label {
    color: #000000 !important;
}

/* ================================
   YSP Lexical Games: Dark Panel Text
   (Overrides Astra heading colors)
================================ */

/* Titles / headings */
.ysp-lexical-game.ysp-dark-panel h1,
.ysp-lexical-game.ysp-dark-panel h2,
.ysp-lexical-game.ysp-dark-panel h3,
.ysp-lexical-game.ysp-dark-panel h4,
.ysp-lexical-game.ysp-dark-panel .ysp-game-title {
  color: #F4F1DE !important;
}

/* Supporting text */
.ysp-lexical-game.ysp-dark-panel,
.ysp-lexical-game.ysp-dark-panel p,
.ysp-lexical-game.ysp-dark-panel .ysp-game-description,
.ysp-lexical-game.ysp-dark-panel .ysp-game-info {
  color: #F4F1DE;
}

.ysp-header-dark { color: #F4F1DE; }
.ysp-header-dark h1,
.ysp-header-dark h2,
.ysp-header-dark h3,
.ysp-header-dark h4,
.ysp-header-dark .ysp-cefr-badge {
  color: inherit !important;
}