/* Özel stiller */
.timeline-container {
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: hsl(210 16% 93%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

    .timeline-item:nth-child(odd) .timeline-content {
        padding-right: 2rem;
        text-align: right;
    }

    .timeline-item:nth-child(even) .timeline-content {
        padding-left: 2rem;
        text-align: left;
    }

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-color: hsl(212 47% 15%);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.value-icon {
    width: 24px;
    height: 24px;
    stroke: hsl(212 47% 15%);
    stroke-width: 2;
    fill: none;
}

.leader-avatar {
    width: 96px;
    height: 96px;
    background-color: hsl(210 16% 93%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}
