.menu label {
    margin-right: 8px;
}
.menu fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px;
}
.menu fieldset:last-child {
    margin: 0;
}
.menu fieldset select {
    width: 100%;
}
.menu fieldset label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
}
.menu fieldset button {
    display: inline-block;
    width: 36px;
    height: 20px;
    border: none;
    cursor: pointer;
}
/* .menu fieldset button:focus {
    outline: none;
} */
.menu fieldset button:hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.menu pre {
    display: inline-block;
    padding: 0 .4em;
    margin: 0;
    font-size: 85%;
    white-space: break-spaces;
    background-color: #818b981f;
    border-radius: 6px;
}
.menu a {
    color: #0071bc;
    text-decoration: none;
}
.menu a:hover { text-decoration: underline; }

#layers h4 {
    margin: 8px 0 2px;
}
#layers label {
    margin: 0 3px;
}
#layers label.disabled {
    color: #aaa;
}
#layers label::after {
    content: "\A";
    white-space: pre;
}

#toggle-layers,
#resource-url {
    margin-top: 8px;
}

.ol-popup {
    position: fixed;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    cursor: auto;
}
.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #ccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    color: #333;
    font-size: smaller;
}
.ol-popup-closer:after {
    content: "✖";
}

#popup-content {
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    margin-right: 10px;
    max-height: 200px;
    overflow: auto;
}

/* .maplibregl-canvas:focus-visible { outline: black auto 1px; } */
.maplibregl-ctrl-group button:focus:focus-visible {
    box-shadow: none;
    outline: black auto 1px;
}
