/* assets/text.css */

.intro-text,
.sharing-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  padding: 1rem 2rem;
}

.intro-text p,
.sharing-text p {
  margin-bottom: 1.5rem;
}

.intro-text strong,
.sharing-text strong {
  color: #240046; /* Optional: highlight with purple5 */
}

.sharing-text ul {
  margin-bottom: 1.5rem; /* adds space after the bullets */
}

.sharing-text p.sharing-cta {
  margin-top: 1.5rem;    /* ensures extra space before the final sentence */
  font-weight: 600;
  color: #240046;        /* optional highlight */
}
