.latest-news .single-post {
	border-radius: 4px;
	overflow: hidden;
}
.latest-news .single-post__bg {
	position: relative;
}
.latest-news .single-post__bg:before {
	content: '';
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
.latest-news__latest-post {
	display: flex;
	justify-content: center;
}
@media only screen and (min-width: 1000px) {
	.latest-news__latest-post .single-post {
		width: 100%;
	}
}
@media (min-width: 1000px) {
	.latest-news__latest-post .single-post__details {
		margin-top: 15px;
	}
}
.latest-news__latest-post .single-post__bg {
	height: 250px;
}
@media only screen and (min-width: 1000px) {
	.latest-news__latest-post .single-post__bg {
		height: 360px;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
.latest-news__latest-post .single-post__title {
	font-size: 36px;
	line-height: 42px;
	font-weight: 800;
	font-family: var(--font-family-Font-1, 'sans-serif');
}
@media only screen and (max-width: 599px) {
	.latest-news__latest-post .single-post__title {
		font-size: 24px;
		line-height: 29px;
		font-weight: 700;
		color: #fff;
	}
}
.latest-news__latest-post .single-post__details {
	color: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
	.latest-news-carousel .latest-news__latest-post > .single-post {
		width: 92%;
	}
}
.latest-news-carousel .custom-swiper-button-next,
.latest-news-carousel .custom-swiper-button-prev {
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding-bottom: 30px;
}
.latest-news-carousel .latest-news__swiper {
	--swiper-pagination-color: #7a7a7a;
	padding-bottom: 30px;
	width: 100%;
	display: flex;
	position: relative;
}
.latest-news-carousel .latest-news__swiper .swiper-pagination-bullets {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	gap: 10px;
}
.latest-news-carousel .latest-news__swiper .swiper-pagination-bullet {
	display: flex;
	width: 11px;
	height: 11px;
	background: #c4c4c4;
	border-radius: 50%;
}
.latest-news-carousel .latest-news__swiper .swiper-pagination-bullet-active {
	background: #7a7a7a;
}
@media (max-width: 999px) {
	.latest-news-carousel
		.latest-news__swiper
		.info-overlay
		.single-post__details {
		display: none;
	}
}
.latest-news-carousel .latest-news__swiper .single-post {
	height: 160px;
}
.latest-news-carousel .latest-news__swiper .single-post__title {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
}
.latest-news-carousel .latest-news__swiper .single-post__info {
	padding: 7px;
}
.latest-news-carousel .latest-news__newshub-slide {
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 4px;
}
.latest-news-carousel .latest-news__newshub-slide > .newshub-link {
	text-transform: uppercase;
	color: #536090;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.latest-news-carousel {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 600px) {
	.latest-news__posts .post-list__item .single-post__bg {
		height: 164.25px;
	}
}
.latest-news__posts .single-post__title {
	font-size: 15px;
	line-height: 19px;
}
@media only screen and (min-width: 600px) {
	.latest-news__posts .single-post__title {
		padding: 0;
	}
}
.latest-news__posts:not(.latest-news__posts--with-details)
	.single-post__details {
	display: none;
}
