/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.em-element {
	.em-arrows-position-outside {
		width: calc(100% - 60px);
		margin: 0 auto;
		position: static;
	}
	.em-pagination-position-outside {
		padding-bottom: 30px;
	}
	.splide.is-focus-in .splide__arrow:focus {
		outline: none;
		/* outline-offset: 3px; */
	}
	.splide__pagination{
		margin: 0;
	button.splide__pagination__page {
		margin: 3px;
	}}
	.splide__arrow--prev {
		left: 0 !important;
	}

	.splide__arrow--next {
		right: 0 !important;
	}
}
