/*
 * MYJUS_REAL_LEAD_HISTORY_V1
 */

.myjus-real-history-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.myjus-real-history-head h3{
  margin:0 0 5px;
}

.myjus-real-history-head p{
  margin:0;
  color:var(--muted);
}

.myjus-real-history-count{
  flex:0 0 auto;
  padding:6px 10px;
  border-radius:999px;
  background:var(--soft);
  color:var(--text);
  font-size:11px;
  font-weight:800;
}

.myjus-real-history-timeline{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
}

.myjus-real-history-event{
  position:relative;
  padding:0 0 22px 28px;
}

.myjus-real-history-event:last-child{
  padding-bottom:0;
}

.myjus-real-history-event::before{
  content:"";
  position:absolute;
  left:7px;
  top:8px;
  bottom:-8px;
  width:2px;
  background:var(--line);
}

.myjus-real-history-event:last-child::before{
  display:none;
}

.myjus-real-history-dot{
  position:absolute;
  left:0;
  top:5px;
  width:16px;
  height:16px;
  border:4px solid var(--card);
  border-radius:50%;
  background:var(--primary);
  box-shadow:0 0 0 1px var(--line);
}

.myjus-real-history-event-title{
  color:var(--text);
  font-size:12px;
  font-weight:900;
  line-height:1.4;
}

.myjus-real-history-event-meta{
  display:flex;
  flex-wrap:wrap;
  gap:5px 12px;
  margin-top:5px;
  color:var(--muted);
  font-size:10px;
  line-height:1.45;
}

.myjus-real-history-change{
  margin-top:8px;
  padding:9px 11px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--soft);
  color:var(--text);
  font-size:10px;
  line-height:1.5;
}

.myjus-real-history-loading,
.myjus-real-history-error{
  padding:26px 18px;
  border:1px dashed var(--line);
  border-radius:14px;
  color:var(--muted);
  text-align:center;
}

.myjus-real-history-error button{
  margin-top:12px;
}
