.mesinik-kaart-wrapper {
	width: 100%;
	margin: 0 0 1.5em;
}

.mesinik-kaart-container {
	width: 100%;
	min-height: 300px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	background: #f4f4f4;
}

.mesinik-kaart-popup {
	font-size: 14px;
	line-height: 1.45;
	color: #1d1d1d;
	min-width: 180px;
}

.mesinik-kaart-popup__row {
	margin: 2px 0;
}

.mesinik-kaart-popup__label {
	font-weight: 600;
	color: #555;
}

.mesinik-kaart-popup__value {
	color: #111;
}

.mesinik-kaart-legend {
	background: #ffffff;
	padding: 8px 10px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
	font-size: 13px;
	line-height: 1.6;
	color: #1d1d1d;
}

.mesinik-kaart-legend__item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mesinik-kaart-legend__dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #1d1d1d;
}

.mesinik-kaart-empty {
	background: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
	font-size: 13px;
}

.leaflet-control-layers {
	font-size: 13px !important;
}

.leaflet-control-layers-overlays label {
	display: flex !important;
	align-items: center;
	gap: 4px;
	margin-bottom: 2px !important;
}
