﻿.thryonlab-site-map,
.thryonlab-site-map-admin {
	width: 100%;
	max-width: 100%;
	border: 1px solid #c3c4c7;
	border-radius: 2px;
	z-index: 1;
}

.thry-contact-map .thryonlab-site-map {
	border: 0;
	border-radius: 0;
}

.thry-contact-map .leaflet-tile-pane img.leaflet-tile {
	filter: grayscale(100%) contrast(1.06) brightness(1.03);
}

.thryonlab-site-map-admin {
	height: 350px;
	margin-top: 8px;
}

.thryonlab-site-map-search {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 4px;
}

.thryonlab-site-map-search input[type="text"] {
	min-width: 220px;
	flex: 1 1 220px;
}

.thryonlab-site-map-coords {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.thryonlab-site-map-coords label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.thryonlab-site-map-coords input[type="text"],
.thryonlab-site-map-coords input[type="number"] {
	width: 110px;
}

.thryonlab-site-map-status {
	margin: 4px 0 0;
	min-height: 1.4em;
}
