.objects-map {
  width: 100%;
  height: 620px;
}

.object-marker {
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.object-info-window {
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  z-index: 10;
}
