/* ============================================================
   Arbah v3 — Subcontractors (vendor register) page styles
   Source: design/arbah-v3/project/subcontractors.jsx — every rule
   scoped under .av3. Reuses .kpi-strip / .dtable / .chip / .cdot /
   .needs-data / .avatar-md from arbah-v3-primitives.css.

   This file adds ONLY the Compliance-column needs-data dot: the mockup
   renders compliance as a `.chip` with a leading `.cdot`, but the real
   subcontractors schema carries no doc/expiry/cert column to derive a
   status from (verified: id/name/company/trade/phone/email/notes/rating/
   project_ids/retention_*/paid_to_date/payment_terms_days). So the column
   renders an honest dashed `.needs-data` pill that MATCHES the chip SHAPE
   (leading dot + label) without inventing a compliant/expiring/missing
   state. The primitives only style `.cdot` inside `.chip`, so the dot
   inside `.needs-data` is sized + neutrally tinted here.
   ============================================================ */

.av3 .needs-data.subs-v3-compliance .cdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--arbah-border-strong);
  flex-shrink: 0;
}
