/* Order history */
.history-card { border: 1px solid var(--border); border-radius: 12px; padding: 12px; margin-bottom: 10px; background: #fff; }
.history-card .history-when { font-size: 12px; color: var(--muted); }
.history-card .history-items { font-size: 14px; margin-top: 6px; }
.history-card button { margin-top: 8px; }
