.property-marker {
    background-size: cover;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-position: center;
  }
  
  .mapboxgl-popup {
    max-width: 260px;
  }
  
  .mapboxgl-popup-content {
    padding: 12px;
    border-radius: 6px;
  }
  