body[data-rolf-guided="true"] .ai-leader-first-success{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
body[data-rolf-guided="true"] .ai-leader-first-success li{
  min-width:0;
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:9px;
  align-items:center;
  padding:11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  background:rgba(2,12,22,.46);
}
body[data-rolf-guided="true"] .ai-leader-first-success i{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(148,163,184,.1);
  color:#8da3b0;
  font-style:normal;
  font-size:11px;
  font-weight:950;
}
body[data-rolf-guided="true"] .ai-leader-first-success span,
body[data-rolf-guided="true"] .ai-leader-first-success b,
body[data-rolf-guided="true"] .ai-leader-first-success small{display:block;min-width:0}
body[data-rolf-guided="true"] .ai-leader-first-success b{color:#dbe8eb;font-size:11px}
body[data-rolf-guided="true"] .ai-leader-first-success small{margin-top:3px;color:#78909e;font-size:9px;line-height:1.35}
body[data-rolf-guided="true"] .ai-leader-first-success li[data-state="current"]{border-color:rgba(90,217,255,.34);background:rgba(90,217,255,.07)}
body[data-rolf-guided="true"] .ai-leader-first-success li[data-state="current"] i{background:#5ad9ff;color:#04141c;box-shadow:0 0 18px rgba(90,217,255,.3)}
body[data-rolf-guided="true"] .ai-leader-first-success li[data-state="complete"]{border-color:rgba(57,230,189,.27);background:rgba(57,230,189,.06)}
body[data-rolf-guided="true"] .ai-leader-first-success li[data-state="complete"] i{background:#39e6bd;color:#04141c}
@media(max-width:780px){body[data-rolf-guided="true"] .ai-leader-first-success{grid-template-columns:1fr 1fr}}
@media(max-width:430px){body[data-rolf-guided="true"] .ai-leader-first-success{grid-template-columns:1fr}}
