.message {
  padding: 0 15px 20px 15px !important;
  margin-left: 0 !important;
}

.message.error.success {
  border-left-color: #00a32a;
}

.wpb_content_element .news-map > .container {
  padding-left: 0;
  padding-right: 0;
}

.news-map .map-wrapper {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.news-map__canvas {
  width: 100%;
  height: 360px;
}

.news-map__infowindow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 220px;
}

.news-map__infowindow-image {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  object-fit: cover;
}

.news-map__infowindow-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-map__infowindow-title {
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
  padding-right: 20px;
}

.gm-style-iw-d {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.gm-style-iw-d a {
  font-weight: 600;
  text-decoration: none;
}

#mapwrapper .gm-style-iw-d {
  margin-top: -30px;
}


body section.news-map #mapwrapper {
    height: 360px;
}
