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

.ol-viewport {
    background-color: #111;
}

#legend.map-legend {
    position: absolute;
    left: 12px;
    bottom: 18px;
    margin: 0;
    z-index: 20;
}

.map-controls-bottom-right {
    position: absolute;
    right: 12px;
    bottom: 30px;
    z-index: 20;
}

.map-controls-bottom-right .ol-zoom {
    position: static;
    top: auto;
    left: auto;
}
