.syndicationMap {
    width: 100%;
    height: calc(100vh - 20px);
}

.syndicationMap.mode-itinerary {
    height: 300px;
}

.leaflet-marker-icon.marker-cluster {
    background-color: rgba(57, 95, 105, 0.6);
}

.leaflet-marker-icon.marker-cluster > div {
    background-color: rgb(57, 95, 105);
}

.leaflet-marker-icon.marker-cluster > div > span {
    color: white;
}

.leaflet-popup-content-wrapper {
    padding: 0;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-popup-content a {
    display: inline-block;
    max-width: 100%;
}

.leaflet-popup-content img {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
}

.leaflet-container a.marker-image-container {
    max-height: 250px;
    overflow-y: hidden;
}

.leaflet-container a.leaflet-popup-close-button {
    top: 5px;
    right: 5px;
    background-color: white;
    border-radius: 100%;
    line-height: 22px;
}

.leaflet-container a.marker-info {
    padding: 15px 25px 15px 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(57, 95, 105);
}

.leaflet-popup {
    width: 250px !important;
}
