/* Style for table cells in dark mode */
[data-theme="business"] .table-cell-colored {
    color: white !important;
}

/* Additional styling for better visibility */
.table-cell-colored {
    font-weight: 500;
}