#whs-picking-res table tr{transition:background .2s}#whs-picking-res tr.ok{background:#e7f7ed}#whs-picking-res tr.no{background:#fdeaea}
.whs-warehouse-grid{display:grid;grid-template-columns:360px 1fr;gap:16px}
@media(max-width:980px){.whs-warehouse-grid{grid-template-columns:1fr}}
.whs-orders-toolbar{display:flex;justify-content:flex-end;margin-bottom:8px}
#whs-orders{display:flex;flex-direction:column;gap:8px;max-height:70vh;overflow:auto}
.order-card{border:1px solid var(--color-line);border-radius:10px;padding:10px;background:#fff;cursor:pointer}
.order-card:hover{background:var(--color-muted)}
.order-head{display:flex;justify-content:space-between;align-items:center}
.order-meta{display:flex;justify-content:space-between;gap:8px}
.order-total{margin-top:6px;font-weight:600}
