.order-card {
    width: 90%;
    max-width: 900px;
    margin:15px auto;
    background:linear-gradient(180deg,#3B1F1F,#2A1414);
    padding:18px;
    border-radius:16px;
    border:2px solid #D4AF37;
    color:#F5E6C8;
    box-shadow:0 15px 35px rgba(0,0,0,0.4);
}

.items {
    background:#FFF8EE;
    color:#2A1A1A;
    padding:10px;
    border-radius:10px;
    margin-top:10px;
}

.instructions {
    background: #FFF3CD;
    color: #5A3E00;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 14px;
}

.timer {
    font-weight:bold;
    margin-top:8px;
}

.cancelled {
    opacity:0.6;
    border:2px solid #FF4D4D;
}