
.orders-header { display: flex; justify-content: space-between; align-items: end; gap: 12px; flex-wrap: wrap; }
.orders-card { margin-top: 18px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 18px; }
.orders-list-item { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px; border: 1px solid #f1f5f9; border-radius: 12px; }
.demo-alert-box { background: #ecfdf5; border: 1px solid #10b981; color: #064e3b; padding: 16px; border-radius: 12px; margin-bottom: 18px; }
.demo-timer-box { background: #fffbeb; border: 1px solid #f59e0b; color: #92400e; padding: 14px; border-radius: 12px; margin-bottom: 14px; }
.demo-timer-text { font-family: monospace; font-size: 1.05rem; }
.order-item-row { display: flex; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid #f1f5f9; border-radius: 12px; }
