.process-timeline-wrapper-3e67bc5d {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-line-container-3e67bc5d {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    z-index: 1;
}

.timeline-track-3e67bc5d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
}

.timeline-fill-3e67bc5d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #0073aa;
    border-radius: 4px;
    transition: height 0.1s ease-out;
}

.timeline-items-3e67bc5d {
    position: relative;
    z-index: 2;
}

.timeline-item-3e67bc5d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
}

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

.timeline-item-3e67bc5d.left {
    flex-direction: row-reverse;
}

.timeline-content-3e67bc5d {
    width: 45%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.timeline-item-3e67bc5d.left .timeline-content-3e67bc5d {
    text-align: right;
}

.timeline-item-3e67bc5d.right .timeline-content-3e67bc5d {
    text-align: left;
}

.timeline-point-wrapper-3e67bc5d {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-title-3e67bc5d {
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.timeline-date-3e67bc5d {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-description-3e67bc5d {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .timeline-line-container-3e67bc5d {
        left: 20px;
    }
    .timeline-item-3e67bc5d, .timeline-item-3e67bc5d.left, .timeline-item-3e67bc5d.right {
        flex-direction: row;
        justify-content: flex-start;
    }
    .timeline-point-wrapper-3e67bc5d {
        width: 40px;
        position: absolute;
        left: 0;
    }
    .timeline-content-3e67bc5d {
        width: calc(100% - 60px);
        margin-left: 60px;
        text-align: left !important;
    }
}
