/* SHT – Next Steps */
.sht-ns{max-width:680px;margin:0 auto}
.sht-ns.is-ltr{direction:ltr;text-align:left}

.sht-ns-card{
  background:#fff;
  border:1px solid #e7edf6;
  border-radius:14px;
  box-shadow:0 1px 2px rgba(15,23,42,.06),0 1px 0 rgba(15,23,42,.03);
  padding:16px 18px;
}

.sht-ns-title{
  font-weight:800;
  font-size:20px;
  color:#0f172a;
  margin:0 0 12px;
}

.sht-ns-list{display:flex;flex-direction:column;gap:12px}
.sht-ns-item{display:flex;gap:12px;align-items:flex-start}
.sht-ns-bullet{
  width:28px;height:28px;flex:0 0 28px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;background:#eaf2ff;color:#2563eb;
  font-weight:700;font-size:14px;line-height:1;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.sht-ns-bullet.is-check{background:#dcfce7;color:#16a34a}
.sht-ns-bullet i,.sht-ns-bullet svg{width:14px;height:14px}

.sht-ns-body{min-width:0}
.sht-ns-item-title{font-weight:700;color:#0f172a}
.sht-ns-item-text{color:#475569;font-size:14px;margin-top:2px}
