.map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
}
.map .inner {
  width: 100%;
}
.map .inner #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.map .inner .map-popup-title {
  font-size: 26px;
  line-height: 1.4;
  color: #436573;
  font-family: Roboto;
  font-weight: 600;
  margin-top: unset;
}
.map .inner .map-popup-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(51, 51, 51);
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 20px;
}
.map .inner .leaflet-popup-content {
  font-size: var(--baseFontSize);
}
.map .inner footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1rem;
  z-index: 1000;
  text-align: center;
}