/* Digitera V4406 — Header PDF soal Android satu baris */

/* Class ini dipasang oleh JS hanya pada teks kop yang terdeteksi. */
.digitera-exam-header-nowrap-v4406 {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  max-width: 100% !important;
  line-height: 1.06 !important;
  text-wrap: nowrap !important;
}

.digitera-exam-header-nowrap-v4406 br {
  display: none !important;
}

/* Android/mobile: cegah aturan responsive lama memecah kop menjadi 2 baris. */
@media screen and (max-width: 767px) {
  body.page-exam-paper .digitera-exam-header-nowrap-v4406,
  body[class*="page-exam"] .digitera-exam-header-nowrap-v4406 {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-align: center !important;
    max-width: 100% !important;
  }
}

/* Nilai inline hasil auto-fit tetap ikut ke print/PDF. */
@media print {
  .digitera-exam-header-nowrap-v4406 {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-wrap: nowrap !important;
    max-width: 100% !important;
  }
  .digitera-exam-header-nowrap-v4406 br { display:none !important; }
}
