/* Page Specific: FAQ */
.faq-list { margin-top: 40px; }
.faq-item { margin-bottom: 40px; }
.faq-item h3 { font-size: 1.1rem; margin-bottom: 10px; font-weight: 600; }
.faq-item p { margin: 0; opacity: 0.8; }

/* App-Specific FAQ spacing */

.page .section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.page .section h3 + p {
  margin-top: 0.5rem;
}

.page .section h3 + p + p {
  margin-top: 0.75rem;
}

.page .section {
  margin-bottom: 2.5rem;
}