.cyonect-timeline-wrapper:not(.swiper-initialized *) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    /* fix editor overlay: move to center */
    > .elementor-element-overlay {
        inset-block-end: 0;
        inset-inline-start: 0;
    }
}

