/* ===============================
   Tafsir Stream – Format 1 (LIGHT)
   =============================== */

.tafsir-f1 {
  direction: rtl;
  text-align: right;
  font-family: "Amiri", "Scheherazade New", serif;
  background: #f4f5f7;
  color: #111;
  padding: 22px 24px;
  border-radius: 16px;
  line-height: 1.9;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  max-width: 900px;
  margin: 18px auto;
}

/* Surah title */
.tafsir-f1 .surah-title {
  text-align: center;
  font-size: 1.6rem; /* ~25px */
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

/* Makki / Madani */
.tafsir-f1 .revelation {
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 18px;
  letter-spacing: .4px;
}

/* Tafsir paragraph */
.tafsir-f1 .tafsir-text {
  font-size: 1rem; /* ~16px */
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
}

/* Highlighted Arabic terms */
.tafsir-f1 .term {
  color: #0b5fa5;
  font-weight: 700;
}

/* Quran verse citation */
.tafsir-f1 .ayah-ref {
  display: inline-block;
  background: #e9eef4;
  color: #1f3b5c;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  margin: 0 5px;
  border: 1px solid #d6dbe2;
}

/* Quoted ayah text */
.tafsir-f1 .ayah-text {
  color: #0f6d2f;
  font-weight: 700;
}

/* Small scholarly notes */
.tafsir-f1 .scholar {
  color: #6b5200;
  font-weight: 600;
}
