/* Basic map styles */
.yer-map {
	height: 380px;
	margin: 20px 0;
	border-radius: 10px;
	overflow: hidden;
}

/* Ensure Leaflet controls render above other content */
.leaflet-container .leaflet-control {
	z-index: 401;
}
