.evtmap-wrapper {
	width: 100%;
	margin: 20px 0;
	/* Change this one value to recolor every pin on the map. */
	--evtmap-pin-color: #FFC107;
}

.evtmap-pin-icon {
	background: transparent;
	border: none;
}

.evtmap-pin-fill {
	fill: var(--evtmap-pin-color);
	stroke: rgba(0, 0, 0, 0.25);
	stroke-width: 0.5;
}

.evtmap-map {
	width: 100%;
	height: 500px;
	border-radius: 8px;
	z-index: 1;
}

/* Popup bubble content */
.evtmap-popup {
	display: flex;
	flex-direction: column;
	font-family: inherit;
}

.evtmap-popup-image {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 4px 4px 0 0;
	margin: -12px -20px 8px -20px;
	width: calc(100% + 40px);
	display: block;
}

.evtmap-popup-body {
	padding: 0 2px;
}

.evtmap-popup-title {
	margin: 0 0 4px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.evtmap-popup-date {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #777;
}

.evtmap-popup-link {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #25D366;
	text-decoration: none;
}

.evtmap-popup-link:hover {
	text-decoration: underline;
}

.leaflet-popup-content {
	margin: 12px 20px;
}
