/* Quran v4 patch styles */
.quran-speed-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.quran-speed-stepper .btn {
  min-width: 2.75rem;
  padding: 0.7rem 1rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.quran-speed-stepper select {
  min-width: 7rem;
}

#btnReaderTop {
  display: none !important;
}

#reader {
  width: 100%;
  min-height: 68vh;
}

#reader.fullscreen-active,
.fullscreen-active #reader {
  min-height: 96vh !important;
}

.quran-reader-shell:fullscreen {
  padding: 1rem;
  background: var(--bg, #08152e);
}


/* Quran v6 patch styles */
.quran-simple-audio-actions{align-items:center;gap:12px;flex-wrap:wrap}
.quran-simple-speed{display:inline-flex !important;align-items:center;gap:.55rem;flex-wrap:wrap;margin-left:.5rem}
.quran-simple-speed-label{font-size:.92rem;color:var(--muted)}
.quran-simple-speed-value{min-width:3.25rem;text-align:center;padding:.55rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);font-weight:600;color:var(--text, #fff)}
.quran-simple-speed .btn,.quran-speed-step{min-width:2.6rem;padding:.7rem .9rem;font-size:1.05rem;font-weight:700;line-height:1}
#quranSpeedControls{display:inline-flex !important;visibility:visible !important;opacity:1 !important}
#btnReaderFullscreen{margin-left:auto}
#reader{min-height:72vh}
@media (max-width: 720px){
  .quran-simple-speed{width:100%;margin-left:0}
  #audioStatus{width:100%}
}


/* Quran fullscreen + cache-safe hotfix */
#btnReaderFullscreen{margin-left:auto}
#quranReaderCard.fullscreen-active,
#quranReaderCard:fullscreen{padding:1rem;background:var(--bg, #08152e);overflow:auto}
#quranReaderCard.fullscreen-active #reader,
#quranReaderCard:fullscreen #reader{min-height:90vh !important}
#quranReaderCard.fullscreen-active #pageNav,
#quranReaderCard:fullscreen #pageNav{position:sticky;top:0;z-index:2;background:rgba(8,21,46,.92);backdrop-filter:blur(6px);padding-bottom:.5rem}
