/* Styles the MeasureControl UI of dash-leaflet */

.js-starthelp {
    color: black !important;
}

.js-results.results,
.js-results.results * {
    color: black !important;
}

/* hide info on last point clicked */
.group:has(.lastpoint.heading) { 
    display: none !important;
}

