.osm-location-map {
	min-height: 200px;
	background: #eef2f6;
}

.osm-location-map__canvas {
	height: 100%;
	width: 100%;
	min-height: inherit;
}

.osm-location-map .leaflet-container {
	height: 100%;
	width: 100%;
	min-height: inherit;
	font-family: inherit;
}

.osm-location-map--static {
	overflow: hidden;
}

.osm-location-map__static-image,
.osm-location-map__embed {
	pointer-events: none;
	user-select: none;
}

.osm-location-map--live {
	overflow: hidden;
}

.osm-location-map--live .leaflet-container {
	cursor: default;
}

.osm-location-map-editor-wrap {
	width: 100%;
}

.osm-location-map__pan-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}

.osm-location-map__pan-button {
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.5rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
	color: #1d2327;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.osm-location-map__pan-button:hover,
.osm-location-map__pan-button:focus {
	border-color: #2271b1;
	color: #2271b1;
	outline: none;
}

.osm-location-map--click-place .leaflet-container {
	cursor: crosshair;
}

.osm-location-map__drag-hint {
	margin: 0.5rem 0 0;
	color: #50575e;
	font-size: 12px;
	text-align: center;
}

.osm-location-map--editor,
.osm-location-map-preview .osm-location-map {
	cursor: default;
	width: 100%;
	display: block;
}

.osm-location-map--editor .leaflet-container,
.osm-location-map-preview .leaflet-container {
	cursor: default;
}

.osm-location-map-preview .osm-location-map__canvas,
.osm-location-map-preview .leaflet-container {
	min-height: 200px;
}

.osm-location-map__marker-wrap {
	background: transparent;
	border: 0;
}

.osm-location-map__marker {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.35 );
}

.osm-location-map__marker--default {
	background: #2271b1;
}

.osm-location-map__marker--red {
	background: #d63638;
}

.osm-location-map__marker--green {
	background: #00a32a;
}

.osm-location-map__marker--orange {
	background: #dba617;
}

.osm-location-map__marker--violet {
	background: #7c3aed;
}

.osm-location-map__tooltip {
	border: 0;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba( 0, 0, 0, 0.2 );
	font-size: 12px;
	padding: 4px 8px;
}

.osm-location-map__tooltip-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.osm-location-map__tooltip-name {
	font-weight: 600;
}

.osm-location-map__tooltip-extra {
	font-weight: 400;
}

.osm-location-map__popup-wrap .leaflet-popup-content-wrapper {
	border-radius: 6px;
	padding: 0;
}

.osm-location-map__popup-wrap .leaflet-popup-content {
	margin: 0;
	line-height: 1.35;
}

.osm-location-map__popup-wrap .leaflet-popup-close-button {
	top: 7px;
	right: 7px;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	font: 18px/18px Tahoma, Verdana, sans-serif;
	color: #50575e;
	text-align: center;
}

.osm-location-map__popup {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 13px;
	line-height: 1.35;
	padding: 10px 30px 10px 12px;
}

.osm-location-map__popup-name {
	display: block;
	margin: 0;
}

.osm-location-map__popup-image {
	display: block;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.osm-location-map__popup-extra {
	display: block;
	color: #50575e;
	font-size: 12px;
}

.osm-location-map__popup-link {
	color: #2271b1;
	word-break: break-word;
}
