.fmeoa-order-status-diagram .status-step {
    font-weight: 600;
    padding: 8px 11px;
    border-radius: 4px;
    background: #f8f9fa;
}
.woocommerce-table--order-details .approval-status {
    text-align: center;
}
.order-status.status-awaiting-approval {
    color:rgb(166, 103, 2);
    background: #fcebcf;
}
.order-status.status-approved {
    color: #27ae60;
    background: #c1f1d5;
}
.order-status.status-rejected {
    color: #c0392b;
    background: #f1c5c1;
}