.timeline-slider-saumon {
	/* .arrow-left {
		@apply inline-block;
    	transform: translate(-2px, 1.5px);
	}
	.arrow-right {
		@apply inline-block;
    	transform: translate(1px, 0);
	} */

    .timeline-wrapper {
        &::before {
            content: '';
            @apply bg-primary-500 h-px w-full absolute top-1/2 left-0 transform -translate-y-1/2;
        }
    }

    .splide__pagination > li {
        & > .splide__pagination__page {
            @apply w-3.5 h-3.5 bg-white border-2 border-solid border-current;

            &.was-active,
            &.is-active {
                @apply w-3.5 h-3.5 bg-current;
            }

            &.is-active {
                @apply filter blur-sm;
            }
        }
    }

    .slider-dots {
        @apply justify-between;
    }
}
