.map-legend-types-list, .map-legend-regions-list {
    list-style: none;
    margin: 0 0 0 1em;
}

.map-legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
}

.map-legend-type, .map-legend-region {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.iw-content-hidden {
    display: none;
}