/* Path: /assets/css/faq.css */
/* Purpose: Styles specific to the FAQ page */

.faq-content {
  background-color: #391047;
  padding: 2rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #292727;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  color: #eee;
}

.faq-item h3 {
  color: #E1B929;
  margin-bottom: 0.5rem;
}

.faq-item p {
  color: #ccc;
}
