/**
 * Issue #1966296: Info tooltip styling is broken for GeofieldMap
 */
.geofield-google-map img {
  max-width: none;
}

.gm-style {
  font: 16px priori-sans, Helvetica, Roboto, Arial, sans-serif;
  font-size: 130%;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: none;
}
.gm-style .gm-style-iw-c {
  overflow: unset !important;
}
.gm-style .gm-style-iw {
  font-size: initial;
  min-width: 350px !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gm-style .gm-style-iw.gm-style-iw-c {
  background: none !important;
}
.gm-style .gm-style-iw .gm-style-iw-d {
  overflow: unset !important;
}
.gm-style .gm-style-iw button {
  display: none !important;
  width: 0 !important;
}
.gm-style .gm-style-iw > div {
  width: 100%;
}
.gm-style .gm-style-iw .geofield-google-map {
  display: none;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}

@media (max-device-width: 480px) {
  .gm-style .gm-style-iw {
    max-width: 240px;
  }
}

/*# sourceMappingURL=geofield_google_map.css.map */
