/* order/lookup.css */
.ol-order-item{display:flex;justify-content:space-between;align-items:center;
  background:var(--card);border:1px solid var(--line);border-radius:14px;
  padding:16px;margin-bottom:10px;text-decoration:none;color:inherit}
.ol-order-id{font-size:14px;font-weight:500;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.ol-order-meta{font-size:12.5px;color:var(--muted);margin-top:4px}
.ol-order-badge{background:var(--okbg);color:#c9600f;font-size:11.5px;font-weight:500;
  padding:4px 10px;border-radius:20px;white-space:nowrap}
