.dh-vat-switch {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	margin: 0 auto 18px;
	max-width: var(--wd-container-w, 1222px);
	font-size: 13px;
}

.dh-vat-switch > span {
	margin-right: 5px;
	font-weight: 600;
}

.dh-vat-switch a {
	padding: 7px 11px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	color: #242424;
	line-height: 1;
	text-decoration: none;
}

.dh-vat-switch a.is-active {
	border-color: #f59d0a;
	background: #f59d0a;
	color: #fff;
}

.dh-nav-cta .dh-vat-switch {
	flex: none;
	justify-content: flex-start;
	gap: 0;
	max-width: none;
	margin: 0 0 0 8px;
	font-size: 12px;
}

.dh-nav-cta .dh-vat-switch > span {
	display: none;
}

.dh-nav-cta .dh-vat-switch a {
	padding: 7px 9px;
	border-color: #dce3eb;
	border-radius: 0;
	background: #fff;
	font-weight: 700;
	white-space: nowrap;
}

.dh-nav-cta .dh-vat-switch a:first-of-type {
	border-radius: 8px 0 0 8px;
}

.dh-nav-cta .dh-vat-switch a:last-of-type {
	margin-left: -1px;
	border-radius: 0 8px 8px 0;
}

.dh-nav-cta .dh-vat-switch a.is-active {
	position: relative;
	border-color: #f59d0a;
	background: #f59d0a;
	color: #fff;
}

.dh-dealer-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}

.dh-dealer-price small {
	width: 100%;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.dh-honeypot {
	position: absolute !important;
	left: -10000px !important;
	opacity: 0 !important;
}

body.dh-dealer-impersonating {
	--dh-dealer-mode-height: 44px;
	padding-top: var(--dh-dealer-mode-height);
}

body.dh-dealer-impersonating .dh-header {
	top: var(--dh-dealer-mode-height);
}

.dh-dealer-mode-bar {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 44px;
	padding: 8px 20px;
	background: #172f43;
	color: #fff;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 2px 10px rgba(15, 23, 42, .22);
}

.dh-dealer-mode-bar form {
	flex: none;
	margin: 0;
}

.dh-dealer-mode-bar button {
	flex: none;
	padding: 6px 10px;
	border: 0;
	border-radius: 7px;
	background: #fff;
	color: #172f43;
	font: inherit;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.dh-dealer-mode-bar button:hover {
	background: #f4f7fa;
	color: #172f43;
}

@media (max-width: 767px) {
	body.dh-dealer-impersonating {
		--dh-dealer-mode-height: 64px;
	}

	.dh-dealer-mode-bar {
		justify-content: space-between;
		gap: 10px;
		min-height: 64px;
		padding: 7px 12px;
		font-size: 11.5px;
		text-align: left;
	}

	.dh-dealer-mode-bar button {
		padding: 7px 9px;
		font-size: 11.5px;
		text-align: center;
	}

	.dh-vat-switch {
		justify-content: flex-start;
		padding-inline: 15px;
	}
}
