.widget.maps_map
{
	position: relative;
}

	.widget.maps_map .map_container
	{
		height: 80vh;
		width: 100%;
	}

		.widget.maps_map .ol-zoomslider
		{
			background: rgba(0, 0, 0, .4);
			height: 40vh;
			left: 1em;
		}

			.widget.maps_map .ol-zoomslider button
			{
				cursor: pointer;
			}

		.widget.maps_map .ol-control button
		{
			font-size: 1.72rem;
		}

.widget.maps_map .map_marker_dialog
{
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	bottom: 12px;
	left: -50px;
	min-width: 200px;
	max-height: 250px;
	overflow-y: auto;
}

	.widget.maps_map .map_marker_dialog > a
	{
		position: absolute;
		top: 2px;
		right: 8px;
		cursor: pointer;
	}