/** Widgets: google-map **/

.ha-adv-google-map-disable-logo a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

.ha-adv-google-map-disable-copyright .gm-style div:last-child div:nth-of-type(2) div div:nth-of-type(2) span, .ha-adv-google-map-disable-report-error .gm-style div:last-child div:nth-of-type(4) div:nth-of-type(2) a, .ha-adv-google-map-disable-terms-of-use .gm-style div:last-child div:nth-of-type(3) div:nth-of-type(2) a {
	display: none;
}

.ha-adv-google-map-disable-copyright .gm-style div:last-child div:nth-of-type(2) div div:nth-of-type(1) div:nth-of-type(2), .ha-adv-google-map-disable-keyboard-shortcuts .gm-style div:last-child div:nth-of-type(1) div div:nth-of-type(1) div:nth-of-type(2), .ha-adv-google-map-disable-report-error .gm-style div:last-child div:nth-of-type(4) div:nth-of-type(1) div:nth-of-type(2), .ha-adv-google-map-disable-terms-of-use .gm-style div:last-child div:nth-of-type(3) div:nth-of-type(1) div:nth-of-type(2) {
	background: 0 0 !important;
}

.ha-adv-google-map-disable-keyboard-shortcuts .gm-style div:last-child div:nth-of-type(1) div div:nth-of-type(2) button {
	display: none !important;
}

.ha-adv-google-map {
	position: relative;
}

.ha-adv-google-map__legend {
	padding: 10px;
	max-width: 150px;
	width: 100%;
	background-color: #fff;
}

.ha-adv-google-map__legend--title {
	display: inline-block;
	padding-bottom: 10px;
}

.ha-adv-google-map__legend--item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 10px;
}

.ha-adv-google-map__legend {
	overflow: hidden;
}

.ha-adv-google-map__legend--items {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.ha-adv-google-map__legend--items::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.ha-adv-google-map__legend--items::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
}

.ha-adv-google-map .gm-svpc img {
	max-width: unset;
}

.ha-adv-google-map .gm-svpc img:first-child {
	width: 15px !important;
	height: auto;
}

.ha-adv-google-map .gm-svpc img:nth-of-type(3) {
	width: 30px !important;
	height: auto;
}
