/* Modern light-theme repairs for dynamically mounted prayer/Qur'an and worship-detail internals. */

html[data-theme="light"] body.prayer-guide-open .prayer-guide :is(
  .pg-quran-ayahs,
  .pg-quran-ayah,
  .pg-quran-arabic
){
  background:var(--theme-surface)!important;
  background-image:none!important;
  color:var(--theme-text)!important;
  border-color:var(--theme-rule-soft)!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.prayer-guide-open .prayer-guide .pg-quran-arabic *{
  background:transparent!important;
  background-image:none!important;
  color:var(--theme-text)!important;
}

html[data-theme="light"] body .worship-detail-card :is(
  .worship-detail-dhikr-counter,
  .worship-detail-count,
  .worship-detail-counter-actions
){
  background:var(--theme-surface)!important;
  background-image:none!important;
  color:var(--theme-text)!important;
  border-color:var(--theme-rule-soft)!important;
  box-shadow:none!important;
}

html[data-theme="light"] body .worship-detail-card .worship-detail-dhikr-counter > *{
  box-shadow:none!important;
}


/* Prayer-guide Qur'an controls: undo dark containment in light theme. */
html[data-theme="light"] body.prayer-guide-open .prayer-guide :is(
  .pg-surah-picker,
  .pg-surah-picker > div,
  .pg-surah-picker small,
  .pg-surah-picker strong,
  .pg-surah-picker select,
  .pg-quran,
  .pg-quran-live,
  .pg-quran-learning-head,
  .pg-quran-ayahs,
  .pg-quran-ayah,
  .pg-arabic,
  .pg-translit,
  .pg-english
){
  background:var(--theme-surface)!important;
  background-image:none!important;
  border-color:var(--theme-rule-soft)!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.prayer-guide-open .prayer-guide :is(
  .pg-surah-picker small,
  .pg-quran-learning-head small,
  .pg-quran-status,
  .pg-quran-translit,
  .pg-quran-english,
  .pg-translit,
  .pg-english
){
  color:var(--theme-text-muted)!important;
  -webkit-text-fill-color:var(--theme-text-muted)!important;
}

html[data-theme="light"] body.prayer-guide-open .prayer-guide :is(
  .pg-surah-picker strong,
  .pg-quran-learning-head strong,
  .pg-quran-arabic,
  .pg-quran-verse,
  .pg-arabic,
  select,
  option
){
  color:var(--theme-text)!important;
  -webkit-text-fill-color:var(--theme-text)!important;
}

html[data-theme="light"] body.prayer-guide-open .prayer-guide :is(
  .pg-surah-picker select,
  .pg-quran-rate button,
  .pg-surah-reset,
  .pg-ayah-play,
  .pg-memorise,
  .qpc-controls,
  .qpc-pause,
  .qpc-stop
){
  background:var(--theme-surface)!important;
  color:var(--theme-text)!important;
  border-color:var(--theme-rule-soft)!important;
  box-shadow:none!important;
}

html[data-theme="light"] body.prayer-guide-open .prayer-guide :is(
  .pg-quran-rate button.active,
  .pg-play-all,
  .qpc-play,
  .pg-ayah-play.pg-audio-playing,
  .pg-memorise.is-memorised
){
  background:#050505!important;
  color:#fff!important;
  border-color:#050505!important;
}
