/* Long-form legal document styling (Privacy Policy, Terms & Conditions,
   Refund Policy) - reuses the site's pera-content prose class but these
   pages are pure numbered-section text, so they get their own spacing
   tuned for long-form reading rather than the shorter marketing copy
   pera-content is normally used for. */

.african-script-legal-section {
  padding: 80px 0;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content h3 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.legal-content h3:first-of-type {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 16px;
}

.legal-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.legal-content ul li {
  margin-bottom: 8px;
}

.legal-updated {
  margin-bottom: 30px;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.legal-content table th,
.legal-content table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 14px;
  text-align: left;
}
