.map-placeholder {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
}

.map-placeholder button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #1f2a33;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
