/*!
 * smit-money — единый вывод денежной суммы (build 1873).
 * Цвет прихода/расхода + стрелка направления (не только цвет — a11y).
 */
.smit-money { font-variant-numeric: tabular-nums; white-space: nowrap; }
.smit-money.income  { color: #15803d; }   /* AA-зелёный */
.smit-money.expense { color: #b02a37; }
.smit-money.zero    { color: var(--sc-text-muted, #64748b); }
.smit-money.storno  { text-decoration: line-through; color: var(--sc-text-muted, #64748b); }
.smit-money .sm-dir { font-size: .82em; margin-right: 2px; }
[data-bs-theme="dark"] .smit-money.income, .dark-theme .smit-money.income { color: #6ee7b7; }
[data-bs-theme="dark"] .smit-money.expense, .dark-theme .smit-money.expense { color: #f1aeb5; }
