.vmc-home-news-title-section {
	background: #f1f2f3;
	padding: 58px 0 46px !important;
}

.vmc-home-news-title-widget p {
	margin: 0;
}

.vmc-home-news {
	background: #f1f2f3;
	padding: 0 0 76px;
}

.vmc-home-news-inner {
	width: min(1170px, calc(100vw - 30px));
	margin: 0 auto;
}

.vmc-home-news-grid {
	position: relative;
	min-height: 630px;
}

.vmc-home-news-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .04);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
}

.vmc-home-news-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, .36);
}

.vmc-home-news-card--featured {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 15px);
	height: 630px;
	min-height: 0;
	flex-direction: column;
}

.vmc-home-news-card--compact {
	display: grid;
	position: absolute;
	left: calc(50% + 15px);
	width: calc(50% - 15px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 194px;
	min-height: 0;
	align-self: start;
	margin-left: 0;
}

.vmc-home-news-card--compact:nth-child(2) {
	top: 0;
}

.vmc-home-news-card--compact:nth-child(3) {
	top: 218px;
}

.vmc-home-news-card--compact:nth-child(4) {
	top: 436px;
}

.vmc-home-news-thumb {
	display: block;
	width: 100%;
	line-height: 0;
}

.vmc-home-news-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vmc-home-news-card--featured .vmc-home-news-thumb {
	height: 336px;
}

.vmc-home-news-card--compact .vmc-home-news-thumb {
	height: 194px;
	min-height: 0;
}

.vmc-home-news-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

.vmc-home-news-card--featured .vmc-home-news-body {
	flex: 1;
	padding: 30px 38px 34px;
}

.vmc-home-news-card--compact .vmc-home-news-body {
	padding: 14px 22px 14px;
}

.vmc-home-news-card-title {
	margin: 0;
	color: #b10f1b;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 1.24;
	text-transform: uppercase;
}

.vmc-home-news-card-title a {
	color: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.vmc-home-news-card--featured .vmc-home-news-card-title {
	max-width: 470px;
	font-size: 23px;
}

.vmc-home-news-card--compact .vmc-home-news-card-title {
	font-size: 14px;
}

.vmc-home-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 12px 0 17px;
	padding: 0;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 1.3;
	list-style: none;
}

.vmc-home-news-meta li {
	margin: 0;
}

.vmc-home-news-excerpt {
	margin: 14px 0 0;
	color: #505050;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.vmc-home-news-card--compact .vmc-home-news-excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 9px;
	font-size: 12px;
	line-height: 1.36;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vmc-home-news-more {
	display: inline-block;
	width: auto;
	min-width: 0;
	min-height: 0;
	margin-top: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #b9b9b9;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.vmc-home-news-more:hover,
.vmc-home-news-more:focus {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
	color: #b10f1b;
	outline: none;
	text-decoration: none;
}

.vmc-home-news-card--compact .vmc-home-news-more {
	margin-top: 12px;
}

.vmc-home-news-empty {
	grid-column: 1 / -1;
	margin: 0;
	text-align: center;
}

@media (max-width: 849px) {
	.vmc-home-news {
		padding: 42px 0 48px;
	}

	.vmc-home-news-grid {
		display: grid;
		position: static;
		grid-template-columns: 1fr;
		gap: 22px;
		min-height: 0;
	}

	.vmc-home-news-card--featured {
		display: flex;
		position: static;
		width: auto;
		height: auto;
		flex-direction: column;
		grid-row: auto;
		min-height: 0;
	}

	.vmc-home-news-card--compact {
		display: flex;
		position: static;
		width: auto;
		height: auto;
		flex-direction: column;
		margin-left: 0;
	}

	.vmc-home-news-card--featured .vmc-home-news-thumb,
	.vmc-home-news-card--compact .vmc-home-news-thumb {
		aspect-ratio: 16 / 9;
		height: auto;
		min-height: 0;
	}

	.vmc-home-news-card--compact + .vmc-home-news-card--compact {
		margin-top: 0;
	}
}

@media (max-width: 549px) {
	.vmc-home-news-inner {
		width: min(100% - 24px, 430px);
	}

	.vmc-home-news-card--featured,
	.vmc-home-news-card--compact {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}

	.vmc-home-news-card--featured .vmc-home-news-thumb,
	.vmc-home-news-card--compact .vmc-home-news-thumb {
		aspect-ratio: 16 / 9;
		height: auto;
		min-height: 0;
	}

	.vmc-home-news-card--featured .vmc-home-news-body,
	.vmc-home-news-card--compact .vmc-home-news-body {
		padding: 14px 14px 16px;
	}

	.vmc-home-news-card--featured .vmc-home-news-card-title {
		font-size: 18px;
	}

	.vmc-home-news-card--featured .vmc-home-news-excerpt {
		display: -webkit-box;
		overflow: hidden;
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.45;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.vmc-home-news-card--featured .vmc-home-news-meta {
		margin: 8px 0 10px;
		font-size: 10px;
	}

	.vmc-home-news-card--featured .vmc-home-news-more {
		margin-top: 14px;
	}
}
