/* Página Sobre - Linha do tempo */
.timeline-carousel .line::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9e9e9e;
}

.timeline-carousel .content img {
    width: auto !important;
}

.timeline-carousel .carousel-viewport.is-dragging {
    user-select: none;
    cursor: grabbing;
}

.timeline-carousel .carousel-viewport.is-dragging a,
.timeline-carousel .carousel-viewport.is-dragging button {
    pointer-events: none;
    cursor: grabbing;
}

/* Dots */
.timeline-carousel .carousel-dot {
    width: 12px;
    height: 12px;
    background: #14191a33;
    transition: background 0.3s;
    flex-shrink: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.timeline-carousel .carousel-dot.is-active {
    background: #00d8d8;
}
