.dc-status-badge,
.dc-booking-status{
    display:inline-block;
    padding:4px 10px;
    border-radius:8px;
    font-size:13px;
    font-weight:500;
    line-height:1.2;
}

.dc-status-completed{
    background:#e6f7ec;
    color:#1e7e34;
}

.dc-status-confirmed{
    background:#e6f7ec !important;
    color:#1e7e34 !important;
}

.dc-status-cancelled{
    background:#fdecea !important;
    color:#b32d2e !important;
}

.dc-status-published{
    background:#e8f1ff;
    color:#1e5bb8;
}

.dc-status-pending{
    background:#fff7e6;
    color:#b26a00;
}

.dc-status-draft{
    background:#f2f3f5;
    color:#666;
}

.dc-status-review{
    background:#f3ebff;
    color:#6f42c1;
}

.dc-status-refunded{
    background:#f3f4f6;
    color:#555;
}

.dc-status-processing{
    background:#e8f1ff;
    color:#1e5bb8 !important;
}

.dc-status-on-hold{
    background:#fff7e6;
    color:#b26a00 !important;
}

.dc-status-failed{
    background:#fdecea;
    color:#b32d2e !important;
}