.status-history{margin-top:18px;padding:16px;border:1px solid #dfe7f1;border-radius:12px;background:#f8faff}
.status-history h3{margin:0 0 12px;font-size:15px;color:#17365f}
.status-history-list{display:grid;gap:9px}
.status-history-item{display:grid;grid-template-columns:12px 1fr;gap:10px;align-items:start;padding:10px;border-radius:10px;background:#fff;border:1px solid #e7edf5}
.status-history-dot{width:10px;height:10px;margin-top:4px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px #e8f0ff}
.status-history-item b,.status-history-item small{display:block}
.status-history-item b{font-size:12px;color:#18365b}
.status-history-item small{margin-top:3px;color:#718096;font-size:10px;line-height:1.5}
.status-history-empty{margin:0;color:#718096;font-size:11px}
