/* ==========================================================================
   services.css — the Services page reuses the shared .ticket-grid /
   .ticket-card components from style.css, but lists six services
   instead of four, so it needs a wider minimum column before wrapping.
   ========================================================================== */

.ticket-grid--wide {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
