/* Leaflet Query Map — Element Styles */

div.brxe-leaflet-query-map {
	height: 300px;
	width: 100%;
}

/* Guard against global img rules that break tile rendering */
.brxe-leaflet-query-map .leaflet-tile-pane img,
.brxe-leaflet-query-map .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto !important;
	height: auto !important;
	object-fit: unset !important;
}

.brxe-leaflet-query-map .leaflet-popup-content {
	max-width: 350px;
	line-height: 1.4;
}

.brxe-leaflet-query-map .leaflet-popup-content img {
	max-width: 100%;
	height: auto;
}

/* Taxonomy SVG icon markers */
.lqm-svg-icon {
	background: none !important;
	border: 1px solid var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	box-sizing: border-box;
}

.lqm-svg-icon svg {
	fill: var(--primary-dark);
	width: 100%;
	height: 100%;
	display: block;
}
