.leaflet-touch .leaflet-bar{
    border-color: var(--off-white);
    border-radius: 0px;
    border-width: 0px;
}

.leaflet-touch .leaflet-bar a {
    background-color: var(--bluegrey4);
    color: var(--off-white);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%); 
}

.leaflet-touch .leaflet-bar a:hover {
    background: var(--bluegrey3);
    color: var(--off-white);
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

