#map {
  width: 100%;
  height:100%
}

#popup {
  position: absolute;
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  z-index: 10;
  max-width: 420px;
  font-family: monospace;
  font-size: 12px
}

pre {
  background: #f6f6f6;
  padding: 6px;
  border-radius: 4px;
  overflow: auto;
  max-height: 140px
}

.copy-btn {
  margin-left: 8px;
  border: 0;
  background: #eee;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px
}

.layer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 6px
}

.layer-left {
  display: flex;
  align-items: center;
  gap: 8px
}

button.close {
  margin-top: 8px
}
