.changelog-timeline {
    position: relative;
    margin-left: 1rem;
    padding-left: 2rem;
    border-left: 2px solid #dee2e6;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -2.35rem;
    top: 0.35rem;
    width: 10px;
    height: 10px;
    background: #0d6efd;
    border-radius: 50%;
}

.timeline-date {
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.timeline-content ul {
    margin-bottom: 0;
}