/* Hair Transplant profile parity adjustments. The base profile rules mirror Blooming Eve. */
.be-clinic-single,
.be-clinic-body {
    min-width: 0;
    width: 100%;
}

.be-profile-layout > .be-profile-main {
    min-width: 0;
}

.be-profile-main .be-profile-gallery-track {
    min-width: 0;
}

.be-profile-map-frame {
    min-height: 260px;
}

.be-profile-map-frame .be-clinic-leaflet-map {
    height: 260px;
    min-height: 260px;
    overflow: hidden;
    width: 100%;
}

.be-profile-map-frame .leaflet-container {
    height: 100%;
    min-height: 260px;
    width: 100%;
}

.be-modal-open,
.be-contact-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .be-profile-map-frame,
    .be-profile-map-frame .be-clinic-leaflet-map,
    .be-profile-map-frame .leaflet-container {
        min-height: 220px;
    }

    .be-profile-map-frame .be-clinic-leaflet-map {
        height: 220px;
    }
}
