/* WMS product card V3.1 — TZ ordered list */
.pc-tz-list{display:flex;flex-direction:column;gap:14px;margin-top:4px}
.pc-tz-item{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start}
.pc-tz-num{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#eef3ff;color:#2756a5;font-size:12px;font-weight:900}
.pc-tz-item b{display:block;font-size:15px;color:#25324a;line-height:1.35}
.pc-tz-meta{margin-top:3px;font-size:12px;color:#8793aa;line-height:1.45}
