.commerce-order-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;border:1px solid #f0f0f0;border-radius:10px;background:#fff;color:#262626;font-family:var(--ui-font-family,Inter,sans-serif)}.commerce-order-item img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#f5f5f5}.commerce-order-item strong,.commerce-order-item small{display:block}.commerce-order-item strong{font-size:14px;line-height:1.4}.commerce-order-item small{margin-top:4px;color:#595959;font-size:13px}.commerce-order-item span{color:#595959;font-size:13px}.commerce-order-item b{font-size:14px}@media(max-width:560px){.commerce-order-item{grid-template-columns:52px minmax(0,1fr) auto}.commerce-order-item img{width:52px;height:52px}.commerce-order-item b{grid-column:2/-1}}