.timeline-baf7f9af {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
}

.timeline-baf7f9af::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
}

.timeline-item-baf7f9af {
    position: relative;
    margin-bottom: 30px;
}

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

.timeline-item-baf7f9af::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e0e0e0;
}

.timeline-content-baf7f9af {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
}

.timeline-title-baf7f9af {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}

.timeline-date-baf7f9af {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.timeline-desc-baf7f9af {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

/* Added styles for WYSIWYG formatting */
.timeline-desc-baf7f9af ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.timeline-desc-baf7f9af ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.timeline-desc-baf7f9af a {
    color: #0073aa;
    text-decoration: underline;
}

.timeline-desc-baf7f9af p:last-child {
    margin-bottom: 0;
}
