/* static/css/orders.css */
.order-status-banner {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.countdown-timer {
    font-weight: bold;
    color: #856404;
    font-size: 1.2rem;
}

.cancel-button {
    background-color: #dc3545;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}