/* مربوط به: partials/pages/orders.php */
.order-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:16px;margin-bottom:14px}
.order-card .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}
.order-card .order-id{font-weight:700}
.order-card .status{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}
.status.pending{background:#fff3cd;color:#856404}
.status.paid{background:#d4edda;color:#155724}
.status.processing{background:#cce5ff;color:#004085}
.status.ready{background:#d1ecf1;color:#0c5460}
.status.delivered{background:#d4edda;color:#155724}
.order-card .items{font-size:13px;color:var(--muted);margin-bottom:10px}
.order-card .total{font-weight:700;color:var(--teal)}
