.Map--properties {
  position: relative;
}

.Map__properties__status {
  position: absolute;
  z-index: 5;
  top: 76px;
  left: 50%;
  max-width: calc(100% - 32px);
  transform: translateX(-50%);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(20, 20, 20, .88);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  transition: opacity .2s ease, visibility .2s ease;
}

.Map__properties__status[data-state="ready"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.Map__properties__status[data-state="empty"],
.Map__properties__status[data-state="error"] {
  border-radius: 8px;
}

.Map__properties__status a,
.Map__properties__fallback a {
  color: #65ed00;
  font-weight: 700;
}

.Map__properties__fallback {
  padding: 24px;
  background: #111;
  color: #fff;
  text-align: center;
}

@media (max-width: 767.98px) {
  .Map__properties__status {
    top: 72px;
    width: calc(100% - 32px);
  }
}
