/* Yenilikler Sayfası Özel CSS */
.timeline-container {
    padding-left: 20px;
    border-left: 3px solid rgba(13, 110, 253, 0.15);
    margin-left: 20px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 24px;
    width: 20px;
    height: 20px;
    background-color: #0d6efd;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
    z-index: 2;
}

.changelog-list li {
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .timeline-container {
        margin-left: 10px;
        padding-left: 15px;
    }
    
    .timeline-item::before {
        left: -24px;
        width: 16px;
        height: 16px;
        top: 20px;
    }
    
    .timeline-item .modern-card {
        margin-left: 1.5rem !important;
    }
}
