/* Venue Cluster Map — venue-cluster-map.css
   Place in your theme's /css/ directory */

#venue-cluster-map {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

/* Info window */
.venue-map-infowindow {
	font-family: inherit;
	min-width: 180px;
	max-width: 260px;
	padding: 4px 2px;
	line-height: 1.4;
}

.venue-map-infowindow__image {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 8px;
}


	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	text-decoration: none;
	margin-bottom: 4px;
}

.venue-map-infowindow__title:hover {
	text-decoration: underline;
}

.venue-map-infowindow__address {
	font-size: 13px;
	color: #555;
	margin: 0 0 8px;
}

.venue-map-infowindow__link {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #E63946;
	text-decoration: none;
}

.venue-map-infowindow__link:hover {
	text-decoration: underline;
}