.cb-europe-map {
	width: 100%;
	max-height: 520px;
	margin: 0 auto;
	overflow: clip;
}

.cb-europe-map__svg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	transform: translateY(30%);
}

.cb-europe-map__svg path.region {
	fill: #d9d9d9;
	stroke: #ffffff;
	stroke-width: 0.5;
}

.cb-europe-map__svg path.region.is-hidden {
	display: none;
}

.cb-europe-map__svg path.region.is-active {
	fill: #0d5ab6;
}

.cb-europe-map__svg path.region.is-selected {
	fill: #b4df00;
}

.cb-europe-map__loading,
.cb-europe-map__error {
	padding: 1.5rem 0;
	text-align: center;
	color: #666;
}
