/* Text colors for financial values */
.text-positive {
    color: #28a745;
}

.text-negative {
    color: #dc3545;
}

/* Badge colors */
.badge-positive {
    background-color: #28a745;
}

.badge-negative {
    background-color: #dc3545;
}
