.timeline-container-29338 {
    width: 100%;
    margin: 0 auto;
}

.timeline-29338 {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.timeline-29338::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px; /* Default based on icon wrapper size 40px / 2 */
    width: 2px;
    background-color: #e5e7eb;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item-29338 {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.timeline-item-29338:last-child {
    margin-bottom: 0;
}

.timeline-icon-wrapper-29338 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.timeline-icon-29338 {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-icon-29338 svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.timeline-content-29338 {
    padding-left: 20px;
    padding-top: 5px; /* Align with icon vertical center slightly */
    flex-grow: 1;
}

.timeline-title-29338 {
    margin: 0 0 8px 0;
    color: #111827;
    font-weight: 600;
}

.timeline-desc-29338 {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
}