.editor-styles-wrapper{
	.swiper-container-wrapper.swiper-style-references{
		padding: 100px 0;
		background: var(--wp--preset--color--font-colors-font-light-1);
	}
	.swiper-container-wrapper.swiper-style-references .main-swiper{
		margin-top: -30px;
		padding-top: 86px;
	}
	.swiper-container-wrapper.swiper-style-references .swiper-slide{
		width: 376px;
		height: auto;
		max-width: calc( 100vw - 2 * var(--bs-offset) );
		color: var(--wp--preset--color--font-colors-font-dark-2);
	}
	.swiper-container-wrapper.swiper-style-references :is(.swiper-button-next, .swiper-button-prev){
		background: #fff;
	}
	.swiper-container-wrapper.swiper-style-references :is(.swiper-button-next, .swiper-button-prev):after{
		content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="8" fill="none" viewBox="0 0 5 8"><path stroke="%23697985" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m1 1 3 3-3 3"/></svg>');
	}
	@media( max-width: 575px ){
		.swiper-container-wrapper.swiper-style-references{
			padding: 60px 0;
		}
	}
}