/* IPTV Charleroi v1.3.12 — FAQ content strategy polish
   Purpose: support a richer, customer-focused FAQ set without changing the validated layout. */

.faq-command-center .faq-quick-topics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-command-center .faq-command-list {
  gap: 8px;
}

.faq-command-center .faq-question {
  min-height: 62px;
}

.faq-command-center .faq-answer {
  font-size: 11.3px;
}

.faq-command-center .faq-item.open .faq-answer {
  max-height: 220px;
}

.ipch-faq-page-subtitle {
  margin: -4px 0 10px !important;
  color: #b70710 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: -.1px;
}

@media (max-width: 900px) {
  .faq-command-center .faq-quick-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .faq-command-center .faq-quick-topics {
    grid-template-columns: 1fr;
  }
}
