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

.panel {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px;
  border-radius: 8px;
  font-family: system-ui, sans-serif;
  font-size: 13px;
  max-width: 420px;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
