
/* V236 — Revenue Report requested KPI colors.
   Adds color for "Đơn đã thu"; retains the four V235 KPI colors. */

/* Đơn đã thu — cyan/teal, distinct from revenue/profit cards. */
.v235-revenue-kpi-grid > .v236-orders-paid-card{
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb,#0891b2 14%,var(--background)),
      color-mix(in srgb,#0891b2 5%,var(--background))
    )!important;
  border-color:color-mix(in srgb,#0891b2 36%,var(--border))!important;
  box-shadow:0 2px 8px rgba(15,23,42,.045)!important;
}

.v235-revenue-kpi-grid > .v236-orders-paid-card .stat-figure{
  font-weight:850!important;
  letter-spacing:-.035em!important;
}

/* Currency suffix ("đ") should sit naturally immediately after amount. */
.v235-revenue-kpi-grid .stat-figure{
  flex-wrap:nowrap!important;
}
.v235-revenue-kpi-grid .stat-figure > span:last-child{
  white-space:nowrap;
}

/* Keep status text readable on both desktop/mobile report lists. */
.v197-revenue-report .stamp,
.v176-report-mobile .stamp{
  white-space:nowrap!important;
}
