        .timeline-scroll::-webkit-scrollbar {
            height: 4px;
        }

        .timeline-scroll::-webkit-scrollbar-track {
            background: transparent;
        }

        .timeline-scroll::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }

        .dark .timeline-scroll::-webkit-scrollbar-thumb {
            background: #475569;
        }
