/* Frontend Timeline Styles */
.article-updates-timeline {
    background: #f8f9fa;
    border-left: 4px solid #0073aa;
    padding: 1em 1.5em;
    margin-bottom: 1.5em;
    border-radius: 8px;
}

.timeline-title {
    margin-bottom: .5em;
    font-size: 1.2em;
    font-weight: 600;
}

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

.timeline-item {
    margin-bottom: .8em;
    position: relative;
    padding-left: 1em;
}

.timeline-item:before {
    content: "•";
    color: #0073aa;
    position: absolute;
    left: 0;
    top: 0;
}

.timeline-item time {
    font-weight: bold;
    margin-right: .3em;
}