.wms-orders-list-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 20px}.wms-pro-gate--orders{display:grid;grid-template-columns:minmax(0,1fr) auto;flex:0 0 100%;align-items:center;gap:16px 24px;box-sizing:border-box;margin-top:4px;padding:18px 20px;border:1px solid #c3c4c7;border-left:4px solid #3858e9;border-radius:3px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.wms-pro-gate--orders.is-exhausted{border-left-color:#d63638}.wms-pro-gate__content{display:grid;gap:5px;min-width:0}.wms-pro-gate__heading{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.wms-pro-gate__content strong{color:#1d2327;font-size:16px;line-height:1.35}.wms-pro-gate__content span{max-width:900px;color:#50575e;line-height:1.5}.wms-pro-gate__status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#eaf4fb;color:#0f6cad;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.wms-pro-gate--orders.is-exhausted .wms-pro-gate__status{background:#fcf0f1;color:#b32d2e}.wms-pro-gate--orders>.button{justify-self:end;min-height:36px;padding:3px 14px;white-space:nowrap}@media (max-width:782px){.wms-pro-gate--orders{grid-template-columns:1fr;padding:16px}.wms-pro-gate--orders>.button{justify-self:stretch;white-space:normal;text-align:center}}