
/* V237 — Báo cáo doanh thu: ký hiệu "đ" luôn đứng sau số tiền. */
.v235-revenue-kpi-grid .stat-figure{
  display:flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:4px!important;
  white-space:nowrap!important;
}
.v235-revenue-kpi-grid .stat-figure > span{
  flex:0 0 auto;
}
