.timeline-container-0f0923f3 {
    padding: 20px 0;
    width: 100%;
}

.timeline-0f0923f3 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* Vertical center line */
.timeline-0f0923f3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #e2e8f0;
    transform: translateX(-50%);
}

.timeline-item-0f0923f3 {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

/* Left side */
.timeline-item-0f0923f3.left {
    left: 0;
}

/* Right side */
.timeline-item-0f0923f3.right {
    left: 50%;
}

/* Icon Wrapper replacing the simple dot */
.timeline-icon-wrapper-0f0923f3 {
    position: absolute;
    top: 30px;
    width: 32px;
    height: 32px;
    background: #3b82f6;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-icon-wrapper-0f0923f3 i,
.timeline-icon-wrapper-0f0923f3 svg {
    color: #ffffff;
    fill: #ffffff;
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.timeline-item-0f0923f3.left .timeline-icon-wrapper-0f0923f3 {
    right: -16px;
}

.timeline-item-0f0923f3.right .timeline-icon-wrapper-0f0923f3 {
    left: -16px;
}

.timeline-content-0f0923f3 {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    position: relative;
}

/* Shadow toggle */
.timeline-content-0f0923f3.has-shadow {
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.timeline-date-0f0923f3 {
    color: #64748b;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Alternating date alignment */
.timeline-item-0f0923f3.left .timeline-date-0f0923f3 {
    text-align: right;
}

.timeline-item-0f0923f3.right .timeline-date-0f0923f3 {
    text-align: left;
}

.timeline-desc-0f0923f3 {
    color: #475569;
    line-height: 1.6;
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
    .timeline-0f0923f3::before {
        left: 30px;
    }
    .timeline-item-0f0923f3 {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
    }
    .timeline-item-0f0923f3.right {
        left: 0;
    }
    
    .timeline-item-0f0923f3.left .timeline-icon-wrapper-0f0923f3,
    .timeline-item-0f0923f3.right .timeline-icon-wrapper-0f0923f3 {
        left: 14px;
    }
    
    /* Reset alignment for mobile */
    .timeline-item-0f0923f3.left .timeline-date-0f0923f3,
    .timeline-item-0f0923f3.right .timeline-date-0f0923f3 {
        text-align: left;
    }
}
