.leaflet-container a {
    color: #080808 !important;
    font-weight: 600 !important;
}

.leaflet-popup {
    background: transparent;

    .leaflet-popup-tip {
        content: url("../img/icons/popup-tip.svg")
    }

    .leaflet-popup-content-wrapper {
        width: 318px;
        border-radius: .75rem;
        padding: 16px;
        background: #fff;

        .leaflet-popup-content {
            margin: 0;

            .leaflet-popup
        }
    }
}

.leaflet-popup-close-button {
    display: none;
}
