/*
 * Vehicle Detail – static inline styles
 *
 * Extracted from single.php so the shortcode outputs only HTML.
 * Dynamic values are injected as CSS custom properties on
 * .vehicles-single-main by a tiny server-side <style> block:
 *
 *   --vehicle-image-aspect-ratio
 *   --md-btn-border, --md-btn-border-radius, --md-btn-border-width
 *   --md-btn-hover-border, --md-btn-hover-border-radius, --md-btn-hover-border-width
 *   --md-btn-hover-bg
 *   --md-contact-border-radius
 *   --md-contact-btn-color
 *   --md-accent-color
 *   --md-archive-textcolor
 */

/* ===== Hide price elements (replaces JS-injected customCSS) ===== */
.vehicles-single-main p#car-final-price,
.vehicles-single-main span.vehi-final-prc { display: none !important; }
.vehicles-single-main p#car-discount-price { display: none !important; }

/* ===== Root / Layout ===== */
.md-single-listing-root.vehicles-single-root,
.vehicles-single-root .vehicles-single-main {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.vehicles-single-main {
	--vehicle-image-aspect-ratio: var(--vehicle-image-aspect-ratio, 4/3);
	margin-bottom: 2px !important;
	padding-bottom: 2px !important;
	padding: 50px 0 0 0 !important;
	font-family: var(--vehicles-body-font, inherit) !important;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	--veh-section-gap: 32px;
}

.vehicles-single-main .inner-container {
	font-family: var(--vehicles-body-font, inherit) !important;
	margin-top: 30px !important;
}

.vehicles-single-main .vehicles-main {
	padding: 0 !important;
}

/* ===== Typography – headings ===== */
.vehicles-single-main h1,
.vehicles-single-main h2,
.vehicles-single-main h3,
.vehicles-single-main h4,
.vehicles-single-main h5,
.vehicles-single-main h6,
.vehicles-single-main .inner-container h1,
.vehicles-single-main .inner-container h2,
.vehicles-single-main .inner-container h3,
.vehicles-single-main .inner-container h4,
.vehicles-single-main .inner-container h5,
.vehicles-single-main .inner-container h6 {
	font-family: var(--vehicles-font-family, inherit) !important;
}

/* ===== Typography – body elements ===== */
.vehicles-single-main p,
.vehicles-single-main li,
.vehicles-single-main th,
.vehicles-single-main td,
.vehicles-single-main label,
.vehicles-single-main input,
.vehicles-single-main select,
.vehicles-single-main textarea,
.vehicles-single-main button {
	font-family: inherit !important;
}

/* ===== Typography – sizes ===== */
.vehicles-single-main .vehi-single-title h1,
.vehicles-single-main .vehi-single-title h2,
.vehicles-single-main .vehi-single-title-mobile {
	font-size: 28px;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 10px 0 18px;
}

.vehicles-single-main .vehi-breadcrum a {
	font-size: 14px;
	letter-spacing: 0.04em;
}

.vehicles-single-main span.vehi-prc {
	font-size: 26px;
	letter-spacing: 0.02em;
}

.vehicles-single-main .vehi-prd-price p {
	font-size: 12px !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.7;
}

.vehicles-single-main .vehi-prd-table th {
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0.04em;
	font-weight: 400;
	opacity: 0.68;
	padding: 10px 0;
}

.vehicles-single-main .vehi-prd-table td {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 0;
}

.vehicles-single-main .vehi-prd-table table,
.vehicles-single-main .vehi-prd-table th,
.vehicles-single-main .vehi-prd-table td {
	border: none !important;
	border-collapse: collapse;
}

.vehicles-single-main .engine-detail-main {
	font-size: 15px !important;
	line-height: 1.6;
}

.vehicles-single-main .fahrz-ct {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.6;
}

.vehicles-single-main .fahrz-ct,
.vehicles-single-main .fahrz-ct * {
	font-family: inherit !important;
}

.vehicles-single-main p.lock-txt {
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.5;
}

/* ===== Color – text ===== */
.vehicles-single-main .vehi-breadcrum {
	color: var(--md-accent-color, rgb(0, 0, 0));
}

.vehicles-single-main .veh-tabs-cst > ul li a:not([aria-selected]) {
	color: var(--md-accent-color, rgb(0, 0, 0));
}

.vehicles-single-main .vehi-breadcrum a,
.vehicles-single-main .vehi-single-title h2,
.vehicles-single-main .vehi-single-title h1,
.vehicles-single-main .vehi-prd-price span,
.vehicles-single-main .vehi-prd-price p,
.vehicles-single-main .vehi-prd-table th,
.vehicles-single-main .vehi-prd-table td,
.vehicles-single-main .veh-tabs-cst > ul li a:not([aria-selected]),
.vehicles-single-main section#fahrzeugbeschreibung,
.vehicles-single-main section#technishedaten .vehi-dtl-inner ul li span,
.vehicles-single-main section#technishedaten .vehi-dtl-inner ul li p,
.vehicles-single-main section#ausstattung,
.vehicles-single-main section#ausstattung .vehi-dtl-inner ul.technishe-list-items li span,
.vehicles-single-main section#ausstattung .vehi-dtl-inner ul.technishe-list-items li p,
.vehicles-single-main .engine-detail ul.technishe-list-items-engine li,
.vehicles-single-main .engine-detail-main .full-row,
.vehicles-single-main .veh-dtl-rep h3,
.vehicles-single-main .veh-dtl-rep h2,
.vehicles-single-main .veh-dtl-rep .vehi-dtl-inner ul li p,
.vehicles-single-main .veh-dtl-rep .vehi-dtl-inner ul li span,
.vehicles-single-main .veh-dtl-rep.fahrz-ct,
.vehicles-single-main .veh-dtl-rep.engine-detail-main ul li span,
.vehicles-single-main .engine-detail-main.engine-row,
.vehicles-single-main .engine-detail-main.full-row,
.vehicles-single-main .more,
.vehicles-single-main .veh-dtl-rep ul li span,
.vehicles-single-main .veh-dtl-rep ul li p,
.vehicles-single-main .fahrz-ct,
.vehicles-single-main span.vehi-prc,
.vehicles-single-main .technishe-list-items li span,
.vehicles-single-main .technishe-list-items li p {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .mobile-de-tooltip .tooltip-text p,
.vehicles-single-main .mobile-de-tooltip .tooltip-text strong {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main svg#Capa_1 {
	height: 6px;
	width: 6px;
	margin-right: 8px;
	fill: var(--md-sys-color-on-surface) !important;
	stroke: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .container-energy {
	color: var(--md-sys-color-on-surface) !important;
}

/* ===== Buttons – el_button ===== */
.vehicles-single-main .el_button {
	background-color: var(--md-sys-color-surface-variant) !important;
	color: var(--md-sys-color-on-surface) !important;
	border: var(--md-btn-border, none) !important;
	border-radius: var(--md-btn-border-radius, 0) !important;
	border-width: var(--md-btn-border-width, 0) !important;
}

.vehicles-single-main .el_button:hover {
	background-color: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, var(--md-sys-color-surface-variant)) !important;
	color: var(--md-sys-color-on-surface) !important;
	border: var(--md-btn-hover-border, none) !important;
	border-radius: var(--md-btn-hover-border-radius, 0) !important;
	border-width: var(--md-btn-hover-border-width, 0) !important;
}

/* ===== Buttons – custom_button_design ===== */
.vehicles-single-main .custom_button_design {
	background-color: var(--md-sys-color-primary) !important;
	color: var(--md-sys-color-on-primary) !important;
	border-radius: var(--md-contact-border-radius, 10px);
	text-decoration: none !important;
	min-width: 49%;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	border: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.vehicles-single-main .custom_button_design:hover {
	background-color: color-mix(in srgb, var(--md-sys-color-primary) 92%, var(--md-sys-color-on-primary)) !important;
	color: var(--md-sys-color-on-primary) !important;
	text-decoration: none !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.vehicles-single-main .custom_button_design:active {
	transform: translateY(1px);
}

.vehicles-single-main .custom_button_design:after {
	background-color: color-mix(in srgb, var(--md-sys-color-primary) 92%, var(--md-sys-color-on-primary)) !important;
	color: var(--md-sys-color-on-primary) !important;
	border-radius: var(--md-contact-border-radius, 10px);
}

.vehicles-single-main .pdf-btn.custom_button_design {
	background-color: transparent !important;
	color: var(--md-sys-color-primary) !important;
	border-color: var(--md-sys-color-primary) !important;
	box-shadow: none;
}

.vehicles-single-main .pdf-btn.custom_button_design:hover {
	background-color: color-mix(in srgb, var(--md-sys-color-primary) 8%, transparent) !important;
	color: var(--md-sys-color-primary) !important;
	border-color: var(--md-sys-color-primary) !important;
}

.vehicles-single-main .vehi-buttons {
	gap: 12px;
	align-items: center;
}

/* ===== Buttons – vehi-cnt ===== */
.vehicles-single-main .vehi-cnt {
	background-color: var(--md-sys-color-primary) !important;
	color: var(--md-contact-btn-color, #FF4D24) !important;
	border-radius: var(--md-contact-border-radius, 10px);
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	border: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.vehicles-single-main .vehi-cnt:hover {
	background-color: color-mix(in srgb, var(--md-sys-color-primary) 92%, var(--md-sys-color-on-primary)) !important;
	color: var(--md-sys-color-on-primary) !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.vehicles-single-main .vehi-cnt:active {
	transform: translateY(1px);
}

/* ===== Buttons – sdn-btn ===== */
.vehicles-single-main .sdn-btn {
	background: var(--md-sys-color-primary) !important;
	color: var(--md-sys-color-on-primary) !important;
	border-radius: 10px !important;
	border: 1px solid transparent !important;
	min-height: 44px !important;
	padding: 12px 18px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.vehicles-single-main .sdn-btn:hover {
	background: var(--md-btn-hover-bg, var(--md-sys-color-primary)) !important;
	color: var(--md-sys-color-on-primary) !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.vehicles-single-main .sdn-btn:active {
	transform: translateY(1px);
}

/* Contact form submit: full width, outline style like "Fahrzeug ansehen" (no fill, primary on hover) */
#carconnect-contact #vehc-form button.wpforms-submit.sdn-btn,
.vehicles-single-main #carconnect-contact #vehc-form button.wpforms-submit.sdn-btn {
	width: 100% !important;
	min-height: 48px !important;
	border-radius: var(--vehicles-radius, 12px) !important;
	padding: 12px 16px !important;
	font-size: var(--vehicles-font-size, 16px) !important;
	font-weight: 700 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	/* Outline / no fill (like .veh-similar-section .fill-btn) */
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid var(--md-sys-color-on-surface) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
	color: var(--md-sys-color-on-surface) !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

#carconnect-contact #vehc-form button.wpforms-submit.sdn-btn:hover,
.vehicles-single-main #carconnect-contact #vehc-form button.wpforms-submit.sdn-btn:hover {
	background-color: var(--md-sys-color-primary) !important;
	border-color: var(--md-sys-color-primary) !important;
	color: var(--md-sys-color-on-primary) !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
	transform: translateY(-1px);
}

/* ===== Buttons – misc ===== */
.vehicles-single-main .vehicles_buttons {
	display: flex;
	gap: 20px;
}

.vehicles-single-main .vehiProp {
	width: 50%;
	margin-bottom: 0 !important;
}

/* ===== Tabs ===== */
.vehicles-single-main .veh-tabs-cst > ul li a[aria-selected] {
	color: var(--md-sys-color-primary);
}

.vehicles-single-main .veh-tabs-cst > ul li a::after {
	background: var(--md-sys-color-primary);
}

.vehicles-single-main .form_popup_tab {
	background: transparent;
	color: var(--md-sys-color-on-surface) !important;
	outline: 1px solid var(--md-sys-color-on-surface);
	outline-offset: -1px;
	border: none;
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: background-color 0.2s ease, outline-color 0.2s ease, color 0.2s ease;
}

.vehicles-single-main .form_popup_tab.active {
	background: var(--md-sys-color-primary) !important;
	color: var(--md-sys-color-on-primary) !important;
	outline-color: var(--md-sys-color-primary);
}

.vehicles-single-main .popup_tab.active {
	background-color: var(--md-sys-color-primary) !important;
}

.vehicles-single-main .form_popup_tab,
.vehicles-single-main .popup_tab {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .form_popup_tab.active,
.vehicles-single-main .popup_tab.active {
	color: var(--md-sys-color-on-primary) !important;
	background-color: var(--md-sys-color-primary) !important;
}

.vehicles-single-main .veh-tab-panel {
	overflow-wrap: break-word !important;
}

/* ===== Icons ===== */
.vehicles-single-main .vehi-icons-whatsapp svg path {
	fill: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .el_button:hover .vehi-icons-whatsapp svg path {
	fill: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehi-icons svg:hover {
	fill: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehi-icons svg {
	fill: var(--md-sys-color-on-surface) !important;
}

/* ===== Gallery / Carousel ===== */
.vehicles-single-main .owl-item a img.main-image {
	border-radius: var(--md-contact-border-radius, 10px);
	max-height: -webkit-fill-available;
}

.vehicles-single-main .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box {
	margin-top: 12px;
}

.vehicles-single-main .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box.owl-carousel:not(.owl-loaded) {
	display: none !important;
}

.vehicles-single-main .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box.owl-carousel.owl-loaded {
	display: block !important;
}

/* ===== Magnific Popup ===== */
.mfp-figure img {
	max-width: 100% !important;
	max-height: 100vh !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}

.mfp-content {
	overflow: auto !important;
	max-height: 100vh !important;
}

.mfp-img {
	transition: transform 0.3s ease;
	cursor: zoom-in;
}

.vehicles-single-main .mfp-close {
	cursor: pointer !important;
}

/* ===== Product detail cards ===== */
.vehicles-single-main .vehi-prd-inner {
	background-color: var(--veh-container-surface, var(--md-sys-color-surface)) !important;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.vehicles-single-main .vehi-prd-tab-wrapper {
	margin-bottom: 12px;
}

.vehicles-single-main .vehi-prd-tabs li {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vehicles-single-main .recommendation_class {
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-decoration: none;
	font-size: 20px !important;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase !important;
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .custom-nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px !important;
	padding-right: 8px !important;
}

.vehicles-single-main .cta-trust,
.vehicles-single-main .lock-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 400;
	color: #6b7280 !important;
	opacity: 1;
	text-align: center;
	width: 100%;
	margin: 10px 0 0;
}

.vehicles-single-main .vehi-help .cta-trust {
	justify-content: center;
}

.vehicles-single-main .vehi_bar_breadcrum {
	color: var(--md-sys-color-primary) !important;
	border-bottom: 1px solid var(--md-sys-color-primary) !important;
	max-width: 100% !important;
}

/* ===== Section cards ===== */
.veh-section-card {
	background: var(--veh-container-surface, var(--md-sys-color-surface)) !important;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	margin: 0 0 var(--veh-section-gap);
	overflow: hidden;
}

/* ===== Similar vehicles (same width as .inner-container / contact section: 1170px total including padding) ===== */
.veh-similar-section,
.vehicles-single-main .veh-section-card.veh-similar-section {
	box-sizing: border-box;
	max-width: 1170px;
	width: 100%;
	margin-top: 30px !important;
	margin-left: auto;
	margin-right: auto;
}

.veh-similar-section .vehicles-main {
	margin-top: 12px;
}

.veh-similar-section .fill-btn,
.veh-similar-section .outline-btn {
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.veh-similar-section .fill-btn:hover,
.veh-similar-section .outline-btn:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.similar-vehicles-wrapper {
	position: relative;
	width: 100%;
}

.similar-vehicles-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.similar-prev-btn,
.similar-next-btn {
	width: 38px;
	height: 38px;
	border: none;
	background-color: #E9E9EB;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
	padding: 0;
}

.similar-prev-btn:hover:not(:disabled),
.similar-next-btn:hover:not(:disabled) {
	background-color: #D1D1D3;
}

.similar-prev-btn:disabled,
.similar-next-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.similar-prev-btn svg,
.similar-next-btn svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
	display: block;
	margin: 0;
	vertical-align: middle;
}

.similar-prev-btn svg {
	transform: translate(2px, 0);
}

.similar-vehicles-container {
	overflow: visible;
	width: 100%;
	position: relative;
}

.similar-vehicles-track {
	display: flex;
	transition: transform 0.3s ease-in-out;
	will-change: transform;
}

.similar-vehicles-row {
	display: flex;
	gap: 24px;
	width: 100%;
}

.similar-vehicle-card {
	flex: 0 0 calc(33.333% - 14px);
	min-width: 0;
}

/* ===== Detail blocks (Technische Daten, Ausstattung, etc.) ===== */
.vehicles-single-main .veh-dtl-rep h3,
.veh-list-dtl .veh-dtl-rep h3 {
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-decoration: none;
	font-size: 20px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase !important;
	color: var(--md-archive-textcolor, var(--md-sys-color-on-surface)) !important;
	border-bottom: 1px solid var(--md-sys-color-primary) !important;
	padding-bottom: 12px;
	margin: 0 0 18px;
	line-height: 1.2;
}

.vehicles-single-main .veh-dtl-rep h2,
.veh-list-dtl .veh-dtl-rep h2 {
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-decoration: none;
	font-size: 20px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase !important;
	color: var(--md-archive-textcolor, var(--md-sys-color-on-surface)) !important;
	border: none;
	border-bottom: 1px solid var(--md-sys-color-primary);
	box-sizing: border-box;
	padding-bottom: 12px;
	margin: 0 0 18px;
	line-height: 1.2;
}

.vehicles-single-main .entry-content.wp-block-post-content #carconnect-contact h2.recommendation_class.contact_us,
.vehicles-single-main .entry-content.wp-block-post-content .veh-section-card.veh-similar-section h2.recommendation_class,
body .entry-content.wp-block-post-content #carconnect-contact h2.recommendation_class.contact_us,
body .entry-content.wp-block-post-content .veh-section-card.veh-similar-section h2.recommendation_class {
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: 600 !important;
	text-decoration: none;
	font-size: 20px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase !important;
	color: var(--md-archive-textcolor, var(--md-sys-color-on-surface)) !important;
	border: none;
	border-bottom: 1px solid var(--md-sys-color-primary);
	box-sizing: border-box;
	padding-bottom: 12px;
	margin: 0 0 18px;
	line-height: 1.2;
}

.vehicles-single-main #veh-dtl-technische-daten-heading,
.veh-list-dtl #veh-dtl-technische-daten-heading {
	border-bottom: none !important;
}

.vehicles-single-main ul.technishe-list-items,
.veh-list-dtl ul.technishe-list-items {
	padding: 0;
	list-style: none;
	margin: 0 -12px;
	row-gap: 8px;
}

.veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items,
.vehicles-single-main .veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items {
	display: block !important;
	column-count: 3;
	column-gap: 24px;
	margin-left: 0;
	margin-right: 0;
}

.veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items li,
.vehicles-single-main .veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items li {
	width: 100% !important;
	flex: none !important;
	break-inside: avoid;
	page-break-inside: avoid;
}

.vehicles-single-main .flex {
	display: flex;
}

.vehicles-single-main .flex-wrap {
	flex-wrap: wrap;
}

.vehicles-single-main .veh-dtl-rep,
.veh-list-dtl .veh-dtl-rep {
	margin-bottom: var(--veh-section-gap);
	padding: 16px;
	background: var(--veh-container-surface, var(--md-sys-color-surface)) !important;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.vehicles-single-main .veh-list-dtl .veh-dtl-rep + .veh-dtl-rep,
.veh-list-dtl .veh-dtl-rep + .veh-dtl-rep {
	margin-top: 30px !important;
}

.vehicles-single-main .veh-dtl-rep .vehi-dtl-inner,
.veh-list-dtl .veh-dtl-rep .vehi-dtl-inner {
	margin-top: 6px;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items li,
.veh-list-dtl .technishe-list-items li {
	padding: 0 12px;
	margin: 18px 0;
	box-sizing: border-box;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items.tight-margin li {
	margin: 12px 0;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items.tight-margin {
	color: var(--md-sys-color-surface);
}

.vehicles-single-main .veh-list-dtl .technishe-list-items.tight-margin li,
.vehicles-single-main .veh-list-dtl .technishe-list-items.tight-margin li p {
	color: var(--md-sys-color-surface) !important;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items.tight-margin li span {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items.tight-margin li p {
	background: var(--md-sys-color-outline) !important;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items li:not(.ausstatung) span:not(.tooltip-text):not(:has(.tooltip-text)),
.vehicles-single-main .engine-detail-main ul.technishe-list-items-engine li span:not(.tooltip-text):not(:has(.tooltip-text)) {
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.68;
	display: inline-block;
	margin-bottom: 6px;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items li:not(.ausstatung) p,
.vehicles-single-main .engine-detail-main ul.technishe-list-items-engine li p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.vehicles-single-main .engine-detail-main ul.technishe-list-items-engine {
	row-gap: 12px;
}

.vehicles-single-main .engine-detail-main ul.technishe-list-items-engine li {
	padding-right: 12px;
	margin-bottom: 12px;
}

.vehicles-single-main .container-energy {
	background: var(--veh-container-surface, var(--md-sys-color-surface)) !important;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: 10px;
	padding: 12px;
}

.vehicles-single-main .container-energy p {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .engine-detail-main .full-row p {
	font-size: 12px !important;
	color: var(--md-sys-color-on-surface-variant) !important;
	line-height: 1.5;
	margin-top: 12px;
}

.vehicles-single-main .engine-detail-main .full-row p a {
	color: inherit;
}

.vehicles-single-main .engine-detail-main .full-row sup {
	font-size: 10px;
}

.vehicles-single-main .veh-dtl-rep .fahrz-ct {
	line-height: 1.6;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items li.ausstatung {
	align-items: flex-start;
	gap: 10px;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items li.ausstatung p {
	width: 18px;
	height: 18px;
	border-radius: 6px;
	background: #e9ecef;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	margin-right: 0;
}

.vehicles-single-main .veh-list-dtl .technishe-list-items li.ausstatung span {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	opacity: 0.92;
	line-height: 1.45;
}

/* ===== More / Expand button ===== */
.vehicles-single-main .more {
	width: auto !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	padding: 9px 16px !important;
	line-height: 21px !important;
	text-transform: none !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
	font-size: 15px !important;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	border: none;
	background: transparent;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.vehicles-single-main .more .label,
.entry-content .veh-list-dtl .veh-dtl-rep .more .label,
.vehicles-single-main .veh-list-dtl .veh-dtl-rep .more .label {
	font-size: 14px !important;
	text-decoration: underline;
}

.vehicles-single-main .more .arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 16px !important;
	line-height: 1;
	margin-right: 6px;
	vertical-align: middle;
	transition: transform 0.3s ease;
}

.vehicles-single-main .hidi.open .more .arrow,
.vehicles-single-main .more .arrow.rotated {
	transform: rotate(180deg);
}

.vehicles-single-main .veh-list-dtl,
.veh-list-dtl {
	padding: var(--veh-section-gap) 0 0;
}

.vehicles-single-main .hidi {
	height: 306px;
	overflow: hidden;
}

/* ===== Sticky button ===== */
.vehicles-single-main .sticky-left-btn:hover {
	background-color: var(--md-sys-color-primary) !important;
	color: var(--md-sys-color-on-primary) !important;
}

.vehicles-single-main .vehi-whatsapp.sticky-left-btn.vehiProp {
	height: 47px !important;
	border-radius: 8px !important;
}

.vehicles-single-main .vehi-whatsapp.sticky-left-btn.vehiProp a {
	border-radius: 8px !important;
}

.vehicles-single-main #loader_gif {
	width: 30px !important;
	height: 30px !important;
}

/* ===== Modal / Popup ===== */
.vehicles-single-main .modal {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	overflow-y: auto;
}

.vehicles-single-main .modal-content {
	background: var(--md-sys-color-surface);
	margin: 5% auto;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}

.vehicles-single-main .close-btn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
}

#popup_Modal,
#thankyou_popup {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	overflow-y: auto;
}

#popup_Modal #email-popup-sd,
#popup_Modal .cst-emlpopup {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 20px !important;
	border-radius: 0 !important;
	background: var(--md-sys-color-surface) !important;
	overflow: auto;
	box-sizing: border-box;
}

#popup_Modal .modal-content {
	background: var(--md-sys-color-surface);
	margin: 5% auto;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}

#thankyou_popup .thankyou_popup-content {
	background: var(--md-sys-color-surface);
	margin: 0;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#popup_Modal .close-btn,
#thankyou_popup .thankyou_closeBtn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
}

/* ===== Contact form section ===== */
.vehicles-single-main .vehc-title,
.vehicles-single-main .vehc-field label,
.vehicles-single-main .vh-title h2,
.vehicles-single-main .vh-content-title,
.vehicles-single-main .vh-txt,
.vehicles-single-main .vh-prc,
.vehicles-single-main .vh-car-price span,
.vehicles-single-main .vehc-int input,
.vehicles-single-main .vehc-int textarea,
.vehicles-single-main .vehc-int select,
.vehicles-single-main .vehc-right,
.vehicles-single-main #form_submit_status {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehc-int .iti {
	z-index: 1 !important;
}

.vehicles-single-main .vehc-int input::-webkit-input-placeholder,
.vehicles-single-main .vehc-int textarea::-webkit-input-placeholder {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehc-int input::-moz-placeholder,
.vehicles-single-main .vehc-int textarea::-moz-placeholder {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehc-int input:-ms-input-placeholder,
.vehicles-single-main .vehc-int textarea:-ms-input-placeholder {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehc-int input:-moz-placeholder,
.vehicles-single-main .vehc-int textarea:-moz-placeholder {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehc-int input,
.vehicles-single-main .vehc-int textarea,
.vehicles-single-main .vehc-int select {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .vehc-field span.rq {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main #telphone {
	text-align: left !important;
	padding-left: 12px !important;
}

.vehicles-single-main .veh-contact-section {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
}

.vehicles-single-main .veh-contact-section .contact_us {
	margin-top: 0 !important;
	margin-bottom: 12px;
}

.vehicles-single-main .vehicle-page-container {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.vehicles-single-main .profile-section {
	flex: 1;
	max-width: 33.33%;
	box-sizing: border-box;
}

.vehicles-single-main .form-section {
	flex: 2;
	max-width: 66.66%;
	box-sizing: border-box;
}

.vehicles-single-main .veh-contact-section .profile-section,
.vehicles-single-main .veh-contact-section .form-section {
	background: var(--veh-container-surface, var(--md-sys-color-surface)) !important;
	border: 1px solid var(--md-sys-color-outline-variant);
	border-radius: 10px;
	padding: 16px;
}
.vehicles-single-main .veh-contact-section .profile-section {
	padding-top: 30px;
}

.vehicles-single-main .profile-photo {
	width: 160px !important;
	height: 160px !important;
	max-width: 100% !important;
	border-radius: 10px;
	margin-top: 10px;
	object-fit: cover;
	display: block;
}

.vehicles-single-main .address span { display: block; }
.vehicles-single-main .contact span { display: block; }
.vehicles-single-main .roles span { display: block; }
.vehicles-single-main .employee span { display: block; }

.vehicles-single-main .address,
.vehicles-single-main .contact,
.vehicles-single-main .employee,
.vehicles-single-main .roles,
.vehicles-single-main .opening_hours {
	font-size: 14px !important;
	line-height: 1.5;
}

.vehicles-single-main .profile-section h2 {
	font-size: 16px !important;
	font-weight: 600;
}

.vehicles-single-main .vehc-left {
	width: 100%;
}

.vehicles-single-main .location_section {
	font-size: 15px !important;
}

.vehicles-single-main .roles {
	margin-top: 2px !important;
}

.vehicles-single-main .employee_img_header {
	margin-bottom: 0px !important;
	font-size: 15px !important;
}

.vehicles-single-main .emp_name {
	margin-bottom: 0px !important;
	font-size: 14px !important;
	font-weight: 600;
}

.vehicles-single-main .employee_img_header,
.vehicles-single-main .location_section,
.vehicles-single-main .profile-section,
.vehicles-single-main .profile-section a {
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main .veh-contact-section,
.vehicles-single-main .veh-contact-section input,
.vehicles-single-main .veh-contact-section select,
.vehicles-single-main .veh-contact-section textarea,
.vehicles-single-main .veh-contact-section label,
.vehicles-single-main .veh-contact-section button {
	font-family: inherit;
}

.vehicles-single-main .veh-contact-section .ad-contact-form input,
.vehicles-single-main .veh-contact-section .ad-contact-form select,
.vehicles-single-main .veh-contact-section .ad-contact-form textarea {
	font-size: 15px;
}

.vehicles-single-main .veh-contact-section .vehc-int .iti.iti--allow-dropdown {
	display: flex !important;
	align-items: center;
	gap: 4px;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	box-sizing: border-box;
}

.vehicles-single-main .veh-contact-section .vehc-int .iti.iti--allow-dropdown input#telphone,
#carconnect-contact .vehc-int .iti.iti--allow-dropdown input#telphone {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	padding-left: 12px !important;
	box-sizing: border-box;
}

.vehicles-single-main .veh-contact-section .iti.iti--allow-dropdown {
	gap: 4px;
}

.vehicles-single-main .veh-contact-section .iti__flag-container {
	min-width: 58px !important;
	width: auto !important;
	flex-shrink: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 44px;
	box-sizing: border-box;
}

.vehicles-single-main .veh-contact-section .iti__selected-flag {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 0 6px;
	height: 100%;
	min-height: 44px;
	box-sizing: border-box;
}

.vehicles-single-main .veh-contact-section .iti__selected-flag .iti__flag {
	flex-shrink: 0;
}

.vehicles-single-main .veh-contact-section .iti__selected-dial-code {
	font-size: 16px !important;
	line-height: 1.2;
	white-space: nowrap;
	flex-shrink: 0;
}

.vehicles-single-main .vehc-int .iti__selected-flag:focus {
	outline: none !important;
	box-shadow: none !important;
}

.vehicles-single-main .vehc-int .iti__selected-dial-code {
	font-size: 16px !important;
	color: var(--md-sys-color-on-surface) !important;
}

.vehicles-single-main form#vehc-form input::placeholder,
.vehicles-single-main form#email-form input::placeholder,
.vehicles-single-main form#vehc-form textarea::placeholder,
.vehicles-single-main form#email-form textarea::placeholder {
	color: #aaa !important;
}

/* ===== Watermark / last sync ===== */
.vehicles-single-main .summary-copyright {
	margin-top: 20px;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100%;
}

.vehicles-single-main .summary-copyright .lastSync,
.summary-copyright .lastSync {
	font-size: 12px !important;
	width: auto !important;
}

.vehicles-single-main .summary-copyright .powered-by,
.summary-copyright .powered-by {
	font-size: 12px !important;
	width: auto !important;
}

.vehicles-single-main .summary-copyright .powered-by a,
.summary-copyright .powered-by a {
	font-size: 12px !important;
}

/* ===== Responsive – Tablet ===== */
@media (max-width: 1024px) {
	.similar-vehicle-card {
		flex: 0 0 calc(50% - 10px);
	}
	.veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items,
	.vehicles-single-main .veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items {
		column-count: 2;
	}
}

/* ===== Responsive – Mobile ===== */
@media (max-width: 767px) {
	.similar-vehicle-card {
		flex: 0 0 100%;
	}

	.vehicles-single-main {
		font-size: 13px;
	}

	.vehicles-single-main .inner-container {
		padding: 0 2px;
		max-width: 100%;
		width: 100%;
	}

	.vehicles-single-main .vehi-single-title h1,
	.vehicles-single-main .vehi-single-title h2,
	.vehicles-single-main .vehi-single-title-mobile {
		font-size: 20px;
		letter-spacing: 0.03em;
	}

	.recommendation_class {
		font-size: 17px !important;
	}

	.vehicles-single-main .entry-content.wp-block-post-content #carconnect-contact h2.recommendation_class.contact_us,
	.vehicles-single-main .entry-content.wp-block-post-content .veh-section-card.veh-similar-section h2.recommendation_class,
	body .entry-content.wp-block-post-content #carconnect-contact h2.recommendation_class.contact_us,
	body .entry-content.wp-block-post-content .veh-section-card.veh-similar-section h2.recommendation_class {
		font-size: 17px !important;
	}

	.vehicles-single-main .veh-dtl-rep h2,
	.vehicles-single-main .veh-dtl-rep h3 {
		font-size: 17px !important;
	}

	.vehicles-single-main span.vehi-prc {
		font-size: 20px;
	}

	.vehicles-single-main .vehi-prd-table th {
		font-size: 10px;
	}

	.vehicles-single-main .vehi-prd-table td {
		font-size: 13px;
	}

	.vehicles-single-main .cta-trust,
	.vehicles-single-main .lock-txt {
		font-size: 10px !important;
		justify-content: center;
	}

	.vehicles-single-main .vehi-help .cta-trust {
		justify-content: center;
	}

	.vehicles-single-main .veh-section-card {
		padding: 16px;
		margin-bottom: var(--veh-section-gap);
	}

	.vehicles-single-main .veh-similar-section .vehicles-main {
		margin-top: 8px;
	}

	.vehicles-single-main .vehi-prd-inner {
		padding: 16px;
	}

	.vehicles-single-main .gallery-slider_wrapper {
		margin-bottom: 12px;
	}

	.vehicles-single-main .more {
		width: auto !important;
		max-width: 100%;
		padding: 10px 12px !important;
		font-size: 13px !important;
		line-height: 1.4 !important;
		white-space: nowrap;
		margin-bottom: 0 !important;
		background: transparent !important;
	}

	.vehicles-single-main .more .label,
	.entry-content .veh-list-dtl .veh-dtl-rep .more .label,
	.vehicles-single-main .veh-list-dtl .veh-dtl-rep .more .label {
		font-size: 14px !important;
		text-decoration: underline;
	}

	.vehicles-single-main .engine-detail-main,
	.vehicles-single-main .veh-list-dtl .technishe-list-items li:not(.ausstatung) p,
	.vehicles-single-main .veh-list-dtl .technishe-list-items li.ausstatung span,
	.vehicles-single-main .engine-detail-main ul.technishe-list-items-engine li p {
		font-size: 13px !important;
	}

	.vehicles-single-main .fahrz-ct {
		font-size: 12px !important;
	}

	.vehicles-single-main .veh-dtl-rep {
		padding: 16px;
	}

	.vehicles-single-main .veh-list-dtl .technishe-list-items {
		margin: 0;
	}

	.veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items,
	.vehicles-single-main .veh-list-dtl .veh-dtl-rep:not(.technische-daten-block) ul.technishe-list-items {
		column-count: 1;
	}

	.vehicles-single-main .veh-list-dtl .technishe-list-items li {
		padding: 0;
	}

	.vehicles-single-main .engine-detail-main ul.technishe-list-items-engine li {
		width: 100% !important;
		padding-right: 0;
	}

	/* Contact form mobile */
	.vehicles-single-main .vehicle-page-container {
		flex-direction: column;
	}

	.vehicles-single-main .profile-section,
	.vehicles-single-main .form-section {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.vehicles-single-main .profile-section img.profile-photo {
		width: 160px !important;
		max-width: 100% !important;
		height: 160px !important;
		object-fit: cover;
	}

	.vehicles-single-main .veh-contact-section {
		padding: 16px;
	}

	.vehicles-single-main .veh-contact-section .profile-section,
	.vehicles-single-main .veh-contact-section .form-section {
		padding: 8px;
	}

	.vehicles-single-main .veh-contact-section .vehi_bar_breadcrum {
		margin: 6px 0 14px;
	}

	.vehicles-single-main .veh-contact-section .cst-row-flex {
		margin-left: -6px;
		margin-right: -6px;
	}

	.vehicles-single-main .veh-contact-section .vehc-left,
	.vehicles-single-main .veh-contact-section .vehc-right,
	.vehicles-single-main .veh-contact-section .col-sp-4,
	.vehicles-single-main .veh-contact-section .col-sp-6,
	.vehicles-single-main .veh-contact-section .col-sp-12 {
		padding: 0 6px;
		box-sizing: border-box;
	}

	.vehicles-single-main .veh-contact-section .col-sp-4,
	.vehicles-single-main .veh-contact-section .col-sp-6 {
		width: 50% !important;
	}

	.vehicles-single-main .veh-contact-section .col-sp-12 {
		width: 100% !important;
	}

	.vehicles-single-main .veh-contact-section #vehc-form > .cst-row-flex:first-of-type .col-sp-4:first-child {
		width: 100% !important;
	}

	.vehicles-single-main .veh-contact-section .vehc-field {
		margin: 12px 0;
		min-width: 0;
		max-width: 100%;
	}

	.vehicles-single-main .veh-contact-section .vehc-int {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.vehicles-single-main .veh-contact-section .vehc-int .iti.iti--allow-dropdown {
		display: flex !important;
		align-items: center;
		gap: 4px;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		box-sizing: border-box;
	}

	.vehicles-single-main .veh-contact-section .vehc-int .iti.iti--allow-dropdown input#telphone,
	#carconnect-contact .vehc-int .iti.iti--allow-dropdown input#telphone {
		flex: 1 1 auto;
		width: 1% !important;
		min-width: 0;
		max-width: 100%;
		padding-left: 12px !important;
		box-sizing: border-box;
	}

	.vehicles-single-main .veh-contact-section .iti.iti--allow-dropdown {
		gap: 4px;
	}

	.vehicles-single-main .veh-contact-section .iti__flag-container {
		min-width: 58px !important;
		width: auto !important;
		flex-shrink: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		height: 44px;
		box-sizing: border-box;
	}

	.vehicles-single-main .veh-contact-section .iti__selected-flag {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 0 6px;
		height: 100%;
		min-height: 44px;
		box-sizing: border-box;
	}

	.vehicles-single-main .veh-contact-section .iti__selected-flag .iti__flag {
		flex-shrink: 0;
	}

	.vehicles-single-main .veh-contact-section .iti__selected-dial-code {
		font-size: 16px !important;
		line-height: 1.2;
		white-space: nowrap;
		flex-shrink: 0;
	}

	.vehicles-single-main .veh-contact-section .iti__country-list {
		left: 0 !important;
		right: auto !important;
		max-width: calc(100vw - 24px) !important;
		width: max-content !important;
		z-index: 1060 !important;
	}

	.vehicles-single-main .veh-contact-section .vehc-field label {
		font-size: 13px;
	}

	.vehicles-single-main .veh-contact-section .vehc-int input,
	.vehicles-single-main .veh-contact-section .vehc-int select,
	.vehicles-single-main .veh-contact-section .vehc-int textarea {
		font-size: 13px;
	}

	.vehicles-single-main .veh-contact-section .profile-section h2,
	.vehicles-single-main .veh-contact-section .location_section,
	.vehicles-single-main .veh-contact-section .employee_img_header {
		font-size: 15px !important;
	}

	.vehicles-single-main .veh-contact-section .address,
	.vehicles-single-main .veh-contact-section .contact,
	.vehicles-single-main .veh-contact-section .employee,
	.vehicles-single-main .veh-contact-section .roles,
	.vehicles-single-main .veh-contact-section .opening_hours {
		font-size: 14px !important;
	}
}
