#map {
  width: 100%;
  height: 700px;
}
#map .property {
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}
#map .property.highlight {
  background: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  width: 250px;
}
#map .property .details {
  display: none;
  flex-direction: column;
}
#map .property.highlight .details {
  display: flex;
}
#map .property .marker-icon {
  display: block;
}
#map .property.highlight .marker-icon {
  display: none;
}
#map .map-filter {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 10px 0;
}

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