/* -------------------------------------------------------- */
/* 🔹 FAQ Section Header                                    */
/* -------------------------------------------------------- */
/* Subcategory header with icon and title                   */
/* Mirrors faq_section_header.dart                          */

.faq-section-header {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  padding: 0 var(--space-l) var(--space-m);
}

.faq-section-header--first {
  padding-top: var(--space-xl);
}

.faq-section-header__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--color-primary);
}

.faq-section-header__title {
  font-size: var(--text-title-large);
  font-weight: var(--text-title-weight);
  letter-spacing: -0.3px;
}
