/* MapLibre App Styles */

#map1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* MapLibre canvas */
.maplibregl-canvas {
  outline: none;
}

/* Zoom control positioning */
.maplibregl-ctrl-bottom-right {
  margin-bottom: 10px;
  margin-right: 10px;
}

.maplibregl-ctrl-group {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.maplibregl-ctrl-group button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.maplibregl-ctrl-group button + button {
  border-top: 1px solid #e0e0e0;
}

/* Custom popup for lots */
.maplibre-popup {
  z-index: 1000;
}

.maplibre-popup .maplibregl-popup-content {
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  overflow: hidden;
}

.maplibre-popup .maplibregl-popup-tip {
  border-top-color: #fff;
}

.maplibre-popup .maplibregl-popup-close-button {
  font-size: 18px;
  color: #666;
  padding: 6px 10px;
}

/* Heatmap transition */
.maplibregl-canvas-container {
  transition: opacity 0.2s ease;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .maplibregl-ctrl-bottom-right {
    margin-bottom: 70px;
    margin-right: 8px;
  }
}
