.map-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e7e1d6, #cbd8d0);
  color: var(--ink);
  text-align: center;
}

.map-placeholder > div {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 35px;
}

.map-placeholder span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 32px;
}

.map-placeholder strong { font: 800 23px var(--title); }
.map-placeholder small { color: #596a64; }
.map-placeholder .button { margin-top: 10px; border: 0; cursor: pointer; }
