.officemap--google-map {
	height: 50vw;
	min-height: 512px;
}

.officemap--google-map > .officemap--marker {
	display: none;
}

.gm-bundled-control.gm-bundled-control-on-bottom {
	box-shadow: none;
}

.gm-bundled-control.gm-bundled-control-on-bottom > div > div {
	background: transparent !important;
	box-shadow: none !important;
}

.gm-bundled-control.gm-bundled-control-on-bottom > div > div > div {
	opacity: 0;
	height: 5px !important;
}

.gm-control-active[aria-label="Zoom out"]:focus,
.gm-control-active[aria-label="Zoom in"]:focus {
	outline: none;
}

.gm-control-active[aria-label="Zoom out"] img,
.gm-control-active[aria-label="Zoom in"] img {
	display: none !important;
}

.gm-control-active[aria-label="Zoom in"] {
	background: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%23004E42'/%3E%3Cpath d='M8 24H40M24 8L24 40' stroke='%23D2D755' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
	background-size: contain !important;
}

.gm-control-active[aria-label="Zoom out"] {
	background: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%23004E42'/%3E%3Cpath d='M8 24H40' stroke='%23D2D755' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
	background-size: contain !important;
}

.gm-style iframe + div { border:none !important;}
.officemap--google-map div { outline: none !important; color: #C5B4E3;}

.lwh-default-marker {
	height: 16px;
	width: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.695984 2.67431L5.95921 0L11.2224 2.88003V8.22865L5.95921 16.0172L0.695984 8.22865V2.67431ZM3.76646 4.36458L5.95947 3.29155L8.15248 4.44712V6.59317L5.95947 7.74873L3.76646 6.59317V4.36458Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* popup */
.gm-style .gm-style-iw-c {
	background-color: var(--theme-dk-green);
	color: #fff;
	border-radius: 0;
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

.gm-style .gm-style-iw-tc::after {
	background-color: var(--theme-dk-green);
}

.gm-ui-hover-effect>span {
	background: none;
}

.gm-style .gm-ui-hover-effect {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='%23D2D755'/%3E%3Cpath d='M8 24H40' stroke='%23004E42' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
	outline: none !important;
	opacity: 1;
	background-size: 20px auto !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	height: 30px !important;
}

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

.officemap--marker-infobox {
	min-width: 200px;
	padding: 0 30px 0 10px;
}

.officemap--google-map .officemap--marker-infobox,
.officemap--google-map .officemap--marker-infobox div {
	color: #fff !important;
} 

.officemap--marker-title {
	margin-bottom: 5px;
}

.officemap--marker-address {
	line-height: 1.4em;
}