.ui-steps{display:flex;flex-wrap:wrap;justify-content:flex-start;counter-reset:steps;text-align:center;gap:10px 12px}.ui-steps__step,.ui-steps__step::before{display:flex;align-items:center;justify-content:center}.ui-steps__step{flex-direction:row}.ui-steps__step::before{content:counter(steps);counter-increment:steps;width:24px;height:24px;margin-right:8px;border-radius:100%;font-size:14px;font-weight:700;color:#fff;line-height:24px;background-color:#248567}
