/* v26 — progress connector fill transition (no BS util for custom transition) */
.hstep-bar__fill {
    transition: width 0.5s ease;
}

/* v26 — step node state transition */
.hstep-bar__node {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

