﻿ul {
    list-style: none;
}

.description {
    width: 250px;
    font-size: 16px;
    color: #333;
    padding: 10px 14px;
    background-color: hsla(0, 0%, 100%, 0.8);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
    line-height: 120%;
    border: 1px solid grey;
}

.markerPopup .leaflet-popup-content-wrapper,
.markerPopup .leaflet-popup-tip {
    background: #000;
    color: #000;
}

.leaflet-control-toolbar {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.legend_position_2 ul {
    padding: 0;
    margin: 0;
}

.legend_position_2 li {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.legend_map {
    padding: 10px;
    display: block;
}

.leaflet-control-toolbar {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

    .legend_map li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .legend_map li div {
            display: flex;
            align-items: center;
        }

    .legend_map i {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }

    .legend_map img {
        vertical-align: middle;
    }