/* Status Colors */
.com-table td.otm-column-status {
    font-weight: bold;
}

.com-table td.otm-column-status.status-wc-processing,
.com-table td.otm-column-status.status-processing {
    color: #2196F3 !important;
    /* Blue */
}

.com-table td.otm-column-status.status-wc-completed,
.com-table td.otm-column-status.status-completed {
    color: #4CAF50 !important;
    /* Green */
}

.com-table td.otm-column-status.status-wc-on-hold,
.com-table td.otm-column-status.status-on-hold {
    color: #FF9800 !important;
    /* Orange */
}

.com-table td.otm-column-status.status-wc-cancelled,
.com-table td.otm-column-status.status-cancelled {
    color: #f44336 !important;
    /* Red */
}

.com-table td.otm-column-status.status-wc-refunded,
.com-table td.otm-column-status.status-refunded {
    color: #607D8B !important;
    /* Grey */
}

.com-table td.otm-column-status.status-wc-failed,
.com-table td.otm-column-status.status-failed {
    color: #795548 !important;
    /* Brown */
}

/* Custom Orderflow Statuses */
.com-table td.otm-column-status.status-otm-confirmed {
    color: #1565C0 !important; /* Dark Blue */
}

.com-table td.otm-column-status.status-otm-ready-for-delivery {
    color: #00796B !important; /* Teal */
}

.com-table td.otm-column-status.status-otm-in-transit,
.com-table td.otm-column-status.status-wc-otm-in-transit {
    color: #c026d3 !important; /* Purple */
}

.com-table td.otm-column-status.status-otm-pending,
.com-table td.otm-column-status.status-wc-otm-pending {
    color: #d97706 !important; /* Amber */
}

.com-table td.otm-column-status.status-otm-hold,
.com-table td.otm-column-status.status-wc-otm-hold,
.com-table td.otm-column-status.status-on-hold {
    color: #4338ca !important; /* Indigo */
}

.com-table td.otm-column-status.status-otm-call-not-rec,
.com-table td.otm-column-status.status-wc-otm-call-not-rec {
    color: #9333ea !important; /* Violet */
}

.com-table td.otm-column-status.status-otm-delivered {
    color: #2E7D32 !important; /* Dark Green */
}

.com-table td.otm-column-status.status-otm-partial-del {
    color: #F57F17 !important; /* Amber */
}

.com-table td.otm-column-status.status-otm-returned {
    color: #B71C1C !important; /* Dark Red */
}