/*==================================================
CUSTOM - OVERWRITES THE SASS GENERATED STYLESHEET
==================================================*/

/* Please be generous with the comments. */

.map__popup img{
	display: none;
}
.field--magic{
	display: none;
}
.alert {
	margin-top: 30px;
}
.map .map__cross {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 15px;
	width: 15px;
	stroke: currentColor;
	cursor: pointer;
}

.map .map__popup .map__cross {
	color: var(--primary);
}

.map .map__popup.map__popup--secondary .map__cross {
	color: var(--secondary);
}

.map .map__description {
	max-width: 90%;
}