.vehicul-news,
body.vehicul-news-single {
	--vn-text: #1f2a32;
	--vn-muted: #5c6a72;
	--vn-soft: #f4f7f6;
	--vn-soft-warm: #fbfcfb;
	--vn-line: #d9e2df;
	--vn-line-strong: #cbd8d4;
	--vn-green: #70b74b;
	--vn-green-dark: #467a2d;
	--vn-blue: #2f67ad;
	--vn-red: #db3b34;
	--vn-yellow: #f5b33b;
	--vn-white: #ffffff;
	--vn-shadow: 0 26px 70px rgba(31, 42, 50, 0.12);
	--vn-shadow-soft: 0 18px 46px rgba(31, 42, 50, 0.08);
}

.vehicul-news {
	color: var(--vn-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	inline-size: 100vw;
	margin-inline: calc(50% - 50vw);
	background: #ffffff;
	overflow: hidden;
}

.vehicul-news * {
	box-sizing: border-box;
}

.vehicul-news a {
	color: inherit;
	text-decoration: none;
}

.vehicul-news img {
	display: block;
	inline-size: 100%;
	max-inline-size: 100%;
}

.vn-shell {
	inline-size: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

.vn-hero {
	position: relative;
	isolation: isolate;
	min-block-size: clamp(390px, 42vw, 510px);
	display: grid;
	align-items: center;
	padding-block: clamp(76px, 8vw, 108px) clamp(58px, 6vw, 82px);
	background:
		linear-gradient(90deg, rgba(14, 24, 31, 0.95) 0%, rgba(14, 24, 31, 0.86) 34%, rgba(14, 24, 31, 0.54) 64%, rgba(14, 24, 31, 0.72) 100%),
		linear-gradient(0deg, rgba(14, 24, 31, 0.22), rgba(14, 24, 31, 0.04) 58%, rgba(14, 24, 31, 0.18)),
		url("../../../vehicul-homepage/assets/images/vehicul-hero-training.png") right center / cover;
	color: var(--vn-white);
}

.vn-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 720px) 220px;
	gap: 48px;
	align-items: end;
	justify-content: space-between;
}

.vn-hero__grid--single {
	grid-template-columns: minmax(0, 790px);
}

.vn-eyebrow,
.vn-section-label {
	margin: 0 0 16px;
	color: #d6ecce;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vn-section-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--vn-green-dark);
}

.vn-section-label::before {
	content: "";
	inline-size: 28px;
	block-size: 2px;
	background: currentColor;
	opacity: 0.72;
}

.vn-hero h1,
.vn-featured h2,
.vn-empty h2 {
	margin: 0;
	color: inherit;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
}

.vn-hero h1 {
	max-inline-size: 720px;
	color: var(--vn-white) !important;
	font-size: clamp(2.35rem, 3.7vw, 3.85rem);
	text-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
	text-wrap: balance;
}

.vn-hero__lead {
	max-inline-size: 620px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.03vw, 1.13rem);
}

.vn-section {
	position: relative;
	padding-block: clamp(38px, 5vw, 62px) clamp(78px, 9vw, 116px);
	border-block-start: 1px solid rgba(203, 216, 212, 0.72);
	background:
		linear-gradient(180deg, #fbfdfb 0%, #ffffff 18%, #ffffff 45%, #f7faf8 100%),
		var(--vn-white);
}

.vn-section::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	block-size: 96px;
	background: linear-gradient(180deg, rgba(112, 183, 75, 0.045), rgba(112, 183, 75, 0));
	pointer-events: none;
}

.vn-section .vn-shell {
	position: relative;
	z-index: 1;
}

.vn-featured {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.72fr);
	gap: 0;
	align-items: stretch;
	margin-block-end: clamp(34px, 5vw, 56px);
	border: 1px solid rgba(203, 216, 212, 0.86);
	border-radius: 8px;
	background: var(--vn-white);
	box-shadow: 0 30px 86px rgba(31, 42, 50, 0.12);
	overflow: hidden;
}

.vn-featured::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	block-size: 4px;
	background: linear-gradient(90deg, var(--vn-green), rgba(112, 183, 75, 0.16));
	z-index: 2;
}

.vn-featured__media,
.vn-card__media {
	position: relative;
	display: block;
	background: linear-gradient(135deg, #17242d, #2f67ad);
	overflow: hidden;
}

.vn-featured__media::after,
.vn-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(14, 24, 31, 0) 48%, rgba(14, 24, 31, 0.1) 100%),
		linear-gradient(135deg, rgba(112, 183, 75, 0.08), rgba(47, 103, 173, 0.06));
	pointer-events: none;
	z-index: 1;
}

.vn-featured__media {
	min-block-size: 405px;
}

.vn-featured__media img,
.vn-card__media img {
	block-size: 100%;
	object-fit: cover;
	transition: transform 280ms ease, filter 280ms ease;
}

.vn-featured:hover .vn-featured__media img,
.vn-card:hover .vn-card__media img {
	transform: scale(1.035);
}

.vn-featured__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 4.2vw, 58px);
	background:
		linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8fbf7 100%);
}

.vn-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin-block-end: 15px;
	color: var(--vn-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.vn-card__meta span {
	display: inline-flex;
	align-items: center;
	min-block-size: 24px;
	padding: 3px 9px;
	border-radius: 999px;
	background: rgba(112, 183, 75, 0.12);
	color: var(--vn-green-dark);
}

.vn-featured h2 {
	max-inline-size: 520px;
	font-size: clamp(1.34rem, 1.7vw, 1.88rem) !important;
	font-weight: 800 !important;
	line-height: 1.18 !important;
	text-wrap: balance;
}

.vn-featured h2 a {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.vn-featured p,
.vn-card p,
.vn-empty p {
	margin: 14px 0 0;
	color: var(--vn-muted);
	font-size: 0.97rem;
}

.vn-button,
.vn-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-block-size: 46px;
	margin-block-start: 24px;
	padding: 12px 21px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: var(--vn-green);
	color: var(--vn-white) !important;
	font-size: 0.9rem;
	font-weight: 850;
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vn-button::after {
	content: ">";
	margin-inline-start: 10px;
	font-size: 1.2em;
	line-height: 1;
	transform: translateY(-1px);
}

.vn-button:hover,
.vn-button:focus-visible,
.vn-read-more:hover,
.vn-read-more:focus-visible {
	background: #88c85d;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(112, 183, 75, 0.25);
}

.vn-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px;
}

.vn-list-head {
	margin-block: 0 18px;
}

.vn-card {
	position: relative;
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	min-block-size: 100%;
	border: 1px solid rgba(203, 216, 212, 0.88);
	border-radius: 8px;
	background: var(--vn-white);
	box-shadow: var(--vn-shadow-soft);
	overflow: hidden;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vn-card:hover {
	transform: translateY(-3px);
	border-color: rgba(112, 183, 75, 0.45);
	box-shadow: 0 26px 64px rgba(31, 42, 50, 0.13);
}

.vn-card__media {
	aspect-ratio: 1.72 / 1;
}

.vn-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px 22px 24px;
}

.vn-card h3 {
	margin: 0;
	color: var(--vn-text);
	display: -webkit-box;
	overflow: hidden;
	font-size: clamp(0.9rem, 0.82vw, 0.98rem) !important;
	font-weight: 800 !important;
	line-height: 1.38 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-wrap: balance;
}

.vn-card h3 a {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.vn-card h3 a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

.vn-card:nth-last-child(2):nth-child(4),
.vn-card:nth-last-child(1):nth-child(5) {
	grid-column: span 3;
}

.vn-card p {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.88rem;
	line-height: 1.62;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vn-read-more {
	position: relative;
	z-index: 3;
	min-block-size: auto;
	margin-block-start: auto;
	padding: 22px 0 0;
	background: transparent;
	color: var(--vn-green-dark) !important;
	box-shadow: none;
	font-size: 0.86rem;
	letter-spacing: 0.01em;
}

.vn-read-more::after {
	content: ">";
	margin-inline-start: 8px;
	font-size: 1.18em;
	line-height: 1;
}

.vn-read-more:hover,
.vn-read-more:focus-visible {
	background: transparent;
	box-shadow: none;
	color: var(--vn-blue) !important;
}

.vn-card__placeholder {
	display: grid;
	place-items: center;
	inline-size: 100%;
	block-size: 100%;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vn-pagination {
	margin-block-start: clamp(34px, 5vw, 56px);
}

.vn-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vn-pagination a,
.vn-pagination span {
	display: inline-grid;
	place-items: center;
	min-inline-size: 42px;
	min-block-size: 42px;
	padding: 8px 13px;
	border: 1px solid var(--vn-line);
	border-radius: 6px;
	background: var(--vn-white);
	color: var(--vn-text);
	font-size: 0.9rem;
	font-weight: 850;
}

.vn-pagination a:hover,
.vn-pagination a:focus-visible,
.vn-pagination .current {
	border-color: var(--vn-green);
	background: var(--vn-green);
	color: var(--vn-white);
}

.vn-empty {
	max-inline-size: 680px;
	padding: clamp(34px, 5vw, 56px);
	border: 1px solid var(--vn-line);
	border-radius: 8px;
	background: var(--vn-soft);
}

.vn-empty h2 {
	font-size: clamp(1.7rem, 2.6vw, 2.5rem);
}

body.vehicul-news-page .fusion-header-wrapper,
body.vehicul-news-single .fusion-header-wrapper {
	position: relative;
	z-index: 20;
	box-shadow: 0 10px 28px rgba(31, 42, 50, 0.06);
}

body.vehicul-news-single #main {
	background:
		linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #f7faf8 100%),
		#ffffff;
}

body.vehicul-news-single #main .fusion-row {
	inline-size: min(1180px, calc(100% - 48px));
	max-inline-size: 1180px !important;
}

body.vehicul-news-single.has-sidebar #content,
body.vehicul-news-single #content {
	float: none !important;
	inline-size: 100% !important;
	max-inline-size: 100% !important;
	margin-inline: auto !important;
}

body.vehicul-news-single #main .sidebar,
body.vehicul-news-single #main #sidebar,
body.vehicul-news-single #main #sidebar-2,
body.vehicul-news-single .single-navigation,
body.vehicul-news-single .fusion-single-sharing-box,
body.vehicul-news-single .fusion-sharing-box,
body.vehicul-news-single .about-author,
body.vehicul-news-single .single-related-posts,
body.vehicul-news-single article.post > .fusion-post-title,
body.vehicul-news-single article.post > .entry-title,
body.vehicul-news-single article.post > .fusion-post-title-meta-wrap,
body.vehicul-news-single article.post > .fusion-meta-info,
body.vehicul-news-single #respond,
body.vehicul-news-single #comments,
body.vehicul-news-single .comment-respond {
	display: none !important;
}

body.vehicul-news-single article.post {
	display: flex;
	flex-direction: column;
	max-inline-size: 920px;
	margin-inline: auto;
	padding-block: clamp(10px, 2.4vw, 28px) clamp(62px, 8vw, 98px);
	color: var(--vn-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.vehicul-news-single article.post .post-content {
	display: contents;
}

body.vehicul-news-single .vn-article-intro {
	order: 1;
	max-inline-size: 820px;
	margin-block-end: clamp(20px, 3vw, 32px);
}

body.vehicul-news-single .vn-article-back {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-block-end: 18px;
	color: var(--vn-green-dark);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-decoration: none;
	opacity: 0.9;
}

body.vehicul-news-single .vn-article-back::before {
	content: "";
	inline-size: 22px;
	block-size: 1px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0.48;
}

body.vehicul-news-single .vn-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-block-end: 14px;
	color: var(--vn-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

body.vehicul-news-single .vn-article-meta span:last-child {
	display: inline-flex;
	align-items: center;
	min-block-size: 24px;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(112, 183, 75, 0.12);
	color: var(--vn-green-dark);
}

body.vehicul-news-single .vn-article-intro h1 {
	max-inline-size: 820px;
	margin: 0 !important;
	color: var(--vn-text) !important;
	font-size: clamp(2rem, 3vw, 2.8rem) !important;
	font-weight: 820 !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
	text-wrap: balance;
}

body.vehicul-news-single .vn-article-lead {
	max-inline-size: 720px;
	margin: 16px 0 0;
	color: var(--vn-muted);
	font-size: clamp(1.02rem, 1.1vw, 1.14rem);
	line-height: 1.6;
}

body.vehicul-news-single article.post .fusion-flexslider,
body.vehicul-news-single article.post .post-slideshow,
body.vehicul-news-single article.post .fusion-post-slideshow,
body.vehicul-news-single article.post > .fusion-image-wrapper,
body.vehicul-news-single article.post > img,
body.vehicul-news-single article.post .wp-post-image {
	order: 2;
	inline-size: 100%;
	max-inline-size: 880px;
	max-block-size: 400px;
	border-radius: 8px;
	box-shadow: 0 22px 58px rgba(31, 42, 50, 0.1);
	overflow: hidden;
}

body.vehicul-news-single article.post .fusion-flexslider img,
body.vehicul-news-single article.post .post-slideshow img,
body.vehicul-news-single article.post .fusion-post-slideshow img,
body.vehicul-news-single article.post .wp-post-image {
	inline-size: 100%;
	block-size: 400px;
	max-block-size: 400px;
	object-fit: cover;
}

body.vehicul-news-single .vn-article-body {
	order: 3;
	max-inline-size: 780px;
	margin-block-start: clamp(34px, 4.8vw, 52px);
	margin-inline: 0;
}

body.vehicul-news-single .vn-article-body p,
body.vehicul-news-single .vn-article-body li {
	color: var(--vn-text);
	font-size: clamp(1rem, 1vw, 1.08rem);
	line-height: 1.72;
}

body.vehicul-news-single .vn-article-body p {
	margin-block: 0 18px;
}

body.vehicul-news-single .vn-article-body h2 {
	margin: clamp(34px, 5vw, 50px) 0 16px !important;
	color: var(--vn-text) !important;
	font-size: clamp(1.45rem, 2.1vw, 1.95rem) !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.18 !important;
	text-wrap: balance;
}

body.vehicul-news-single .vn-article-body h2::before {
	content: "";
	display: block;
	inline-size: 34px;
	block-size: 2px;
	margin-block-end: 14px;
	border-radius: 999px;
	background: var(--vn-green);
	opacity: 0.82;
}

body.vehicul-news-single .vn-article-body h2:not(:first-of-type)::before {
	inline-size: 24px;
	opacity: 0.46;
}

body.vehicul-news-single .vn-article-body ul {
	display: grid;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

body.vehicul-news-single .vn-article-body li {
	position: relative;
	padding-inline-start: 28px;
}

body.vehicul-news-single .vn-article-body li::before {
	content: "";
	position: absolute;
	inset-block-start: 0.72em;
	inset-inline-start: 2px;
	inline-size: 8px;
	block-size: 8px;
	border-radius: 50%;
	background: var(--vn-green);
	box-shadow: 0 0 0 5px rgba(112, 183, 75, 0.13);
}

body.vehicul-news-single .vn-article-body a {
	color: var(--vn-green-dark);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.vehicul-news-single article.post .fusion-meta-info {
	display: none !important;
}

body.vehicul-news-single .vn-article-cta {
	order: 4;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	max-inline-size: 720px;
	margin-block-start: clamp(28px, 4vw, 44px);
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(203, 216, 212, 0.9);
	border-radius: 8px;
	background:
		linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8fbf7 100%);
	box-shadow: 0 18px 44px rgba(31, 42, 50, 0.07);
}

body.vehicul-news-single .vn-article-cta h2 {
	margin: 0 0 6px !important;
	color: var(--vn-text) !important;
	font-size: clamp(1.12rem, 1.45vw, 1.34rem) !important;
	font-weight: 820 !important;
	line-height: 1.18 !important;
}

body.vehicul-news-single .vn-article-cta p {
	max-inline-size: 470px;
	margin: 0;
	color: var(--vn-muted);
	font-size: 0.93rem;
	line-height: 1.58;
}

body.vehicul-news-single .vn-article-cta a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-block-size: 42px;
	padding: 11px 18px;
	border-radius: 6px;
	background: var(--vn-green);
	color: var(--vn-white);
	font-size: 0.88rem;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(70, 122, 45, 0.18);
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.vehicul-news-single .vn-article-cta a:hover,
body.vehicul-news-single .vn-article-cta a:focus-visible {
	background: var(--vn-green-dark);
	box-shadow: 0 16px 34px rgba(70, 122, 45, 0.24);
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.vn-hero__grid,
	.vn-featured {
		grid-template-columns: 1fr;
	}

	.vn-featured__media {
		min-block-size: 280px;
	}

	.vn-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vn-card,
	.vn-card:nth-last-child(2):nth-child(4),
	.vn-card:nth-last-child(1):nth-child(5) {
		grid-column: auto;
	}
}

@media (max-width: 680px) {
	.vn-shell {
		inline-size: min(100% - 28px, 1180px);
	}

	.vn-hero {
		padding-block: 58px 48px;
	}

	.vn-hero__grid {
		gap: 28px;
	}

	.vn-featured__media {
		min-block-size: 230px;
	}

	.vn-featured__content,
	.vn-card__body {
		padding: 20px;
	}

	.vn-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.vn-pagination a,
	.vn-pagination span {
		min-inline-size: 38px;
		min-block-size: 38px;
		padding: 7px 11px;
	}

	body.vehicul-news-single #main .fusion-row {
		inline-size: min(100% - 28px, 1180px);
	}

	body.vehicul-news-single article.post {
		padding-block-start: 24px;
	}

	body.vehicul-news-single .vn-article-intro h1 {
		font-size: clamp(1.8rem, 8vw, 2.35rem) !important;
	}

	body.vehicul-news-single article.post .fusion-flexslider,
	body.vehicul-news-single article.post .post-slideshow,
	body.vehicul-news-single article.post .fusion-post-slideshow,
	body.vehicul-news-single article.post > .fusion-image-wrapper,
	body.vehicul-news-single article.post > img,
	body.vehicul-news-single article.post .wp-post-image {
		max-block-size: none;
	}

	body.vehicul-news-single article.post .fusion-flexslider img,
	body.vehicul-news-single article.post .post-slideshow img,
	body.vehicul-news-single article.post .fusion-post-slideshow img,
	body.vehicul-news-single article.post .wp-post-image {
		block-size: auto;
		max-block-size: none;
	}

	body.vehicul-news-single .vn-article-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}
