/* NUHA Build 216 — single source of truth untuk judul pembuka surah.
   File ini WAJIB dimuat paling akhir. Jangan tambahkan override judul surah di file lain. */

body.quran-reader-route .nuha-surah-ornament{
  position:relative!important;
}

/* Pusatkan seluruh judul di panel tengah bingkai. */
body.quran-reader-route .nuha-surah-title,
body.preview-phone.quran-reader-route .nuha-surah-title{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  margin:0!important;
  padding:0 19%!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-align:center!important;
  direction:rtl!important;
  z-index:5!important;
}

/* “سورة” dan nama surah WAJIB satu font, satu ukuran, satu baseline. */
body.quran-reader-route .nuha-surah-full-title,
body.preview-phone.quran-reader-route .nuha-surah-full-title{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font-family:"Noto Naskh Arabic","Amiri","Traditional Arabic",serif!important;
  font-size:18px!important;
  font-weight:600!important;
  line-height:1.15!important;
  letter-spacing:0!important;
  color:#111!important;
  white-space:nowrap!important;
  transform:translateY(-1px)!important;
}

/* Pengaman jika ada span lama di dalam judul. */
body.quran-reader-route .nuha-surah-full-title *,
body.preview-phone.quran-reader-route .nuha-surah-full-title *{
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
}

/* Pembuka kompak seperti An-Nisa tetap di tengah tanpa keluar bingkai. */
body.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title,
body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title{
  inset:0!important;
  padding:0 20%!important;
}
body.quran-reader-route .nuha-surah-opening-combined .nuha-surah-full-title,
body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-surah-full-title{
  font-size:16px!important;
  transform:translateY(-1px)!important;
}

/* Beri napas kecil sesudah Bismillah, tanpa mengubah struktur 15 baris. */
body.quran-reader-route .nuha-surah-opening-combined .nuha-bismillah,
body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-bismillah{
  margin-top:1px!important;
  margin-bottom:3px!important;
}

@media(max-width:560px){
  body.quran-reader-route .nuha-surah-title,
  body.preview-phone.quran-reader-route .nuha-surah-title{
    padding:0 18%!important;
  }
  body.quran-reader-route .nuha-surah-full-title,
  body.preview-phone.quran-reader-route .nuha-surah-full-title{
    font-size:16.5px!important;
    transform:translateY(-1px)!important;
  }
  body.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title,
  body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title{
    padding:0 20%!important;
  }
  body.quran-reader-route .nuha-surah-opening-combined .nuha-surah-full-title,
  body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-surah-full-title{
    font-size:14.5px!important;
  }
}

/* NUHA Build 217 — FIX POSISI JUDUL SURAH SAJA
   Penyebab Build 216: width:100% + padding memakai content-box,
   sehingga box aktual melebar dan pusat visual terdorong ke kanan. */
body.quran-reader-route .nuha-surah-title,
body.preview-phone.quran-reader-route .nuha-surah-title{
  box-sizing:border-box!important;
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:58%!important;
  height:auto!important;
  min-height:70%!important;
  padding:0 .25em!important;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  overflow:visible!important;
}
body.quran-reader-route .nuha-surah-full-title,
body.preview-phone.quran-reader-route .nuha-surah-full-title{
  transform:translateY(1px)!important;
  text-align:center!important;
}
body.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title,
body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title{
  box-sizing:border-box!important;
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:58%!important;
  height:auto!important;
  min-height:70%!important;
  padding:0 .20em!important;
  transform:translate(-50%,-50%)!important;
}
@media(max-width:560px){
  body.quran-reader-route .nuha-surah-title,
  body.preview-phone.quran-reader-route .nuha-surah-title,
  body.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title,
  body.preview-phone.quran-reader-route .nuha-surah-opening-combined .nuha-surah-title{
    width:60%!important;
    min-height:68%!important;
  }
}
