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

body {
  background: #f6f3ea;
  color: #282623;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#map {
  position: fixed;
  inset: 0;
}

.status {
  position: fixed;
  left: 50%;
  top: 50%;
  width: min(420px, calc(100vw - 32px));
  transform: translate(-50%, -50%);
}

.status,
.promo-popover {
  box-sizing: border-box;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 10px 28px rgb(0 0 0 / 14%);
  padding: 18px 20px;
  line-height: 1.45;
}

.status[hidden] {
  display: none;
}

.status strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.status span {
  display: block;
  font-size: 14px;
}

.promo-popover {
  max-width: min(420px, calc(100vw - 32px));
}

.promo-popover::before,
.promo-popover::after {
  content: none;
  display: none;
}

.maplibregl-ctrl-group {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgb(0 0 0 / 18%);
  overflow: hidden;
}
