.leaflet-popup {
    margin-left: 10px;
}

.leaflet-popup-content-wrapper {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-popup-content:not(.is-expanded) .address,
.leaflet-popup-content:not(.is-expanded) .categories,
.leaflet-popup-content:not(.is-expanded) .button-wrap,
.leaflet-popup-content:not(.is-expanded) .interactive-map-icon {
    display: none;
}

.interactive-map-infobox-content {
}

.interactive-map-infobox-content .title {
	color: var(--default-text-color);
	font: 700 15px var(--default-font-family);
	margin-top: 7px;
	padding: 0 15px;
    display: block;
}

.leaflet-popup-content .image,
.leaflet-popup-content .popup-desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

.leaflet-popup-content:not(.is-expanded) .image,
.leaflet-popup-content:not(.is-expanded) .popup-desc {
    max-height: 0;
}

.leaflet-popup-content .image {
    max-height: 150px;
}

.interactive-map-infobox-content .image.loading .img-wrap {
    opacity: 1;
    position: static;
}

.interactive-map-infobox-content .image .img-wrap,
.interactive-map-infobox-content .image .img-wrap img {
	height: 150px;
	width: 100%;
    background-size: cover;
    display: block;
    object-fit: cover;
}

.interactive-map-infobox-content .popup-desc {
	font: 500 14px var(--default-font-family);
    overflow-y: auto;
	max-height: 300px;
	padding: 0 15px;
}

.interactive-map-infobox-content .popup-desc ul {
    margin: 0;
    padding: 0 0 0 17px;
}

.interactive-map-infobox-content .popup-desc ul,
.interactive-map-infobox-content .popup-desc p {
    margin-bottom: 10px;
}

.leaflet-popup-tip-container {
    margin-top: -1px;
}