  .seller-avatar { width:48px; height:48px; object-fit:cover; border-radius:50%; }
  .price { font-size:1.25rem; font-weight:700; color:#0d6efd; }
  .status-badge { font-weight:600; padding:.45rem .6rem; border-radius:.5rem; display:inline-block; }
  .timeline { list-style:none; padding-left:0; }
  .timeline li { padding: .6rem 0; border-left:2px solid #e9ecef; margin-left:1rem; position:relative; }
  .timeline li::before { content:''; width:10px; height:10px; background:#fff; border:2px solid #0d6efd; border-radius:50%; position:absolute; left:-6px; top:8px; }
  .muted-small { font-size:.9rem; color:#6c757d; }
  .card-actions { display:flex; gap:.5rem; flex-wrap:wrap; }