<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bh-map-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bh-map{
    background-color: #f2f2f2;
    height: 55vh;
    width: 100vw;
}
.bh-map-units {
    display: none;
    height: 55vh;
    width: 49vw;
    font-size: 13.4px;
    font-weight: 400;
    paddin-bottom: 30px;
    display: none;
}
.bh-map-units ul {

    height: 60vh;
    margin: 0;
    padding: 60px 30px;
    overflow-y: hidden;
 }
.bh-map-units li {
    padding: 0;
    list-style: none;
    display: none;
}
.bh-map-units-item {
    margin-bottom: 15px;
    cursor: pointer;
}
.bh-map-units-item strong {
    display: block;
    font-size: 16px;
    color: #3C5082!important;
}
.bh-map-units-item a {
    margin: 30px 0;
    padding: 15px 7px!important;
    background-color: #3C5082!important;
    font-size: 13.4px;
}
@media(max-width: 1024px) {
    .bh-map{
        height: 35vh;
    }
}

/**/
.leaflet-control-container {
    display: none;
}
.leaflet-popup-content-wrapper {
    border-radius: 20px!important;
}
.leaflet-popup-close-button {
    color: #fff!important;
    top: 5px!important;
    right: 5px!important;
    width: 32px!important;
    height: 32px!important;
    font-size: 22px!important;
}
.leaflet-popup-content {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 16px;
    font-size: 13px;
}
.leaflet-popup-content .leaflet-unit-img img{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0; left: 0;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
.leaflet-popup-content .leaflet-unit-text {
    margin-top: 140px;
}
.leaflet-popup-content .elementor-button {
    font-size: 12px!important;
    font-weight: 600!important;
    padding: 11px 15px!important;
}
.leaflet-popup-content strong {
    color: #547EDF!important;
    font-size: 15px;
    font-weight: 700;
}
.leaflet-popup-content a {
    margin: 30px 0 0;
    display: block;
    text-align: center;
    width: 100px;
    padding: 12px 7px!important;
    background-color: #547EDF!important;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 1px 0 0 rgba(0,0,0,0.15)!important;
    font-size: 13.4px!important;
}
.leaflet-popup-content p{
    line-height: 16px;
}
</pre></body></html>