#map {
    height: 350px;
    font-family: Inter, Helvetica, "sans-serif";
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 0.625rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.marker-position {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1001;
    padding: 0.775rem 1rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border-radius: 0.65rem;
    font-size: 0.75em;
}

.located-animation {
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #2a93ee;
    animation: border-pulse 2s infinite;
}

@keyframes border-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.locate-active {
    fill: red;
}

.locate-button {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 25px;
    height: 25px;
    z-index: 999;
    cursor: pointer;
    display: none;
    padding: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.625rem;
}

.leaflet-touch .locate-button {
    width: 34px;
    height: 34px;
}

.auto-search-wrapper input {
    font-size: 15px;
}

.auto-search-wrapper {
    position: absolute !important;
    z-index: 999;
    max-width: 80%;
    top: 10px;
    right: 10px;
    background-clip: padding-box;
}

.auto-results-wrapper ul>.loupe {
    padding-left: 10px;
}

.loupe:before {
    background-image: none;
}

#search {
    line-height: normal;
    border-radius: 0.65rem;
}

.auto-results-wrapper {
    border-top: 1px solid #858585;
    border-radius: 0.65rem;
}

.leaflet-control-attribution {
    font-size: 0.75em;
}

.leaflet-touch .leaflet-bar {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.625rem;
}

.leaflet-touch .leaflet-bar a {
    line-height: unset;
}

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

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

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: large;
}

.leaflet-touch .locate-button {
    width: 31.25px;
    height: 31.25px;
}