/* === STATUS COLORS === */
.status-buyer,
.badge-buyer,
.buyer-row {
    background-color: #e9f8ec !important;
    color: #28a745 !important;
    border-color: #28a745;
}

.status-reseller,
.badge-reseller,
.reseller-row {
    background-color: #e7f9fc !important;
    color: #17a2b8 !important;
    border-color: #17a2b8;
}

.status-both,
.badge-both,
.both-row {
    background-color: #fff9e6 !important;
    color: #856404 !important;
    border-color: #ffc107;
}

.status-unsold,
.badge-unsold,
.unsold-row {
    background-color: #f1f1f1 !important;
    color: #6c757d !important;
    border-color: #6c757d;
}

/* Optional for badges */
.badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.badge-buyer {
    background-color: #28a745;
    color: #fff;
}

.badge-reseller {
    background-color: #17a2b8;
    color: #fff;
}

.badge-both {
    background-color: #ffc107;
    color: #212529;
}

.badge-unsold {
    background-color: #6c757d;
    color: #fff;
}
