/* Per-word transliteration sub-line on the WBW page */
.wbw-translit {
  font-style: italic;
  font-size: 0.72rem;
  color: var(--accent);
  margin-bottom: 0.15rem;
  line-height: 1.2;
}

.wbw-source-note {
  font-size: 0.85rem;
  color: var(--ink-mute);
  margin: -0.25rem 0 1.25rem;
  line-height: 1.55;
  font-style: italic;
}

.wbw-source-note a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px dotted var(--accent);
  transition: border-bottom-style 0.12s;
}

.wbw-source-note a:hover { border-bottom-style: solid; }

/* ── Bible word cells ─────────────────────────────────────────────────────── */
.bible-word-orig {
  font-family: var(--font-he);
  font-size: 1.3rem;
  unicode-bidi: plaintext;
  line-height: 1.3;
  color: var(--ink);
}

/* ── Bible full verse translation line (shown above word grid) ────────────── */
.bible-verse-text {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1rem;
  margin: 0.3rem 0 0.75rem;
  padding: 0.5rem 1.1rem;
  line-height: 1.55;
  border-top: 1px solid var(--rule-soft);
}
