/*
  Theme Name: Divi5 Child Theme
  Theme URI: https://www.h2o.co.jp
  Version: 1.0.0
  Template: Divi
  Author: h2o
  Author URI: https://www.h2o.co.jp
  Description: Divi5 child theme
  Text Domain: divi5-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* LearnDash 正解・不正解文字色の変更 */
/* 正解 */
.wpProQuiz_correct {
  border: 2px solid #4CAF50 !important;   /* 落ち着いたグリーン */
  background-color: #F1F8F4 !important;
}

/* 不正解 */
.wpProQuiz_incorrect {
  border: 2px solid #E57373 !important;   /* 柔らかい赤 */
  background-color: #FFF3F3 !important;
}
/* LearnDash フォーカスモード上部バーを非表示 */
.ld-focus-header,
.ld-focus-header-progress,
.ld-focus-header-user {
    display: none !important;
}

/* 下部の「完了としてマーク」ボタンを非表示 */
/*.learndash_mark_complete_button,
.ld-mark-complete,
.ld-button-complete {
  display: none !important;
}
*/

/* LearnDash プロフィール上部（アバター・編集リンク）を非表示 */
.learndash-wrapper .ld-profile-avatar,
.learndash-wrapper .ld-profile-edit-link {
    display: none !important;
}

.ult-form-password-wrapper-eye-toggle{
  margin-top: 8px !important;
}


