﻿.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.status-confirmed {
    background: #dbeafe;
    color: #1a2558;
}

.status-pending {
    background: #fef3c7;
    color: #b45309;
}

.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.status-success {
    background: #dcfce7;
    color: #166534;
}