.f3-leaflet-map-wrap {
    width: 100%;
}

.f3-leaflet-map {
    width: 100%;
}

/* Popup styles */
.f3lm-popup {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    font-family: inherit;
}

.f3lm-popup img {
    max-width: 100%;
    width: 170px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 3px;
}

.f3lm-popup h4 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
}

.f3lm-popup a {
    color: #363748;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.f3lm-popup a:hover {
    color: #c2b498;
    text-decoration: none;
}
