.festival-europe-map {
	width: 100%;
	height: 560px;
	min-height: 420px;
	margin: 1.5rem 0;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	overflow: hidden;
}

.festival-europe-map-popup {
	min-width: 190px;
	font-size: 14px;
	line-height: 1.45;
}

.festival-europe-map-popup__title {
	margin: 0 0 6px;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
}

.festival-europe-map-popup__meta {
	margin: 0 0 4px;
	color: #374151;
}

.festival-europe-map-popup__type {
	display: inline-block;
	margin: 6px 0 10px;
	padding: 2px 7px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	color: #1f2937;
	font-size: 12px;
	font-weight: 600;
}

.festival-europe-map-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 4px;
	background: #1d4ed8;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.festival-europe-map-popup__button:hover,
.festival-europe-map-popup__button:focus {
	background: #1e40af;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 640px) {
	.festival-europe-map {
		height: 460px;
		min-height: 360px;
	}
}
