/* Added CSS for interactive map hover effects */
.map-container:hover .map-click-hint {
  opacity: 1 !important;
}

.map-container:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.single-property-map {
  margin-bottom: 30px;
}

.single-property-map .title {
  margin-bottom: 15px;
  color: #333;
}

.info-map p {
  line-height: 1.6;
}
