/**
 * Info Window
 * ----
 */

.gm-style-iw-c {
  padding: 20px 30px !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-c .gm-ui-hover-effect {
  top: 10px !important;
  right: 20px !important;
  border-radius: 50%;
  background: white !important;
  background-color: white;
  opacity: 1;
  box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
}

/* Info Window - Property */
.map-marker__popup .property-article__top {
  margin-bottom: 30px;
}

.map-marker__popup .btn--primary {
  position: absolute;
  bottom: -13px;
  right: 0;
  padding: 4px 40px 6px;
  z-index: 1;
}

.map-marker__popup .btn--primary i {
  margin-left: 4px;
  font-size: 8px;
}

.map-marker__popup .property-article__text {
  padding: 0;
}

.map-marker__popup .property-article__specs {
  margin: 0 0 8px;
}

.map-marker__popup .property-article__price {
  margin-left: 16px;
}

.map-marker__popup .property-article__agents {
  margin-top: 30px;
}

