.bk-steps { list-style:none; margin:18px 0; padding:0; counter-reset:none; }
.bk-step { position:relative; display:flex; gap:14px; padding:0 0 22px 0; }
.bk-step::before { content:""; position:absolute; left:17px; top:6px; bottom:-6px; width:2px; background:#f3d0e0; }
.bk-step:last-child::before { display:none; }
.bk-step-num { position:relative; z-index:1; flex:0 0 auto; width:36px; height:36px; border-radius:50%; background:#e8568f; color:#fff; font-weight:700; display:flex; align-items:center; justify-content:center; }
.bk-step-body { padding-top:5px; }
.bk-step-title { font-weight:700; color:#333; font-size:16px; }
.bk-step-desc { color:#666; margin-top:4px; line-height:1.75; }
