html, body, #map { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { font-family: Arial, sans-serif; }
#status {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 40px);
  padding: 10px 14px;
  border-radius: 5px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  font-size: 14px;
}
.maplibregl-ctrl-attrib { font-size: 10px; }
