.ss-faq-section {
  background: #ffffff !important;
  padding: 2.5rem 1.5rem !important;
  border-top: 1px solid #eeeeee !important;
}

.ss-faq-wrapper {
  max-width: 48rem !important;
  margin: 0 auto !important;
}

.ss-faq-content {
  font-family: 'Poppins', sans-serif !important;
}

/* H2 = FAQ section title */
.ss-faq-content h2 {
  color: #111111 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* H3 = question - card style */
.ss-faq-content h3 {
  color: #111111 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.0625rem !important;
  line-height: 1.4 !important;
  background: #f8f8f8 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 0.5rem !important;
  padding: 0.875rem 1.25rem !important;
  margin: 0.625rem 0 0 0 !important;
}

.ss-faq-content h3:first-child,
.ss-faq-content h2 + h3 {
  margin-top: 0 !important;
}

/* Answer paragraphs */
.ss-faq-content p {
  color: #444444 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9375rem !important;
  line-height: 1.7 !important;
  margin: 0 0 0.75rem 0 !important;
  padding: 0.625rem 1.25rem 0 1.25rem !important;
}

.ss-faq-content a {
  color: #de9c4a !important;
  text-decoration: underline !important;
}

.ss-faq-content strong {
  color: #111111 !important;
  font-weight: 600 !important;
}

.ss-faq-content ul {
  color: #444444 !important;
  list-style-type: disc !important;
  padding-left: 2.5rem !important;
  margin: 0.5rem 0 0.75rem 0 !important;
  font-size: 0.9375rem !important;
}

.ss-faq-content ol {
  color: #444444 !important;
  list-style-type: decimal !important;
  padding-left: 2.5rem !important;
  margin: 0.5rem 0 0.75rem 0 !important;
  font-size: 0.9375rem !important;
}

.ss-faq-content li {
  margin-bottom: 0.25rem !important;
}

@media (min-width: 768px) {
  .ss-faq-section {
    padding: 3rem 2rem !important;
  }
  .ss-faq-content h2 {
    font-size: 1.75rem !important;
  }
}

