.dbwt-desktop-map {
	box-sizing: border-box;
	margin: 32px auto;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.dbwt-desktop-map__canvas {
	background: #d9e2d8;
	border-radius: 34px;
	box-shadow: 0 18px 45px rgba(19, 31, 25, 0.16);
	height: min(66vh, 640px);
	min-height: 520px;
	overflow: hidden;
	width: 100%;
}

.dbwt-desktop-map--error .dbwt-desktop-map__canvas {
	display: none;
}

.dbwt-desktop-map__message {
	background: #fff8ec;
	border: 1px solid #d9b985;
	border-radius: 8px;
	color: #2b271e;
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
	padding: 18px 20px;
}

.dbwt-map-popup {
	box-sizing: border-box;
	color: #162019;
	font-family: inherit;
	max-width: 230px;
	padding: 2px 0 4px;
}

.dbwt-map-popup h3 {
	color: #121a14;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 10px;
}

.dbwt-map-popup img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	margin: 0 0 10px;
	object-fit: cover;
	width: 100%;
}

.dbwt-map-popup p {
	color: #344139;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 12px;
}

.dbwt-map-popup a {
	align-items: center;
	background: #f2c94c;
	border-radius: 3px;
	color: #182119;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 34px;
	padding: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.dbwt-map-popup a::after {
	content: ">";
	margin-left: 7px;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
	padding: 14px !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

@media (max-width: 782px) {
	.dbwt-desktop-map {
		padding: 0 16px;
	}

	.dbwt-desktop-map__canvas {
		border-radius: 18px;
		height: 70vh;
		min-height: 420px;
	}
}
