/* Valucher admin back-office — small overrides on top of Bootstrap. */

#org-rows tr,
#user-rows tr { cursor: default; }

#org-rows tr[role="button"] { cursor: pointer; }

.card .display-6 { line-height: 1.1; }

/* Sparkline-style trend chart under each dashboard stat block. */
.trend-chart { position: relative; height: 56px; }
