.faq-section {
  padding: 30px 0;
}

.faq-category {
  margin-bottom: 30px;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.faq-answer {
  color: #4b5563;
}

.category-title {
  color: var(--primary-color);
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e7eb;
}

.highlight-box {
  background: #f0f9ff;
  border-left: 4px solid var(--primary-color);
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

.important-note {
  background: #fff7ed;
  border-left: 4px solid var(--warning-color);
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
