/* Google Maps */
#google_map_block.element-14 {
  background: #333;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.element-14.version-2.layout-style-content.rounded-corners-true iframe {
  border-radius: 20px;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
}

.element-14.version-2:is(.layout-style-full,.layout-style-full-map) .wpt-map-container {
  max-width: unset;
  width: 100%;
}

.element-14.version-2.layout-style-full-map {
  margin: 0 !important;
  padding: 0 !important;
}

.element-14 .wpt-map-container {
  margin-top: 2em;
}

.element-14.version-2.layout-style-full-map .wpt-map-container {
  margin-top: 0;
}

.content-area > section.version-2:last-of-type:is(.layout-style-full,.layout-style-full-map) {
  margin-bottom: 0;
}