.faq-container h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.faq-container h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #D4AF37;
  padding-bottom: 0.3rem;
}

.faq-container h3 {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.faq-container p,
.faq-container ul {
  margin-left: 0.5rem;
  line-height: 1.6;
  font-size: 1rem;
}

.faq-container ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.faq-container hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .faq-container h1 {
    font-size: 1.6rem;
  }
  .faq-container h2 {
    font-size: 1.3rem;
  }
  .faq-container h3 {
    font-size: 1.1rem;
  }
  .faq-container p,
  .faq-container ul {
    font-size: 0.95rem;
  }
}
