/* Color highlighting for credit transactions ledger */
.tx-amount-positive {
    color: var(--success);
    font-weight: 600;
}

.tx-amount-negative {
    color: var(--danger);
    font-weight: 600;
}
