/* Order Risk > At Risk Orders (tab 1) -- view-specific rules only.
   The shared Order Risk vocabulary (KPI grid, chips, toolbar, .or-grid,
   playbadges, line-detail table) lives in order_risk.css; colors and type
   come from tokens.css. Restyled 2026-07-23: the old scoped cream palette
   (--aq-* token blob) and 8-11px fine print are gone. */

/* item-list cells (Won't Land / Available Now): one line + "+N more" */
#actionQueueView .aq-items { font-size: 12px; color: #334155; }

/* the worklist scroll region: taller than the 600px shared default so the
   daily list reads like Frank's sheet */
#actionQueueView .table-scroll { max-height: max(70vh, 480px); }
