/*
  The source scripture is intentionally breath-led: each short line is
  a thought, a beat and a visual unit. Preserve that cadence on the web.
*/
.veda-prose .veda-line {
  margin-top: 11px;
  line-height: 1.68;
}

.veda-prose .veda-line:first-of-type { margin-top: 0; }

.veda-prose .veda-keyword {
  margin: 28px 0 24px;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(2.7rem, 5.2vw, 5.5rem);
  font-weight: 700;
  line-height: .76;
  letter-spacing: -.1em;
}

.veda-prose .veda-question {
  margin: 26px 0;
  padding: 18px 22px;
  border-left: 2px solid var(--cyan);
  color: #f8f3e9;
  background: rgba(112, 236, 255, .055);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.045em;
}

@media (max-width: 760px) {
  .veda-prose .veda-line { margin-top: 9px; line-height: 1.7; }
  .veda-prose .veda-keyword { margin: 24px 0 20px; }
}
