.v-timeline-wrapper-3e585271 {
    width: 100%;
}

.v-timeline-list-3e585271 {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.v-timeline-list-3e585271::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    /* width and left are dynamically handled via Elementor controls */
}

.v-timeline-item-3e585271 {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}

.v-timeline-item-3e585271:last-child {
    margin-bottom: 0;
}

.v-timeline-number-3e585271 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 20px;
    font-weight: bold;
    box-sizing: border-box;
}

.v-timeline-content-3e585271 {
    flex: 1;
    padding-top: 5px; /* aligns text roughly with the center of number */
}

.v-timeline-content-3e585271 h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.v-timeline-content-3e585271 p {
    margin: 0;
    line-height: 1.5;
}
