/* eDariba — service-reports
   The Reports service page's shared component classes (hero-v2, cards,
   lattice bento cards, stats-band, feature-rows, pricing, cta-panel, etc.)
   now come from src/components/service-shared.css, compiled into
   assets/css/tailwind.css and scoped under the .page-service body class
   (see edariba_template_config() in inc/template-tags.php). This file used
   to load pages/_service-standard.css as a 'shared' layer for that same
   purpose; that dependency is retired.

   This file is intentionally empty: Reports has no rules that diverge from
   the shared layer. Note the Tailwind bundle (inc/enqueue.php step 5) always
   loads LAST, after this file — so a reports-specific override added here
   would need higher specificity than a plain .page-service .foo selector to
   actually win. Prefer editing src/components/service-shared.css instead,
   or use an !important-free but more specific selector here. */
