.lt-seller-card { border-radius: 1.25rem; }
.lt-seller-avatar { width: 64px; height: 64px; border-radius: 999px; overflow: hidden; background: linear-gradient(135deg,#ecfdf5,#dbeafe); display:flex; align-items:center; justify-content:center; flex:0 0 auto; border:1px solid rgba(15,23,42,.08); }
.lt-seller-avatar img { width:100%; height:100%; object-fit:cover; display:block; }
.lt-seller-avatar span { font-weight:800; font-size:1.45rem; color:#0f766e; }
.lt-seller-stars { display:flex; align-items:center; gap:.12rem; color:#cbd5e1; }
.lt-seller-stars .is-on { color:#f59e0b; }
.lt-seller-stars strong { margin-left:.35rem; color:#0f172a; }
.lt-seller-bio { border:1px solid #e5e7eb; background:#f8fafc; border-radius:1rem; padding:.85rem; color:#475569; font-size:.92rem; max-height:6.5rem; overflow:auto; }
.lt-seller-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:.5rem; }
.lt-seller-stats div { background:#fff; border:1px solid #e5e7eb; border-radius:1rem; padding:.75rem .45rem; text-align:center; }
.lt-seller-stats strong { display:block; font-size:1.1rem; color:#0f172a; }
.lt-seller-stats span { display:block; font-size:.75rem; color:#64748b; }
.lt-seller-trust { display:flex; flex-direction:column; gap:.4rem; font-size:.85rem; color:#64748b; }
.lt-seller-trust span { border:1px solid #e5e7eb; border-radius:.8rem; padding:.45rem .6rem; background:#fff; }
.lt-seller-trust .is-ok { color:#047857; background:#ecfdf5; border-color:#bbf7d0; }
@media (max-width: 991.98px){ .lt-seller-card { margin-top:1rem; } }
