/* ===== Shared typography across ALL books ===== */

/* DEFAULT: any section body is prose -> justify (catches Purport variants) */
.gitaSectionBody,
.gitaSectionBody *{
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto;
}

/* TEXT / SANSKRIT: centered */
.gitaSectionBody.gitaText,
.gitaSectionBody.gitaText *{
  text-align: center !important;
  text-justify: auto !important;
  hyphens: none !important;
}

/* SYNONYMS: left (never justify) */
.gitaSectionBody.gitaSyn,
.gitaSectionBody.gitaSyn *{
  text-align: left !important;
  text-justify: auto !important;
  hyphens: none !important;
}

/* In Synonyms, keep italic tokens inline */
.gitaSectionBody.gitaSyn i{
  display: inline !important;
}
