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;
}

/* Prevent attribution bar from being clipped at the viewport edge */
.leaflet-bottom {
  padding-bottom: 4px;
}
