/* Export Inspections page — builds on the shared ff- tokens. Self-contained so it
   doesn't depend on the WASDE page CSS being present. */

/* white chart cards: a dark title above each plot (cards are white in both themes) */
.ff-wasde-chart-title {
  font-family: var(--font-display, inherit);
  font-size: 15px;
  font-weight: 600;
  color: #1E293B;
}

/* KPI chips wrap comfortably on the inspections page */
.ff-cftc-chips { flex-wrap: wrap; gap: 12px; }
