.sparkmls-map-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

#sparkmls-map {
	width: 100%;
	border: 1px solid #e3e1dc;
}

.sparkmls-map-popup {
	font-family: "Open Sans", sans-serif;
	text-align: center;
	min-width: 160px;
}

.sparkmls-map-popup img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin-bottom: 6px;
}

.sparkmls-map-popup-price {
	font-weight: 800;
	font-size: 16px;
	color: #191919;
}

.sparkmls-map-popup-address {
	font-size: 13px;
	color: #515151;
	margin-bottom: 6px;
}

.sparkmls-map-popup a {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #bc3e38;
	text-decoration: none;
}

.sparkmls-map-popup a:hover {
	text-decoration: underline;
}
