html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#root {
  height: 100%;
}

/* Guarantee Leaflet fills its wrapper regardless of Tailwind timing */
.leaflet-container {
  height: 100% !important;
  width: 100% !important;
}
