.amt-vehicles-page {
	--amt-teal: #18b6aa;
	--amt-dark: #2f2f2f;
	--amt-border: #d7d7d7;
	--amt-muted: #747474;
	--amt-bg: #f5f5f5;
	--amt-filter-heading-height: 128px;
	box-sizing: border-box;
	color: #3b3b3b;
	font-family: "Adelle Sans Light", "Adelle Sans", Arial, sans-serif;
	margin: 0 auto;
	padding: 100px 20px 64px;
	width: 100%;
}

body:not(.post-type-archive-fahrzeugbestand) .amt-vehicles-archive {
	margin-left: 50%;
	max-width: none;
	transform: translateX(-50%);
	width: min(1420px, calc(100vw - 40px));
}

body.amt-fahrzeugbestand-page .amt-title-hero,
body:has(.amt-vehicles-archive) .amt-title-hero {
	margin-left: 50%;
	max-width: none;
	transform: translateX(-50%);
	width: 100vw;
}

body.amt-fahrzeugbestand-page #Content,
body.amt-fahrzeugbestand-page .content_wrapper,
body.amt-fahrzeugbestand-page .sections_group,
body.amt-fahrzeugbestand-page .section_wrapper,
body.amt-fahrzeugbestand-page .the_content_wrapper,
body.amt-fahrzeugbestand-page .entry-content,
body.amt-fahrzeugbestand-page .elementor,
body.amt-fahrzeugbestand-page .elementor-section-wrap,
body.amt-fahrzeugbestand-page .elementor-top-section:has(.amt-title-hero),
body.amt-fahrzeugbestand-page .elementor-section:has(.amt-title-hero),
body.amt-fahrzeugbestand-page .elementor-container:has(.amt-title-hero),
body.amt-fahrzeugbestand-page .elementor-column:has(.amt-title-hero),
body.amt-fahrzeugbestand-page .elementor-widget-wrap:has(.amt-title-hero),
body.amt-fahrzeugbestand-page .elementor-widget-container:has(.amt-title-hero),
body.amt-fahrzeugbestand-page .elementor-shortcode:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .entry-content,
body:has(.amt-vehicles-archive) .the_content_wrapper,
body:has(.amt-vehicles-archive) #Content,
body:has(.amt-vehicles-archive) .content_wrapper,
body:has(.amt-vehicles-archive) .section_wrapper,
body:has(.amt-vehicles-archive) .sections_group,
body:has(.amt-vehicles-archive) .section:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .wrap:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .column:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .elementor-section:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .elementor-container:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .elementor-column:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .elementor-widget-wrap:has(.amt-title-hero),
body:has(.amt-vehicles-archive) .elementor-widget-container,
body:has(.amt-vehicles-archive) .elementor-shortcode {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body:has(.amt-vehicles-archive) .entry-title,
body:has(.amt-vehicles-archive) .page-title,
body:has(.amt-vehicles-archive) .elementor-widget-heading .elementor-heading-title {
	display: none !important;
}

body.amt-fahrzeug-sync-page #Subheader,
body.single-fahrzeugbestand #Subheader,
body.post-type-archive-fahrzeugbestand #Subheader,
body:has(.amt-vehicles-page) #Subheader {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

html body.amt-fahrzeug-sync-page div#Subheader,
html body.single-fahrzeugbestand div#Subheader,
html body.post-type-archive-fahrzeugbestand div#Subheader,
html body:has(.amt-vehicles-page) div#Subheader {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.amt-vehicles-page * {
	box-sizing: border-box;
}

.amt-vehicles-shell,
.amt-single-shell {
	margin: 0 auto;
	max-width: 1420px;
}

.amt-vehicles-archive .amt-vehicles-shell,
.amt-vehicles-archive .amt-archive-header,
.amt-single-shell {
	max-width: 1420px;
}

.amt-archive-header {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 0 100px !important;
}

.amt-archive-header h1 {
	color: var(--amt-teal);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.amt-vehicles-shell {
	align-items: flex-start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
}

.amt-filter-panel {
	background: #fff;
	border: 1px solid var(--amt-border);
}

.amt-vehicles-page > p:empty,
.amt-vehicles-page > br,
.amt-vehicles-page input[type="hidden"],
.entry-content > p:empty:has(+ .amt-vehicles-page),
.elementor-widget-container > p:empty:has(+ .amt-vehicles-page),
.elementor-shortcode > p:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 0 !important;
}

.amt-filter-panel h2 {
	align-items: center;
	background: var(--amt-dark);
	color: #fff;
	display: flex;
	font-size: 22px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	margin: 0;
	min-height: var(--amt-filter-heading-height);
	padding: 26px 22px;
	text-align: center;
}

.amt-filter-panel form {
	padding: 18px;
}

.amt-search-form {
	border-bottom: 1px solid var(--amt-border);
}

.amt-search-form .amt-button {
	font-size: 22px;
	font-weight: 800;
	margin-top: 0;
	width: 100%;
}

.amt-filter-form {
	padding-top: 0 !important;
}

.amt-filter-form > .amt-filter-section:first-of-type {
	margin-top: 0;
}

.amt-filter-panel label,
.amt-filter-panel label span {
	display: block;
}

.amt-filter-panel label {
	margin-bottom: 18px;
}

.amt-filter-panel label span {
	color: #4f4f4f;
	font-size: 16px;
	margin-bottom: 8px;
}

.amt-filter-panel input,
.amt-filter-panel select,
.amt-results-toolbar input,
.amt-results-toolbar select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	color: #4b4b4b;
	font-size: 18px;
	max-width: none;
	min-height: 52px;
	padding: 11px 14px;
	width: 100%;
}

.amt-filter-panel input[type="search"] {
	font-size: 17px;
	max-width: none !important;
	width: 100% !important;
}

.amt-filter-panel > form > label:first-child input[type="search"] {
	border-color: #cfcfcf;
	color: #4b4b4b;
	font-size: 18px;
}

.amt-filter-panel > form > label:first-child input[type="search"]::placeholder {
	color: #4b4b4b;
	opacity: 1;
}

.amt-filter-panel select,
.amt-results-toolbar select {
	background-image: linear-gradient(45deg, transparent 50%, #8d8d8d 50%), linear-gradient(135deg, #8d8d8d 50%, transparent 50%);
	background-position: calc(100% - 20px) 23px, calc(100% - 14px) 23px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 42px;
}

.amt-filter-panel input:focus,
.amt-filter-panel select:focus,
.amt-filter-panel select:valid,
.amt-filter-panel select option,
.amt-results-toolbar select:focus,
.amt-results-toolbar select:valid,
.amt-results-toolbar select option {
	color: #4b4b4b;
}

.amt-filter-section {
	border-top: 1px solid var(--amt-border);
	margin: 22px -18px 0;
	padding: 0 18px 8px;
}

.amt-filter-section h3 {
	background: var(--amt-dark);
	color: #fff;
	font-size: 22px;
	margin: 0 -18px 18px;
	padding: 20px 18px;
	text-align: center;
}

.amt-button {
	align-items: center;
	background: var(--amt-teal);
	border: 0;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	text-decoration: none;
	transition: background 0.18s ease;
	width: 100%;
}

.amt-button:hover,
.amt-button:focus {
	background: #129f95;
	color: #fff;
}

.amt-filter-reset {
	color: var(--amt-teal);
	display: block;
	margin: 8px 0 14px;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.amt-filter-panel .amt-filter-reset + .amt-button {
	font-size: 22px;
	font-weight: 800;
	margin-top: 18px;
}

.amt-results-toolbar {
	align-items: center;
	background: var(--amt-dark);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 210px;
	margin-bottom: 28px;
	min-height: var(--amt-filter-heading-height);
	padding: 28px 34px;
}

.amt-results-toolbar.is-has-favorites-button {
	grid-template-columns: minmax(0, 1fr) auto 210px;
}

.amt-toolbar-favorites {
	align-items: center;
	background: var(--amt-teal);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-size: 23px;
	font-weight: 700;
	gap: 13px;
	justify-content: center;
	line-height: 1.1;
	min-height: 52px;
	padding: 10px 22px;
	text-decoration: none;
	white-space: nowrap;
}

.amt-toolbar-favorites:hover,
.amt-toolbar-favorites:focus {
	background: #129f95;
	color: #fff;
	text-decoration: none;
}

.amt-toolbar-favorites span {
	color: #fff;
	font-size: 26px;
	line-height: 1;
}

.amt-results-toolbar select {
	align-self: center;
	height: 52px;
	justify-self: end;
	margin: 0;
}

.amt-results-toolbar input[type="hidden"],
.amt-filter-panel input[type="hidden"] {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	width: 0 !important;
}

.amt-results-toolbar h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.amt-search-line {
	align-items: center;
	display: flex;
	gap: 12px;
}

.amt-search-line input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #9a9a9a;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
}

.amt-search-line input::placeholder {
	color: #aaa;
}

.amt-search-line button {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
	width: 48px;
}

.amt-vehicle-list {
	display: grid;
	gap: 28px;
}

.amt-vehicles-shell.is-favorites {
	grid-template-columns: minmax(0, 1fr);
}

.amt-vehicles-shell.is-favorites .amt-results-toolbar {
	grid-template-columns: minmax(0, 1fr) 210px;
}

.amt-vehicle-list--favorites [data-amt-favorite-card] {
	display: none;
}

.amt-vehicle-list--favorites [data-amt-favorite-card].is-visible-favorite {
	display: grid;
}

.amt-favorites-suggestions {
	margin-top: 100px;
}

.amt-favorites-suggestions h2 {
	color: var(--amt-teal);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 100px;
	text-align: center;
	text-transform: uppercase;
}

.amt-favorites-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 0 0 34px;
}

.amt-favorites-actions a {
	align-items: center;
	background: var(--amt-teal);
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	gap: 9px;
	justify-content: center;
	line-height: 1.1;
	min-height: 36px;
	padding: 8px 14px;
	text-decoration: none;
	transition: background 0.18s ease;
	white-space: nowrap;
}

.amt-favorites-actions a:hover,
.amt-favorites-actions a:focus {
	background: #129f95;
	color: #fff;
}

.amt-favorites-actions .amt-favorites-inquiry {
	background: var(--amt-dark);
}

.amt-favorites-actions .amt-favorites-inquiry:hover,
.amt-favorites-actions .amt-favorites-inquiry:focus {
	background: #4a4a4a;
}

.amt-favorites-actions span {
	color: #fff;
	font-size: 19px;
	line-height: 1;
}

.amt-archive-legal-note {
	background: #fff;
	border: 1px solid var(--amt-border);
	box-sizing: border-box;
	color: #666;
	font-size: 15px;
	line-height: 1.45;
	margin: 34px auto 0;
	max-width: 980px;
	overflow-wrap: anywhere;
	padding: 22px 28px;
	text-align: center;
	white-space: normal;
	width: min(100%, 980px);
	word-break: normal;
}

.amt-archive-legal-note p {
	margin: 0 auto;
	max-width: 900px;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: break-word;
}

.amt-archive-legal-note a {
	color: var(--amt-teal);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.amt-vehicle-card {
	align-items: start;
	background: #e9e9e9;
	border: 1px solid #cfcfcf;
	display: grid;
	grid-template-columns: minmax(260px, 42%) minmax(0, 58%);
	min-height: 0;
	overflow: visible;
	--amt-card-gap: 24px;
	gap: var(--amt-card-gap);
	padding: var(--amt-card-gap);
	position: relative;
}

.amt-card-badge {
	background: var(--amt-teal);
	color: #fff;
	display: inline-flex;
	font-size: 21px;
	font-weight: 800;
	left: 0;
	line-height: 1;
	padding: 8px 13px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 2;
}

.amt-card-location-badge {
	background: var(--amt-teal);
	color: #fff;
	display: inline-flex;
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 13px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.amt-card-media {
	align-self: start;
	display: block;
	grid-column: 1;
	grid-row: 2;
}

.amt-card-body {
	grid-column: 2;
	grid-row: 2;
}

.amt-card-image {
	background: #e9e9e9;
	display: block;
	overflow: hidden;
}

.amt-card-image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.amt-card-image span {
	align-items: center;
	color: var(--amt-muted);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 280px;
}

.amt-card-body {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	padding: 0;
}

.amt-card-title-row {
	align-items: center;
	display: flex;
	gap: var(--amt-card-gap);
	grid-column: 1 / -1;
	grid-row: 1;
	justify-content: space-between;
	min-height: 74px;
	min-width: 0;
	padding-top: 24px;
}

.amt-card-title-main {
	flex: 1 1 auto;
	min-width: 0;
}

.amt-card-title-row h2 {
	display: block;
	font-size: clamp(25px, 1.7vw, 35px);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.amt-card-title-row h2 a {
	color: #303030;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

.amt-card-subtitle {
	color: #4b4b4b;
	font-size: 18px;
	line-height: 1.25;
	margin: 6px 0 0;
	overflow-wrap: anywhere;
}

.amt-card-facts,
.amt-card-energy,
.amt-summary-facts {
	display: grid;
	gap: 18px 42px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none !important;
	margin: 34px 0;
	padding: 0;
}

.amt-card-facts {
	gap: 14px var(--amt-card-gap);
	margin: 0 0 var(--amt-card-gap);
}

.amt-card-energy {
	border-top: 1px solid #d3d3d3;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 0 10px;
	padding-top: 14px;
}

.amt-card-facts div,
.amt-card-energy div,
.amt-summary-facts div {
	color: #666;
	list-style: none !important;
	min-width: 0;
	position: relative;
}

.amt-card-facts dt,
.amt-card-energy dt,
.amt-summary-facts dt {
	color: var(--amt-teal);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 5px;
}

.amt-card-facts dd,
.amt-card-energy dd,
.amt-summary-facts dd {
	color: #666;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

.amt-card-energy dt {
	font-size: 14px;
	margin-bottom: 3px;
}

.amt-card-energy dd {
	font-size: 15px;
}

.amt-card-energy div {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(90px, auto);
}

.amt-card-energy dt,
.amt-card-energy dd {
	line-height: 1.25;
}

.amt-card-energy dd {
	text-align: right;
}

.amt-energy-more {
	align-self: flex-start;
	background: transparent;
	border: 0;
	color: var(--amt-teal);
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 var(--amt-card-gap);
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.amt-energy-more:hover,
.amt-energy-more:focus {
	color: #129f95;
}

.amt-energy-overlay[hidden] {
	display: none;
}

.amt-energy-overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 999999;
}

.amt-energy-overlay__panel {
	background: #fff;
	border: 1px solid var(--amt-border);
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
	color: #555;
	max-height: min(760px, 92vh);
	max-width: 620px;
	overflow: auto;
	padding: 28px;
	position: relative;
	width: min(620px, 100%);
}

.amt-energy-overlay__panel h3 {
	color: #303030;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 44px 22px 0;
}

.amt-energy-overlay__panel h4 {
	color: var(--amt-teal);
	font-size: 18px;
	font-weight: 800;
	margin: 22px 0 10px;
}

.amt-energy-overlay__panel section:first-of-type h4 {
	margin-top: 0;
}

.amt-energy-overlay__panel dl {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.amt-energy-overlay__panel dl div {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
}

.amt-energy-overlay__panel dt,
.amt-energy-overlay__panel dd {
	color: #666;
	font-size: 15px;
	line-height: 1.35;
	margin: 0;
}

.amt-energy-overlay__panel dd {
	font-weight: 700;
	text-align: right;
}

.amt-energy-overlay__panel p {
	color: #666;
	font-size: 15px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.amt-energy-overlay__close {
	align-items: center;
	background: var(--amt-teal);
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 36px;
}

.amt-energy-overlay-open {
	overflow: hidden;
}

.amt-card-price,
.amt-price-box,
.amt-finance-box {
	border: 1px solid var(--amt-teal);
	color: var(--amt-teal);
	display: grid;
	gap: 6px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 18px 0;
	padding: 16px 20px;
	min-width: 0;
}

.amt-card-price {
	background: #fff;
	grid-template-columns: 1fr;
	margin: auto 0 0;
	text-align: center;
}

.amt-card-button {
	grid-column: 1 / -1;
	grid-row: 3;
	font-size: clamp(25px, 1.9vw, 30px);
	font-weight: 700;
	min-height: 66px;
	margin-top: 0;
}

.amt-card-price strong,
.amt-price-box strong,
.amt-finance-box strong {
	color: var(--amt-teal);
	font-size: 21px;
	font-weight: 800;
	overflow-wrap: anywhere;
	text-align: right;
}

.amt-card-price strong {
	font-size: clamp(25px, 1.9vw, 30px);
	line-height: 1.15;
	text-align: center;
}

.amt-card-price span {
	font-size: 20px;
	line-height: 1.1;
}

.amt-card-price span,
.amt-price-box span,
.amt-finance-box span {
	min-width: 0;
}

.amt-card-price small,
.amt-price-box small {
	color: #777;
	grid-column: 1 / -1;
}

.amt-price-box {
	align-items: center;
	grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
}

.amt-finance-box {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid var(--amt-teal);
	color: var(--amt-teal);
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 18px 20px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.amt-finance-box:hover,
.amt-finance-box:focus {
	color: var(--amt-teal);
	text-decoration: none;
}

.amt-finance-box span,
.amt-finance-box strong {
	color: var(--amt-teal);
}

.amt-finance-box strong {
	font-size: 24px;
	font-weight: 400;
	text-align: right;
	white-space: nowrap;
}

.amt-card-finance {
	appearance: none;
	background: #fff;
	border: 1px solid var(--amt-teal);
	color: var(--amt-teal);
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 16px 0 0;
	padding: 14px 20px;
	text-align: left;
	width: 100%;
}

.amt-card-finance span,
.amt-card-finance strong {
	color: var(--amt-teal);
}

.amt-card-finance strong {
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	white-space: nowrap;
}

.amt-info-icon {
	display: none;
}

.amt-finance-filter {
	border: 2px solid var(--amt-teal);
	margin: 0 0 32px;
}

.amt-finance-filter__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.amt-finance-filter__tab {
	background: #fff;
	border: 0;
	border-bottom: 2px solid var(--amt-teal);
	color: #4b4b4b !important;
	cursor: pointer;
	font: inherit;
	font-size: 20px;
	padding: 12px 10px;
}

.amt-finance-filter__tab.is-active {
	background: var(--amt-teal);
	color: #fff !important;
}

.amt-finance-filter__body {
	padding: 22px;
}

.amt-finance-range {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
}

.amt-finance-range label {
	align-items: end;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
}

.amt-finance-range span {
	color: var(--amt-text);
	grid-column: 1 / -1;
}

.amt-rate-input {
	display: block;
	position: relative;
	width: 100%;
}

.amt-finance-range input {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #777;
	color: #4b4b4b !important;
	font: inherit;
	min-width: 0;
	padding: 8px 0;
	text-align: center;
	-webkit-text-fill-color: #4b4b4b;
	width: 100%;
}

.amt-finance-range input:focus,
.amt-finance-range input:valid,
.amt-finance-range input:autofill,
.amt-finance-range input:-webkit-autofill {
	color: #4b4b4b !important;
	-webkit-text-fill-color: #4b4b4b;
}

.amt-rate-slider {
	display: grid;
	grid-template-columns: 1fr;
	margin: 22px 28px 20px;
	--amt-rate-min-percent: 0%;
	--amt-rate-max-percent: 100%;
	position: relative;
}

.amt-rate-slider::before {
	background: linear-gradient(
		to right,
		#d6d6d6 0%,
		#d6d6d6 var(--amt-rate-min-percent),
		var(--amt-teal) var(--amt-rate-min-percent),
		var(--amt-teal) var(--amt-rate-max-percent),
		#d6d6d6 var(--amt-rate-max-percent),
		#d6d6d6 100%
	);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.amt-rate-slider input[type="range"] {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	grid-column: 1;
	grid-row: 1;
	height: 44px;
	margin: 0;
	min-height: 0;
	padding: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

.amt-rate-slider input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: var(--amt-teal);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 44px;
	margin-top: -18px;
	pointer-events: auto;
	width: 44px;
}

.amt-rate-slider input[type="range"]::-moz-range-thumb {
	background: var(--amt-teal);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 44px;
	pointer-events: auto;
	width: 44px;
}

.amt-rate-slider input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	height: 8px;
}

.amt-rate-slider input[type="range"]::-moz-range-track {
	background: transparent;
	border: 0;
	height: 8px;
}

.amt-finance-filter p {
	margin: 22px 0 12px;
}

.amt-rate-buttons {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.amt-rate-buttons button {
	background: var(--amt-teal);
	border: 0;
	color: #fff;
	cursor: pointer;
	font: inherit;
	padding: 9px 10px;
}

.amt-rate-buttons button.is-active {
	background: #333;
	box-shadow: inset 0 0 0 2px #333;
	color: #fff;
	font-weight: 700;
}

.amt-finance-overlay[hidden] {
	display: none;
}

.amt-finance-overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 32px;
	position: fixed;
	z-index: 99999;
}

.amt-finance-overlay__panel {
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
	color: var(--amt-text);
	max-height: 90vh;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 42px 54px;
	position: relative;
	width: min(980px, 100%);
}

.amt-finance-overlay__close {
	background: #fff;
	border: 2px solid var(--amt-text);
	color: var(--amt-text);
	cursor: pointer;
	font-size: 34px;
	height: 52px;
	line-height: 1;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 52px;
}

.amt-finance-overlay h3 {
	font-size: 28px;
	margin: 28px 0 14px;
}

.amt-finance-overlay dl {
	margin: 0;
	max-width: 100%;
}

.amt-finance-overlay dl div {
	border-bottom: 1px solid #ddd;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 8px 0;
}

.amt-finance-overlay dt {
	font-weight: 400;
	min-width: 0;
	overflow-wrap: anywhere;
}

.amt-finance-overlay dd {
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
	text-align: right;
}

.amt-finance-overlay__notice {
	line-height: 1.6;
	margin: 28px 0 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.amt-finance-overlay-open {
	overflow: hidden;
}

.amt-price-box strong {
	align-self: center;
	font-size: 28px;
	line-height: 1.15;
	text-align: center;
}

.amt-pagination {
	margin-top: 24px;
	text-align: center;
}

.amt-pagination .page-numbers {
	border: 1px solid var(--amt-border);
	color: #333;
	display: inline-block;
	margin: 0 3px;
	padding: 8px 12px;
	text-decoration: none;
}

.amt-pagination .current {
	background: var(--amt-teal);
	border-color: var(--amt-teal);
	color: #fff;
}

.amt-no-results {
	background: #fff;
	border: 1px solid var(--amt-border);
	padding: 28px;
}

.amt-single-header {
	margin-bottom: 34px;
	padding-top: 0;
}

.amt-single-header h1 {
	color: var(--amt-teal);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 100px;
	text-align: center;
	text-transform: uppercase;
}

.amt-single-header nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 34px;
}

.amt-single-header nav a,
.amt-single-header nav button {
	align-items: center;
	background: var(--amt-teal);
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	gap: 9px;
	justify-content: center;
	line-height: 1.1;
	min-height: 36px;
	padding: 0;
	padding: 8px 14px;
	text-decoration: none;
	transition: background 0.18s ease;
	white-space: nowrap;
}

.amt-single-header nav a:hover,
.amt-single-header nav a:focus,
.amt-single-header nav button:hover,
.amt-single-header nav button:focus {
	background: #129f95;
	color: #fff;
}

.amt-single-header nav button.is-active {
	background: #129f95;
}

.amt-single-header nav span {
	color: #fff;
	font-size: 19px;
	line-height: 1;
}

.amt-single-header h2 {
	color: #303030;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.amt-single-header p {
	color: #666;
	font-size: 17px;
	margin: 8px 0 0;
}

.amt-single-header .amt-single-subtitle {
	color: #4b4b4b;
	font-size: 20px;
	line-height: 1.35;
	margin-top: 8px;
	overflow-wrap: anywhere;
}

.amt-single-top {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 2.2fr) minmax(300px, 1fr);
}

.amt-gallery-main {
	background: #111;
	position: relative;
}

.amt-gallery-main img {
	aspect-ratio: 16 / 10;
	display: none;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.amt-gallery-main img.is-active {
	display: block;
}

.amt-gallery-main-arrow {
	align-items: center;
	appearance: none;
	background: rgba(0, 0, 0, 0.45);
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: transparent;
	cursor: pointer;
	display: grid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
	height: 72px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 0;
	padding: 0;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.2s ease;
	width: 54px;
	z-index: 3;
}

.amt-gallery-main-arrow::before {
	border-color: #fff;
	border-style: solid;
	content: '';
	display: block;
	height: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 18px;
}

.amt-gallery-main-prev::before {
	border-width: 0 0 5px 5px;
	transform: translate(-35%, -50%) rotate(45deg);
}

.amt-gallery-main-next::before {
	border-width: 5px 5px 0 0;
	transform: translate(-65%, -50%) rotate(45deg);
}

.amt-gallery-main-arrow:hover,
.amt-gallery-main-arrow:focus {
	background: var(--amt-teal);
}

.amt-gallery-main-prev {
	left: 0;
}

.amt-gallery-main-next {
	right: 0;
}

.amt-gallery-placeholder {
	align-items: center;
	aspect-ratio: 16 / 10;
	color: #fff;
	display: flex;
	justify-content: center;
}

.amt-gallery-slider {
	align-items: stretch;
	background: #050505;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.amt-gallery-thumbs {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
	padding: 5px;
}

.amt-gallery-arrow {
	align-items: center;
	appearance: none;
	background: #111;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: transparent;
	cursor: pointer;
	display: grid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
	height: 100%;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 0;
	padding: 0;
	place-items: center;
	position: relative;
}

.amt-gallery-arrow::before {
	border-color: #fff;
	border-style: solid;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 12px;
}

.amt-gallery-arrow:first-child::before {
	border-width: 0 0 3px 3px;
	transform: translate(-35%, -50%) rotate(45deg);
}

.amt-gallery-arrow:last-child::before {
	border-width: 3px 3px 0 0;
	transform: translate(-65%, -50%) rotate(45deg);
}

.amt-gallery-arrow:hover,
.amt-gallery-arrow:focus {
	background: var(--amt-teal);
}

.amt-gallery-thumbs button {
	background: transparent;
	border: 2px solid transparent;
	cursor: pointer;
	display: none;
	padding: 0;
}

.amt-gallery-thumbs button.is-visible {
	display: block;
}

.amt-gallery-thumbs button.is-active {
	border-color: var(--amt-teal);
}

.amt-gallery-thumbs img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.amt-single-summary {
	position: sticky;
	top: 24px;
}

.amt-single-summary .amt-price-box:first-child {
	margin-top: 0;
}

.amt-single-summary .amt-button {
	margin-top: 18px;
}

.amt-energy-line {
	color: #666;
	line-height: 1.5;
}

.amt-tabs {
	margin-top: 28px;
}

.amt-tab-bar {
	align-items: flex-start;
	display: flex;
}

.amt-tab-nav {
	display: flex;
	flex-wrap: wrap;
}

.amt-tab-nav button {
	background: #fff;
	border: 1px solid var(--amt-border);
	border-bottom-color: var(--amt-border);
	color: var(--amt-teal);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	margin: 0 -1px -1px 0;
	min-height: 58px;
	padding: 16px 22px;
}

.amt-tab-nav button.is-active {
	background: var(--amt-teal);
	border-color: var(--amt-teal);
	color: #fff;
	position: relative;
	z-index: 2;
}

.amt-tab-panel {
	border: 1px solid var(--amt-border);
	display: none;
	min-height: 360px;
	padding: 28px 32px;
}

.amt-tab-panel.is-active {
	background: #e9e9e9;
	display: block;
}

.amt-data-grid {
	display: grid;
	gap: 24px 64px;
	grid-template-columns: minmax(130px, 180px) minmax(0, 1fr) minmax(130px, 180px) minmax(0, 1fr);
	margin: 0;
}

.amt-data-grid dt,
.amt-data-grid dd {
	background: transparent;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 18px;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

.amt-data-grid dt {
	color: var(--amt-teal);
	font-weight: 700;
}

.amt-data-grid dd {
	color: #737373;
}

.amt-legal-energy {
	border-top: 1px solid #d3d3d3;
	margin-top: 30px;
	padding-top: 26px;
}

.amt-legal-energy h3 {
	color: #303030;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 18px;
}

.amt-energy-legal-grid {
	display: grid;
	gap: 46px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 30px;
}

.amt-energy-table {
	min-width: 0;
	width: 100%;
}

.amt-energy-table h4 {
	color: #303030;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 24px;
}

.amt-energy-table dl {
	display: block;
	margin: 0;
}

.amt-energy-table dl div {
	align-items: start;
	border-top: 1px solid #d3d3d3;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	padding: 10px 0;
}

.amt-energy-table--battery dl {
	display: grid;
	grid-template-columns: 1fr;
}

.amt-energy-table--battery dl div {
	grid-column: 1 / -1;
}

.amt-energy-table dl div:last-child {
	border-bottom: 1px solid #d3d3d3;
}

.amt-energy-table dt {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.amt-energy-table dd {
	color: #666;
	font-size: 18px;
	line-height: 1.35;
	margin: 0;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: normal;
}

.amt-energy-table dd span {
	display: block;
	margin: 0 0 10px;
}

.amt-energy-table dd span:last-child {
	margin-bottom: 0;
}

.amt-consumption-detail {
	display: grid;
	gap: 18px 44px;
	grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
	margin-bottom: 26px;
}

.amt-consumption-detail h4 {
	color: #303030;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.amt-consumption-detail sup {
	font-size: 0.7em;
	line-height: 0;
	top: -0.35em;
}

.amt-consumption-detail ul {
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.amt-consumption-detail li {
	color: #555;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 7px;
	line-height: 1.25;
	margin: 0;
}

.amt-consumption-detail small {
	color: inherit;
	font-size: 1em;
}

.amt-co2-label {
	margin: 30px 0;
	max-width: 820px;
}

.amt-co2-overview {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 28px 0 34px;
}

.amt-co2-properties h4 {
	color: #222;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 24px;
}

.amt-legal-energy .amt-co2-properties dl {
	display: grid;
	gap: 18px 44px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
}

.amt-legal-energy .amt-co2-properties .amt-co2-property-list {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
}

.amt-legal-energy .amt-co2-properties dl div {
	display: grid;
	gap: 8px 44px;
	grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
}

.amt-legal-energy .amt-co2-properties .amt-co2-property-row {
	display: grid;
	gap: 8px 14px;
	grid-template-columns: max-content minmax(0, 1fr);
}

.amt-legal-energy .amt-co2-properties dt,
.amt-legal-energy .amt-co2-properties dd {
	font-size: 18px;
	line-height: 1.35;
}

.amt-co2-label--compact {
	justify-self: start;
	margin: 0;
	max-width: 360px;
	padding-top: 56px;
	width: 100%;
}

.amt-co2-label--compact .amt-co2-scale {
	gap: 5px;
}

.amt-co2-label--compact .amt-co2-row {
	gap: 18px;
	grid-template-columns: minmax(120px, 240px) 62px;
	min-height: 26px;
}

.amt-co2-label--compact.amt-co2-scale--dual .amt-co2-row,
.amt-co2-label--compact .amt-co2-scale--dual .amt-co2-row {
	gap: 10px;
	grid-template-columns: minmax(120px, 240px) 52px 62px;
}

.amt-co2-label--compact .amt-co2-bar,
.amt-co2-label--compact .amt-co2-marker {
	clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 50%, calc(100% - 17px) 100%, 0 100%);
	font-size: 18px;
	height: 26px;
	padding: 0 10px;
}

.amt-co2-label--compact .amt-co2-marker {
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 15px 100%, 0 50%);
	padding: 0 10px 0 17px;
	width: 54px;
}

.amt-co2-label h4 {
	color: #222;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 8px;
}

.amt-co2-label > p {
	color: #222;
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 32px;
	padding-bottom: 12px;
}

.amt-co2-scale {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.amt-co2-headings {
	align-items: end;
	color: #222;
	display: grid;
	font-size: 16px;
	gap: 24px;
	grid-template-columns: minmax(190px, 420px) 90px 120px;
	line-height: 1.2;
	margin: -14px 0 10px;
}

.amt-co2-row {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(190px, 420px) 90px;
	min-height: 44px;
}

.amt-co2-scale--dual .amt-co2-row {
	gap: 24px;
	grid-template-columns: minmax(190px, 420px) 90px 120px;
}

.amt-co2-bar,
.amt-co2-marker {
	align-items: center;
	clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
	color: #fff;
	display: inline-flex;
	font-size: 26px;
	font-weight: 700;
	height: 44px;
	line-height: 1;
	padding: 0 18px;
}

.amt-co2-marker {
	background: #000;
	clip-path: polygon(26px 0, 100% 0, 100% 100%, 26px 100%, 0 50%);
	justify-content: center;
	padding: 0 16px 0 28px;
	width: 86px;
}

.amt-co2-row-a .amt-co2-bar {
	background: #05a64f;
	width: 45%;
}

.amt-co2-row-b .amt-co2-bar {
	background: #48bd35;
	width: 56%;
}

.amt-co2-row-c .amt-co2-bar {
	background: #b8e600;
	width: 64%;
}

.amt-co2-row-d .amt-co2-bar {
	background: #ffed00;
	width: 72%;
}

.amt-co2-row-e .amt-co2-bar {
	background: #f8ad13;
	width: 80%;
}

.amt-co2-row-f .amt-co2-bar {
	background: #f85a18;
	width: 88%;
}

.amt-co2-row-g .amt-co2-bar {
	background: #ef1b2d;
	width: 96%;
}

.amt-legal-energy dl {
	display: grid;
	gap: 18px 44px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.amt-legal-energy > dl > div {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr);
}

.amt-legal-energy dt {
	color: var(--amt-teal);
	font-weight: 700;
	margin: 0;
}

.amt-legal-energy dd {
	color: #737373;
	margin: 0;
}

.amt-legal-energy p {
	color: #666;
	font-size: 15px;
	margin: 22px 0 0;
}

.amt-legal-energy .amt-legal-note {
	display: block;
	margin-top: 26px;
}

.amt-legal-energy .amt-legal-note p {
	line-height: 1.5;
	margin: 10px 0 0;
}

.amt-legal-energy .amt-legal-note a {
	color: var(--amt-teal);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.amt-copy-panel {
	color: #666;
	font-size: 20px;
	line-height: 1.45;
}

.amt-text-content h3 {
	color: #4f4f4f;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 26px 0 8px;
}

.amt-text-content h3:first-child {
	margin-top: 0;
}

.amt-text-content p {
	margin: 0 0 12px;
}

.amt-text-content ul {
	list-style: disc;
	margin: 0 0 18px 22px;
	padding: 0;
}

.amt-text-content li {
	break-inside: avoid;
	margin: 0 0 10px;
	padding-left: 4px;
}

.amt-text-content li::marker {
	color: var(--amt-teal);
	font-size: 0.78em;
}

.amt-equipment-content ul {
	column-gap: 54px;
	columns: 3 230px;
	list-style-position: inside;
	margin-left: 0;
}

.amt-description-tools {
	align-items: center;
	display: flex;
	gap: 32px;
	margin-bottom: 22px;
	max-width: 600px;
}

.amt-description-tools span {
	background: var(--amt-teal);
	color: #fff;
	display: inline-flex;
	font-size: 20px;
	justify-content: space-between;
	min-height: 42px;
	min-width: 250px;
	padding: 8px 14px;
}

.amt-description-tools span::after {
	background: #fff;
	content: "";
	display: inline-block;
	height: 28px;
	width: 28px;
}

.amt-description-tools input {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	color: #555;
	font-size: 18px;
	min-height: 42px;
	padding: 8px 12px;
	width: 280px;
}

.amt-description-content {
	max-width: 720px;
}

.amt-description-content ul {
	list-style-position: outside;
}

.amt-photo-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amt-photo-grid a {
	background: #eee;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.amt-photo-grid img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.amt-lightbox-open {
	overflow: hidden;
}

.amt-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.88);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 32px;
	position: fixed;
	z-index: 999999;
}

.amt-lightbox.is-open {
	display: flex;
}

.amt-lightbox figure {
	margin: 0;
	max-height: 92vh;
	max-width: 92vw;
	text-align: center;
}

.amt-lightbox img {
	display: block;
	max-height: 84vh;
	max-width: 92vw;
	object-fit: contain;
	width: auto;
}

.amt-lightbox figcaption {
	color: #fff;
	font-size: 16px;
	margin-top: 12px;
}

.amt-lightbox button {
	align-items: center;
	background: var(--amt-teal);
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.amt-lightbox-close {
	font-size: 36px;
	height: 48px;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 48px;
}

.amt-lightbox-arrow {
	font-size: 52px;
	height: 64px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
}

.amt-lightbox-prev {
	left: 24px;
}

.amt-lightbox-next {
	right: 24px;
}

.amt-empty-state {
	color: #777;
	font-size: 18px;
	margin: 0;
}

.amt-finance-leasing-section,
.amt-location-section,
.amt-inquiry-section {
	margin-top: 34px;
}

.amt-finance-leasing-section,
.amt-location-section {
	background: #e9e9e9;
	border: 1px solid var(--amt-border);
}

.amt-finance-leasing-section header,
.amt-location-section header,
.amt-inquiry-section header {
	align-items: center;
	background: var(--amt-teal);
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 18px 24px;
}

.amt-finance-leasing-section h2,
.amt-location-section h2,
.amt-inquiry-section h2 {
	color: inherit;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.amt-finance-leasing-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 30px 42px 16px;
}

.amt-finance-calculator-card {
	background: #fff;
	border: 1px solid var(--amt-teal);
	display: grid;
	gap: 22px;
	grid-template-rows: auto auto 1fr;
	padding: 24px;
}

.amt-finance-calculator-card__head {
	align-items: start;
	border-bottom: 1px solid var(--amt-border);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 63px;
	padding-bottom: 18px;
}

.amt-finance-calculator-card h3 {
	color: #303030;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.amt-finance-calculator-card__head strong {
	color: var(--amt-teal);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
	text-align: right;
	white-space: nowrap;
}

.amt-finance-calculator-fields {
	display: grid;
	gap: 18px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amt-finance-calculator-fields label {
	display: grid;
	gap: 8px;
	margin: 0;
	min-width: 0;
}

.amt-finance-calculator-fields span,
.amt-finance-calculator-facts dt {
	color: var(--amt-teal);
	font-size: 17px;
	line-height: 1.25;
}

.amt-finance-calculator-fields input,
.amt-finance-calculator-fields select {
	background: #fff;
	border: 1px solid #858585;
	box-sizing: border-box;
	color: #555;
	font-family: inherit;
	font-size: 17px;
	height: 58px;
	line-height: 1.2;
	padding: 10px 14px;
	text-align: center;
	width: 100%;
}

.amt-finance-calculator-fields select {
	appearance: auto;
	cursor: pointer;
	font-size: 17px !important;
	padding-right: 34px;
	text-align-last: center;
}

.amt-finance-editable-field {
	display: block;
	max-width: 360px;
	position: relative;
	width: 100%;
}

.amt-finance-editable-field::after {
	color: #4f4f4f;
	content: "✎";
	font-size: 26px;
	line-height: 58px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 0;
	transform: none;
}

.amt-finance-editable-field input {
	padding-right: 42px;
}

.amt-finance-calculator-fields input.amt-finance-calculated-field {
	background: #f3f3f3;
	border-color: #9b9b9b;
	color: #777;
	cursor: default;
}

.amt-vehicle-single .amt-finance-calculator-fields select,
.amt-vehicle-single .amt-finance-calculator-fields select option {
	color: #555 !important;
	font-family: inherit !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

.amt-finance-calculator-facts {
	border-top: 1px solid var(--amt-border);
	display: grid;
	gap: 12px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding-top: 18px;
}

.amt-finance-calculator-facts div {
	display: grid;
	gap: 6px;
}

.amt-finance-calculator-facts dd {
	color: #666;
	font-size: 19px;
	margin: 0;
}

.amt-finance-calculator-card--leasing p,
.amt-finance-leasing-note {
	color: #777;
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

.amt-finance-calculator-card--leasing p {
	border-top: 1px solid var(--amt-border);
	padding-top: 18px;
}

.amt-finance-leasing-note {
	padding: 0 42px 30px;
}

.amt-location-card {
	color: #666;
	display: grid;
	font-size: 17px;
	gap: 18px 52px;
	grid-template-columns: minmax(220px, 0.85fr) minmax(320px, 1.15fr);
	line-height: 1.55;
	padding: 28px 42px;
}

.amt-location-address {
	display: grid;
	gap: 2px;
	grid-row: 1 / 3;
}

.amt-location-address strong {
	color: #3a3a3a;
	font-size: 21px;
	font-weight: 700;
}

.amt-location-address a {
	color: var(--amt-teal);
	text-decoration: none;
}

.amt-map-button {
	align-items: center;
	background: var(--amt-teal);
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	gap: 12px;
	justify-content: center;
	min-height: 46px;
	padding: 10px 26px;
	text-decoration: none;
	width: min(100%, 620px);
}

.amt-map-button:hover,
.amt-map-button:focus {
	background: #129f95;
	color: #fff;
}

.amt-inquiry-section {
	border: 1px solid var(--amt-border);
	background: #e9e9e9;
}

.amt-inquiry-body {
	padding: 32px;
}

.amt-inquiry-form {
	display: block;
}

.amt-inquiry-fields {
	display: grid;
	gap: 26px;
	grid-template-areas:
		"first last message"
		"zip city message"
		"email phone message"
		"note note note";
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(360px, 1.28fr);
	grid-template-rows: repeat(3, auto) auto;
}

.amt-inquiry-first-name {
	grid-area: first;
}

.amt-inquiry-last-name {
	grid-area: last;
}

.amt-inquiry-zip {
	grid-area: zip;
}

.amt-inquiry-city {
	grid-area: city;
}

.amt-inquiry-email {
	grid-area: email;
}

.amt-inquiry-phone {
	grid-area: phone;
}

.amt-inquiry-full {
	height: 100%;
	grid-area: message;
}

.amt-inquiry-note {
	grid-area: note;
}

.amt-inquiry-form label {
	display: block;
	margin-bottom: 0;
	max-width: none;
	width: 100%;
}

.amt-inquiry-form label > span {
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.amt-inquiry-form input,
.amt-inquiry-form textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	color: #4b4b4b;
	display: block;
	font-family: "Adelle Sans Light", "Adelle Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	max-width: none !important;
	min-height: 52px;
	padding: 11px 14px;
	width: 100% !important;
}

.amt-inquiry-form input::placeholder,
.amt-inquiry-form textarea::placeholder {
	color: #4b4b4b;
	opacity: 1;
}

.amt-inquiry-form input:focus,
.amt-inquiry-form textarea:focus {
	color: #4b4b4b !important;
}

.amt-inquiry-form input:-webkit-autofill,
.amt-inquiry-form input:-webkit-autofill:focus,
.amt-inquiry-form textarea:-webkit-autofill,
.amt-inquiry-form textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #4b4b4b;
}

.amt-inquiry-form textarea {
	height: 100%;
	min-height: 208px;
	resize: vertical;
}

.amt-privacy-consent {
	align-items: flex-start;
	display: flex !important;
	gap: 12px;
}

.amt-privacy-consent input[type="checkbox"] {
	appearance: auto;
	flex: 0 0 auto;
	height: 18px;
	margin-top: 5px;
	min-height: 0;
	padding: 0;
	width: 18px !important;
}

.amt-inquiry-form .amt-privacy-consent > span {
	height: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto;
}

.amt-privacy-consent a {
	color: var(--amt-teal);
	text-decoration: underline;
}

.amt-inquiry-side {
	color: #444;
	font-size: 17px;
	line-height: 1.55;
}

.amt-inquiry-note {
	color: #444;
	font-size: 17px;
	line-height: 1.55;
}

.amt-inquiry-side p {
	margin: 0 0 24px;
}

.amt-inquiry-side .amt-button {
	margin-top: 10px;
}

.amt-inquiry-note .amt-button {
	font-size: 18px;
	margin-top: 26px;
}

.amt-form-notice {
	border-left: 4px solid var(--amt-teal);
	margin: 20px 0 0;
	padding: 12px 14px;
}

.amt-form-notice--success {
	background: #eaf8f6;
}

.amt-form-notice--error {
	background: #fdecec;
	border-left-color: #d63638;
}

.amt-hp-field {
	left: -9999px;
	position: absolute;
	top: auto;
}

@media (max-width: 1280px) {
	.amt-vehicles-shell {
		grid-template-columns: minmax(250px, 0.9fr) minmax(0, 2.1fr);
	}

	.amt-card-body h2 {
		font-size: clamp(20px, 1.55vw, 26px);
	}

	.amt-card-price,
	.amt-price-box,
	.amt-finance-box {
		padding: 14px 16px;
	}

	.amt-energy-legal-grid {
		gap: 30px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.amt-vehicles-shell,
	.amt-single-top {
		grid-template-columns: 1fr;
	}

	.amt-single-summary {
		position: static;
	}

	.amt-results-toolbar {
		grid-template-columns: 1fr;
	}

	.amt-results-toolbar.is-has-favorites-button {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.amt-results-toolbar.is-has-favorites-button select {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}

	.amt-toolbar-favorites {
		font-size: 20px;
		justify-self: end;
		min-height: 46px;
		padding: 8px 16px;
	}

	.amt-toolbar-favorites span {
		font-size: 24px;
	}

	.amt-vehicle-card {
		grid-template-columns: 1fr;
	}

	.amt-card-title-row,
	.amt-card-media,
	.amt-card-body {
		grid-column: 1;
	}

	.amt-card-title-row {
		display: block;
		grid-row: 1;
		min-height: 0;
		padding-bottom: 0;
		padding-top: 36px;
	}

	.amt-card-media {
		grid-row: 2;
	}

	.amt-card-body {
		grid-row: 3;
	}

	.amt-card-button {
		grid-row: 4;
	}

	.amt-card-title-row h2 {
		font-size: 31px;
		text-align: center;
	}

	.amt-data-grid {
		grid-template-columns: 150px minmax(0, 1fr);
	}

	.amt-energy-legal-grid {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.amt-finance-leasing-grid {
		grid-template-columns: 1fr;
	}

	.amt-location-card {
		grid-template-columns: 1fr;
	}

	.amt-location-address {
		grid-row: auto;
	}

	.amt-tab-bar,
	.amt-description-tools {
		display: block;
	}

	.amt-equipment-content ul {
		columns: 2 220px;
	}

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

	.amt-inquiry-form {
		display: block;
	}

	.amt-inquiry-fields {
		grid-template-areas:
			"first"
			"last"
			"zip"
			"city"
			"email"
			"phone"
			"message"
			"note";
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.amt-inquiry-full,
	.amt-inquiry-note {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.amt-vehicles-page {
		overflow-x: hidden;
		padding: 100px 12px 44px;
	}

	.amt-vehicles-shell,
	.amt-results-panel,
	.amt-vehicle-list,
	.amt-vehicle-card,
	.amt-card-title-row,
	.amt-card-title-main,
	.amt-card-media,
	.amt-card-body,
	.amt-card-price,
	.amt-card-button,
	.amt-archive-legal-note {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.amt-vehicles-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	.amt-results-panel,
	.amt-vehicle-card {
		overflow: hidden;
	}

	.amt-single-header nav {
		align-items: flex-start;
		flex-direction: row;
		gap: 10px;
	}

	.amt-single-header nav a,
	.amt-single-header nav button {
		flex: 0 1 auto;
		font-size: 16px;
		max-width: 100%;
		padding: 8px 12px;
		white-space: normal;
	}

	.amt-filter-panel h2,
	.amt-results-toolbar h1,
	.amt-single-header h2 {
		font-size: 28px;
	}

	.amt-single-header h1 {
		font-size: 38px;
	}

	.amt-card-title-row h2,
	.amt-card-title-row h2 a {
		display: -webkit-box;
		max-width: 100%;
		overflow: hidden;
		overflow-wrap: anywhere;
		text-overflow: ellipsis;
		white-space: normal;
		word-break: break-word;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.amt-results-toolbar.is-has-favorites-button {
		gap: 18px;
	}

	.amt-favorites-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.amt-favorites-actions a {
		white-space: normal;
		width: 100%;
	}

	.amt-card-title-row h2 {
		font-size: 28px;
		line-height: 1.12;
		width: 100%;
	}

	.amt-card-button {
		overflow: hidden;
		text-align: center;
		white-space: normal;
	}

	.amt-card-price strong {
		font-size: clamp(28px, 8vw, 40px);
		line-height: 1.08;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.amt-archive-legal-note {
		display: block;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		overflow: hidden;
		padding: 18px;
		width: 100%;
	}

	.amt-archive-legal-note p,
	.amt-archive-legal-note a {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.amt-card-facts,
	.amt-card-price,
	.amt-card-finance,
	.amt-price-box,
	.amt-finance-box {
		grid-template-columns: 1fr;
	}

	.amt-price-box,
	.amt-card-finance,
	.amt-finance-box {
		justify-items: center;
		text-align: center;
	}

	.amt-price-box > *,
	.amt-finance-box > * {
		grid-column: 1 / -1;
		justify-self: center;
		width: 100%;
	}

	.amt-price-box strong,
	.amt-card-finance strong,
	.amt-finance-box strong {
		justify-self: center;
		text-align: center;
		white-space: normal;
	}

	.amt-price-box span,
	.amt-price-box small,
	.amt-finance-box span {
		font-size: 20px;
		text-align: center;
	}

	.amt-finance-range {
		grid-template-columns: 1fr;
	}

	.amt-rate-buttons {
		grid-template-columns: 1fr 1fr;
	}

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

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

	.amt-card-energy {
		grid-template-columns: minmax(0, 1fr);
	}

	.amt-card-energy div,
	.amt-energy-overlay__panel dl div {
		grid-template-columns: minmax(0, 1fr);
	}

	.amt-card-facts dt,
	.amt-card-energy dt,
	.amt-card-facts dd,
	.amt-card-energy dd,
	.amt-summary-facts dt,
	.amt-summary-facts dd {
		font-size: 18px;
	}

	.amt-card-energy dt {
		font-size: 15px;
	}

	.amt-card-energy dd {
		font-size: 16px;
		text-align: left;
	}

	.amt-energy-overlay {
		align-items: flex-end;
		padding: 14px;
	}

	.amt-finance-overlay {
		align-items: flex-end;
		padding: 14px;
	}

	.amt-energy-overlay__panel {
		max-height: 86vh;
		padding: 24px 20px;
	}

	.amt-finance-overlay__panel {
		max-height: 86vh;
		overflow-x: hidden;
		padding: 28px 22px;
		width: 100%;
	}

	.amt-finance-overlay h3 {
		font-size: 28px;
	}

	.amt-finance-overlay dl div {
		gap: 4px;
		grid-template-columns: 1fr;
	}

	.amt-finance-overlay dt,
	.amt-finance-overlay dd,
	.amt-finance-overlay__notice {
		font-size: 20px;
		line-height: 1.45;
	}

	.amt-energy-overlay__panel dd {
		text-align: left;
	}

	.amt-finance-overlay dd {
		text-align: left;
	}

	.amt-card-facts dd,
	.amt-summary-facts dd {
		font-size: 19px;
	}

	.amt-card-price strong {
		text-align: left;
	}

	.amt-card-price strong {
		text-align: center;
	}

	.amt-gallery-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.amt-tab-panel {
		padding: 20px;
	}

	.amt-consumption-detail,
	.amt-co2-overview,
	.amt-legal-energy dl,
	.amt-legal-energy > dl > div,
	.amt-energy-legal-grid,
	.amt-energy-table dl div {
		grid-template-columns: 1fr;
	}

	.amt-co2-label--compact {
		justify-self: stretch;
		max-width: 360px;
		padding-top: 0;
	}

	.amt-legal-energy .amt-co2-properties dl div {
		gap: 8px 14px;
		grid-template-columns: max-content minmax(0, 1fr);
	}

	.amt-legal-energy .amt-co2-properties .amt-co2-property-row {
		display: grid !important;
		gap: 8px 14px !important;
		grid-template-columns: max-content minmax(0, 1fr) !important;
	}

	.amt-energy-table h4 {
		font-size: 24px;
	}

	.amt-consumption-detail li {
		font-size: 18px;
	}

	.amt-co2-label h4 {
		font-size: 24px;
	}

	.amt-co2-label > p {
		font-size: 19px;
		margin-bottom: 24px;
		padding-bottom: 10px;
	}

	.amt-co2-row {
		gap: 18px;
		grid-template-columns: minmax(170px, 1fr) 72px;
	}

	.amt-co2-headings {
		font-size: 13px;
		gap: 10px;
		grid-template-columns: minmax(150px, 1fr) 58px 72px;
	}

	.amt-co2-scale--dual .amt-co2-row {
		gap: 10px;
		grid-template-columns: minmax(150px, 1fr) 58px 72px;
	}

	.amt-co2-bar,
	.amt-co2-marker {
		font-size: 22px;
		height: 38px;
	}

	.amt-co2-marker {
		width: 70px;
	}

	.amt-tab-nav button {
		font-size: 15px;
		min-height: 50px;
		padding: 12px 14px;
	}

	.amt-copy-panel {
		font-size: 17px;
	}

	.amt-description-tools span,
	.amt-description-tools input {
		margin-bottom: 12px;
		min-width: 0;
		width: 100%;
	}

	.amt-equipment-content ul,
	.amt-photo-grid {
		columns: 1;
		grid-template-columns: 1fr;
	}

	.amt-finance-leasing-section h2,
	.amt-location-section h2 {
		font-size: 28px;
	}

	.amt-inquiry-section h2 {
		font-size: 22px;
	}

	.amt-inquiry-body,
	.amt-finance-leasing-section header,
	.amt-finance-leasing-grid,
	.amt-finance-leasing-note,
	.amt-location-section header,
	.amt-location-card,
	.amt-inquiry-section header {
		padding: 18px;
	}

	.amt-finance-calculator-card {
		padding: 18px;
	}

	.amt-finance-calculator-card__head,
	.amt-finance-calculator-fields,
	.amt-finance-calculator-facts {
		grid-template-columns: 1fr;
	}

	.amt-finance-calculator-card__head strong {
		text-align: left;
		white-space: normal;
	}
}
.amt-title-hero {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	font-family: "Adelle Sans Light", "Adelle Sans", Arial, sans-serif;
	margin-top: 0;
	min-height: 390px;
	position: relative;
	width: 100%;
}

body.amt-fahrzeugbestand-page .amt-title-hero {
	margin-top: 0 !important;
}

.amt-title-hero + .amt-vehicles-page {
	padding-top: 100px !important;
}

.amt-title-hero::before {
	background: rgba(0, 0, 0, 0.18);
	content: "";
	inset: 0;
	position: absolute;
}

.amt-title-hero > div {
	margin: 0 auto;
	max-width: 1420px;
	padding: 22px 20px;
	position: relative;
	width: 100%;
}

.amt-title-hero h1 {
	color: #fff;
	font-size: 38px;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.amt-home-search-strip,
.amt-home-latest {
	--amt-home-teal: #18b6aa;
	--amt-home-dark: #323232;
	--amt-home-boxed-width: 1200px;
	box-sizing: border-box;
	font-family: "Adelle Sans Light", "Adelle Sans", Arial, sans-serif;
	width: 100%;
}

.amt-home-search-strip *,
.amt-home-latest * {
	box-sizing: border-box;
}

.amt-home-search-strip {
	background: var(--amt-home-teal);
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.amt-home-search-strip__inner {
	align-items: end;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 25%);
	margin: 0 auto;
	max-inline-size: var(--amt-home-boxed-width);
	max-width: var(--amt-home-boxed-width);
	min-height: 190px;
	padding: 0;
	position: relative;
	width: min(100%, var(--amt-home-boxed-width));
	z-index: 1;
}

.amt-home-search-strip__inner::after {
	background: var(--amt-home-dark);
	content: "";
	height: 100%;
	left: 75%;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 0;
}

.amt-home-search-strip__inner > * {
	position: relative;
	z-index: 1;
}

.amt-home-search-strip__icon {
	display: block;
	height: auto;
	width: 80px;
}

.amt-home-search-strip__content {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	justify-self: start;
	padding: 25px 32px;
	width: 100%;
}

.amt-home-search-strip__title {
	align-items: center;
	display: flex;
	gap: 24px;
}

.amt-home-search-strip__title h3 {
	color: #fff;
	font-family: "Adelle Sans", "Adelle Sans Light", Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.amt-home-search-strip__fields {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	transform: none;
}

.amt-home-search-strip label {
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.amt-home-search-strip select {
	appearance: none;
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0.28);
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
	background-position: calc(100% - 22px) 50%, calc(100% - 13px) 50%;
	background-repeat: no-repeat;
	background-size: 10px 10px, 10px 10px;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	height: 52px;
	line-height: 1.1;
	padding: 6px 38px 6px 12px;
	width: 100%;
}

.amt-home-search-strip select option {
	color: #4b4b4b;
}

.amt-home-search-strip select.has-value {
	background-color: #fff;
	color: var(--amt-home-dark);
}

.amt-home-search-strip__count {
	align-items: center;
	align-self: stretch;
	background: var(--amt-home-dark);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 29px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 18px;
	text-align: center;
}

.amt-home-latest {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 24px 36px;
}

.amt-home-latest__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amt-home-card {
	background: #e9e9e9;
	color: #3b3b3b;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
}

.amt-home-card__location {
	background: var(--amt-home-teal);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.amt-home-card h3 {
	color: #2d2d2d;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
	min-height: 78px;
	overflow-wrap: anywhere;
	padding: 42px 18px 16px;
	text-transform: uppercase;
}

.amt-home-card h3 a {
	color: inherit;
	text-decoration: none;
}

.amt-home-card__subtitle {
	color: #4b4b4b;
	display: -webkit-box;
	font-size: 15px;
	line-height: 1.25;
	margin: -8px 18px 14px;
	min-height: 38px;
	overflow: hidden;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.amt-home-card__image {
	background: #111;
	color: #fff;
	display: block;
	text-decoration: none;
}

.amt-home-card__image img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.amt-home-card__image span {
	align-items: center;
	aspect-ratio: 4 / 3;
	display: flex;
	justify-content: center;
}

.amt-home-card__facts {
	display: grid;
	gap: 12px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 16px 18px 14px;
}

.amt-home-card__facts div,
.amt-home-card__energy div {
	min-width: 0;
}

.amt-home-card dt {
	color: var(--amt-home-teal);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 3px;
}

.amt-home-card dd {
	color: #646464;
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
}

.amt-home-card__energy {
	border-top: 1px solid #d2d2d2;
	display: grid;
	margin: 0 18px;
	min-height: 72px;
	padding: 12px 0;
}

.amt-home-card__energy.is-empty {
	visibility: hidden;
}

.amt-home-card__energy div {
	align-items: start;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.amt-home-card__energy dt {
	white-space: pre-line;
}

.amt-home-card__price {
	border: 1px solid var(--amt-home-teal);
	margin: auto 18px 0;
	padding: 14px 12px;
	text-align: center;
}

.amt-home-card__price span,
.amt-home-card__finance span {
	color: var(--amt-home-teal);
	display: block;
	font-size: 16px;
	line-height: 1.2;
}

.amt-home-card__price strong {
	color: var(--amt-home-teal);
	display: block;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.1;
	margin: 4px 0 0;
}

.amt-home-card__price small {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 1.25;
	margin-top: 5px;
}

.amt-home-card__finance {
	align-items: center;
	border: 1px solid var(--amt-home-teal);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 12px 18px 0;
	padding: 10px 12px;
}

.amt-home-card__finance span::after {
	content: none;
}

.amt-home-card__finance strong {
	color: var(--amt-home-teal);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-align: right;
}

.amt-home-card__button,
.amt-home-latest__all {
	background: var(--amt-home-teal);
	color: #fff;
	display: block;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
}

.amt-home-card__button {
	font-size: 24px;
	margin: 18px;
	padding: 15px 16px;
}

.amt-home-latest__all {
	font-size: 24px;
	margin-top: 34px;
	padding: 17px 20px;
}

.amt-home-latest__empty {
	background: #f4f4f4;
	margin: 0;
	padding: 24px;
	text-align: center;
}

@media (max-width: 1180px) {
	.amt-home-search-strip__inner {
		align-items: stretch;
		grid-template-columns: 1fr;
		padding-bottom: 22px;
		padding-top: 22px;
	}

	.amt-home-search-strip__inner::after {
		content: none;
	}

	.amt-home-search-strip__icon {
		width: 76px;
	}

	.amt-home-search-strip__count {
		grid-column: 1 / -1;
		height: auto;
		margin-bottom: 0;
		min-height: 66px;
	}

	.amt-home-search-strip__content {
		grid-template-columns: 1fr;
		padding-bottom: 0;
	}

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

@media (max-width: 760px) {
	.amt-home-search-strip__inner {
		grid-template-columns: 1fr;
		padding: 22px 16px;
	}

	.amt-home-search-strip__icon {
		display: none;
	}

	.amt-home-search-strip__title h3 {
		font-size: 28px;
		white-space: normal;
	}

	.amt-home-search-strip__fields,
	.amt-home-latest__grid {
		grid-template-columns: 1fr;
	}

	.amt-home-search-strip__fields {
		transform: none;
	}

	.amt-home-latest {
		padding-left: 16px;
		padding-right: 16px;
	}
}

html body .amt-vehicle-single .amt-finance-calculator-fields input,
html body .amt-vehicle-single .amt-finance-calculator-fields select {
	color: #555 !important;
	font-family: "Adelle Sans Light", "Adelle Sans", Arial, sans-serif !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	height: 58px !important;
	line-height: 1.2 !important;
	max-width: 360px !important;
	width: 100% !important;
}

html body .amt-vehicle-single .amt-finance-calculator-fields select {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: #fff !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #555 50%),
		linear-gradient(135deg, #555 50%, transparent 50%);
	background-position:
		calc(100% - 24px) 50%,
		calc(100% - 14px) 50%;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	padding-right: 48px !important;
	text-align: center !important;
	text-align-last: center !important;
}

html body .amt-vehicle-single .amt-finance-calculator-fields select option {
	font-size: 17px !important;
}

html body .amt-vehicle-single .amt-finance-calculator-fields input.amt-finance-calculated-field {
	background: #f3f3f3 !important;
	border-color: #9b9b9b !important;
	color: #777 !important;
}
