.passage-container {
  padding: 14px 14px 20px 14px;
  text-align: left;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(20,40,60,0.08);
}

.passage-number {
  font-family: Nunito, Manrope, system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}

.passage-title {
  font-family: Nunito, Manrope, system-ui, -apple-system, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
  line-height: 1.2;
}

.passage-body {
  font-family: Georgia, "Times New Roman", serif;
  text-align: justify;
  font-size: 15.5px;
  line-height: 1.7;
}

.passage-body p {
  margin: 0 0 12px 0;
}

.passage-body p:last-child {
  margin-bottom: 0;
}
