.google-map {
  width: 100%;
  min-height: 360px;
  margin: 1.25rem 0;
  border-radius: 6px;
  overflow: hidden;
  background: #e8ede7;
  z-index: 0;
}

.google-map .leaflet-container {
  width: 100%;
  min-height: 360px;
  font-family: adelle-sans, Helvetica, Arial, sans-serif;
}

.google-map .leaflet-popup-content-wrapper {
  border-radius: 6px;
}

.eureka-map-fallback {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.google-map .marker {
  display: none;
}

.eureka-map-info {
  font-family: adelle-sans, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3d4a3c;
  max-width: 220px;
}

.eureka-map-info strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #537353;
}

.eureka-map-info p {
  margin: 0 0 0.35rem;
}

.eureka-map-info a {
  color: #537353;
}
