.status-pending {
    background-color: rgba(245, 151, 11, 0.1);
    color: #ee6e04;
}

.status-pending_review {
    background-color: rgba(149, 57, 236, 0.1);
    color: #8050ff;
}

.status-approved {
    background-color: rgba(0, 100, 215, 0.1);
    color: #46bae7;
}

.status-closed {
    background-color: rgba(0, 0, 0, 0.37);
    color: #eef3f3;
}

