.leaflet-popup-content .draw-popover-title {
    color: var(--sds-grey-800, #2D3232);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
}

.leaflet-popup-content .draw-popover-description {
    color: var(--sds-rey-800, #2D3232);

    /* B5/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.leaflet-popup-content .edit-draw-layer.editIcon {
    margin-right: 20px;
}

.basemapMarkerSize svg {
    transition: all 0.1s ease-in-out;
}