/* Стили для popup пользователя на карте */
.custom-user-popup .leaflet-popup-content-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.custom-user-popup .leaflet-popup-content {
  margin: 0 !important;
  line-height: 1 !important;
}

.custom-user-popup .leaflet-popup-tip {
  background: rgba(0,0,0,0.8) !important;
  border: none !important;
  box-shadow: none !important;
}

.user-trees-popup {
  background: rgba(0,0,0,0.8) !important;
  color: white !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  text-align: center !important;
  min-width: 200px !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px) !important;
  margin: 0 !important;
}

.user-trees-popup .popup-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  color: white !important;
}

.user-trees-popup .popup-trees {
  font-size: 14px !important;
  color: #23B77F !important;
  font-weight: 500 !important;
  margin-bottom: 2px !important;
}

.user-trees-popup .popup-city {
  font-size: 12px !important;
  color: rgba(255,255,255,0.8) !important;
  font-weight: 400 !important;
}
