.block-map-legend {
    padding: 0.25em 0.5em;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.block-map-legend form {
    margin: 0 !important;
    padding: 0.25rem !important;
}

.block-map-legend-heading {
    margin: 0 0 0.5em;
    font-size: 1.25em;
    line-height: normal;
}

.block-map-legend-item {
    position: relative;
    padding-right: 2.5em;
}

.block-map-legend-label {
    line-height: 2em;
}

.block-map-legend-label input {
    margin-right: 0.5em !important;
    line-height: inherit !important;
    vertical-align: middle !important;
}

.block-map-legend-key {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    margin-left: 1em;
    border: 3px solid transparent;
    background-color: transparent;
}

.block-map-popup img {
    margin-bottom: 1em;
}

.block-map-popup p {
    margin-top: 0 !important;
}
