/*
 * Service detail — Ecommerce & LLM search (views/pages/services/ecommerce-llm-search.php).
 * Page-specific helmet rules from html-design/Service Search.dc.html not
 * covered by the global stylesheet: the ten-signal checklist collapses to a
 * single column below 780px and its header row disappears.
 */
@media (max-width: 780px) {
  [data-sigrow] {
    grid-template-columns: 1fr !important;
  }
  [data-sighead] {
    display: none !important;
  }
}
