/*
 * (c) 2024 David Koňařík
 * Licenced under the GNU GPLv3 or later
 */
body {
	margin: 0;
	position: relative;
	font-family: sans-serif;
}

#map {
	height: 100vh;
	width: 100%;
}

#map canvas {
	cursor: default;
}

.layer-chooser {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	padding-left: 15px;

	background: #DDD8;
	backdrop-filter: blur(15px);
	border-bottom-left-radius: 10px;

	box-sizing: border-box;
	overflow-y: auto;
	max-height: 100vh;
}

.layer-chooser summary {
	font-weight: bold;
	text-align: right;
}

.layer-chooser ul {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 20px;
}

.layer-chooser li {
	margin-bottom: 5px;
}

.display-k15 select, select[name=k15MultiplyLetter] {
	margin-left: 30px;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#layerform p:first-of-type {
	max-width: 350px;
	margin-top: 30px;
}

.details-popup dt {
	display: inline-block;
	font-weight: bold;
}
.details-popup dd {
	display: inline;
	margin-left: 10px;
}
.details-popup dd::after {
	content: "";
	display: block;
}

.details-popup dd dl {
	margin-left: 20px;
}

.maplibregl-popup-content {
	width: 250px;
}

.maplibregl-popup-close-button {
	width: 30px;
	height: 30px;
	font-size: 20pt;
}
