/*
 * Service: Custom development (views/pages/services/custom-development.php).
 * Helmet rules from html-design/Service Development.dc.html that the global
 * stylesheet does not cover: at <=720px the app-cost table's header row hides,
 * each row collapses to [app | price] and the "What we build instead" cell
 * spans the full width beneath them.
 */
@media (max-width: 720px) {
  [data-costrow] { grid-template-columns: 1fr auto !important; }
  [data-costrow] > :nth-child(3) { grid-column: 1 / -1; }
  [data-costhead] { display: none !important; }
}
