.vst-timeline {
    position: relative;
    padding-left: 65px;
}

/* Vertical Line */
.vst-timeline::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--vst-line-color, #dddddd);
}

.vst-step {
    position: relative;
    margin-bottom: 45px;
}

/* Circle */
.vst-circle {
    position: absolute;
    left: -60px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
}

/* Text */
.vst-text h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
}

.vst-text p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}
