/*
  Business Dashboard 營收與業績 Workspace — Foundation Pack CSS
  (BUSINESS-DASHBOARD-REVENUE-FOUNDATION-001).

  Every rule is scoped under #revenueWorkspaceHostRoot AND every class is rw-* prefixed (same
  double-containment convention businessCenter.css already established, see that file's own
  header comment) — V3's global stylesheet space is shared by many modules, an unscoped rule
  would risk silently affecting unrelated pages. Color/spacing values match businessCenter.css's
  own existing tokens verbatim (no new visual language introduced for this Foundation Pack).
*/
#revenueWorkspaceHostRoot {
  --rw-space-2: 8px;
  --rw-space-3: 12px;
  --rw-space-4: 16px;
  --rw-space-5: 24px;
}

#revenueWorkspaceHostRoot .rw-trend-amount {
  text-align: right;
  white-space: nowrap;
}

#revenueWorkspaceHostRoot .rw-cap-note {
  margin-top: var(--rw-space-2);
  font-size: 12px;
  color: var(--color-text-muted, #667085);
}
