#map {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	outline: none !important;
}

.gm-style .gm-style-iw-c {
	border-radius: 2px;
	padding: 0;
	width: 100% !important;
	max-width: 237px !important;
}

.map__color {
	height: 10px;
}

.map__color.pink {
	background-color: #ecafcc;
}

.map__color.red {
	background-color: #c3451e;
}

.map__color.brown {
	background-color: #be8271;
}

.map__color.purple {
	background-color: #9a5494;
}

.map__color.orange {
	background-color: #ef8100;
}

.map__color.yellow {
	background-color: #e0ad62;
}

.map__title {
	padding: 9px 13px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	color: #41424a;
}

.map__addr {
	padding: 2px 13px 10px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #75757d;
	max-width: 200px;
	line-height: 19px;
}

.map__image img {
	width: 100%;
	max-width: 237px;
	height: 130px;
	object-fit: cover;
	display: block;
}

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

.gm-ui-hover-effect {
	display: none !important;
}

.gm-style .gm-style-iw-t::after {
	display: none !important;
}
