.maplibre-control-legend {
    font-size: 14px;
}
.maplibre-control-legend.maplibregl-ctrl button:not(:disabled):hover {
    background-color: rgb(0, 104, 154);  /* same as btn-primary but MBGL adds a :hover effect we do not want */
}

.maplibre-control-legend .maplibre-control-legend-buttonwrapper {
    min-width: 300px;
}
.maplibre-control-legend .maplibre-control-legend-buttonwrapper button {
    text-align: left;
    opacity: 1 !important;
}
.maplibre-control-legend .maplibre-control-legend-buttonwrapper i.fa-chevron-down,
.maplibre-control-legend .maplibre-control-legend-buttonwrapper i.fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-left: 10px;
}
.maplibre-control-legend.maplibre-control-legend-collapsed .maplibre-control-legend-buttonwrapper {
    min-width: 250px;
}

@media screen and (max-width: 500px) {
.maplibre-control-legend.maplibre-control-legend-collapsed .maplibre-control-legend-buttonwrapper span {
    display: none;
}
.maplibre-control-legend.maplibre-control-legend-collapsed .maplibre-control-legend-buttonwrapper {
    min-width: 40px;
}
}

.maplibre-control-legend.maplibre-control-legend-collapsed .maplibre-control-legend-content {
    display: none;
}
.maplibre-control-legend:not(.maplibre-control-legend-collapsed) button i.fa-chevron-right {
    display: none;
}
.maplibre-control-legend.maplibre-control-legend-collapsed button i.fa-chevron-down {
    display: none;
}

.maplibre-control-legend .maplibre-control-legend-content {
    background-color: white;
    padding: 0.5em 1em 0.5em 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    border-radius: 0 0 5px 5px;
}
.maplibre-control-legend .maplibre-control-legend-content label {
    display: block;
    margin: 0;
}
.maplibre-control-legend .maplibre-control-legend-content label img,
.maplibre-control-legend .maplibre-control-legend-content label span[role="img"] {
    vertical-align: text-top;
}

.maplibre-control-legend .maplibre-control-legend-content .maplibre-control-legend-content-title {
    margin-bottom: 0;
    font-weight: bold;
}
.maplibre-control-legend .maplibre-control-legend-content section:not(:last-of-type) {
    padding-bottom: 1em;
}
