.editor-styles-wrapper{
	.swiper-container-wrapper.swiper-style-morenews{
		margin: 0;
		padding: 100px 0;
		background: var(--wp--preset--color--background-colors-bg-light-1);
	}
	body.home .swiper-container-wrapper.swiper-style-morenews{
		margin: 0;
	}
	.swiper-container-wrapper.swiper-style-morenews .main-swiper{
		margin-top: -30px;
		padding-top: 86px;
	}
	.swiper-container-wrapper.swiper-style-morenews .swiper-slide{
		width: 376px;
		max-width: 75vw;
		color: var(--wp--preset--color--font-colors-font-dark-2);
	}
	.swiper-container-wrapper.swiper-style-morenews .swiper-slide a{
		display: block;
		text-decoration: none;
	}
	.swiper-container-wrapper.swiper-style-morenews .news-image{
		overflow: hidden;
	}
	.swiper-container-wrapper.swiper-style-morenews .news-image img{
		display: block;
		width: 100%;
		transition: transform 0.4s ease;
	}
	.swiper-container-wrapper.swiper-style-morenews .swiper-slide a:hover .news-image img,
	.swiper-container-wrapper.swiper-style-morenews .swiper-slide a:focus-visible .news-image img{
		transform: scale(1.05);
	}
	.swiper-container-wrapper.swiper-style-morenews .region{
		margin: 24px 0 12px;
	}
	.swiper-container-wrapper.swiper-style-morenews .excerpt{
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.swiper-container-wrapper.swiper-style-morenews .fake-link{
		margin-top: 16px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.7143;
		letter-spacing: 0.12em;
		color: var(--wp--preset--color--main-colors-orange);
		text-transform: uppercase;
	}

	@media( max-width: 575px ){
		.swiper-container-wrapper.swiper-style-morenews{
			margin: 80px 0 0;
			padding: 60px 0;
		}
	}

	@media( prefers-reduced-motion: reduce ){
		.swiper-container-wrapper.swiper-style-morenews .news-image img{
			transition: none;
		}
		.swiper-container-wrapper.swiper-style-morenews .swiper-slide a:hover .news-image img,
		.swiper-container-wrapper.swiper-style-morenews .swiper-slide a:focus-visible .news-image img{
			transform: none;
		}
	}
}

body.home.editor-styles-wrapper .swiper-container-wrapper.swiper-style-morenews{
	margin: 0;
}