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

#map {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.map-errors {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 40vh;
  overflow: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  white-space: pre-wrap;
  background: #1e1b4b;
  color: #fecaca;
  border-top: 2px solid #f87171;
  z-index: 1000;
}

.map-errors[hidden] {
  display: none !important;
}
