.leaflet-map {
	min-height: 600px;
}

.legend-item {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: start;
	cursor: pointer;
	padding: 4px 4px 12px;
}

.legend-item.active {
	background-color: #E5F0F3;
}

.legend-text p {
	margin-bottom: 0;
}

.legend-icon {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	margin-right: 12px;
	margin-top: 12px;
}

.legend-text {
	align-self: center;

}

.leaflet-popup-content-wrapper {
	border-radius: 0 !important;
}

.map-popup {
	min-width: 320px;
	max-width: 480px;
	padding: 16px;
	font-family: sans-serif;
}

.map-popup__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 18px;
	margin-bottom: 12px;
}

.map-popup__close {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

.map-popup__row {
	margin-bottom: 10px;
	line-height: 1.4;
}

.map-popup__links {
	display: flex;
	gap: 20px;
	margin-top: 12px;
}

.map-popup__link {
	text-decoration: none;
	font-weight: bold;
	color: #0077aa;
}

.leaflet-popup-close-button {
	display: none;
}
