.leaflet-container {
    font-family: unset;
}

/* Popup */
.shul-popup {
    pointer-events: none;
}

.shul-popup .leaflet-popup-content {
    pointer-events: initial;
    margin-top: 40px;
    max-width: 275px;
    width: calc(100vw - 40px) !important;
}

.leaflet-popup-content {
    font-size: 1rem;
    margin: 0;
}

.leaflet-popup-content-wrapper {
    border-radius: var(--bs-border-radius) !important;
    padding: 0px;
}
