.orders-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.orders-search{max-width:300px;width:100%}.orders-count{color:#6b7280}.orders-card-list{display:flex;flex-direction:column;gap:.85rem}.order-card{border-radius:14px!important;border:1px solid #e5e7eb!important;background:#fff!important}.order-card-sameday{background-color:#e9da33!important;border-color:#e9c01e!important}.order-card-top{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem}.order-info-card{background:#f8f9fb;border:1px solid #e5e7eb;border-radius:10px;padding:.35rem .55rem;display:flex;flex-direction:column;gap:.2rem}.order-info-top{display:flex;align-items:center;gap:.6rem}.order-number{font-weight:700;color:#1f2937}.order-date{font-size:.78rem;color:#6b7280;white-space:nowrap}.order-contact{font-size:.8rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.order-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.order-section{padding:.45rem .55rem;background:#f9fafb;border-radius:10px}.section-label{font-size:.73rem;letter-spacing:.03em;text-transform:uppercase;color:#6b7280;margin-bottom:.3rem;font-weight:600}.items-cell{display:flex;flex-direction:column;gap:.3rem}.item-line{display:flex;gap:.4rem;align-items:baseline}.item-product,.item-qty{font-weight:700}.item-qty{color:#495057;background:#f1f3f5;border-radius:999px;padding:0 .4rem}.item-remark{color:#6c757d;font-size:.82rem;padding-left:.45rem;border-left:2px solid #d0d7de;margin-left:.15rem}.orders-pagination{margin-top:1rem;display:flex;justify-content:center}@media(max-width:600px){.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search{max-width:100%}.order-card-top{flex-direction:column;align-items:flex-start}.order-card-grid{grid-template-columns:1fr}}
