.map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9edf0;
  border-radius: inherit;
}
.map-load-btn {
  cursor: pointer;
  border: 1px solid #fc990a;
  background: #fc990a;
  color: #0d0d0d;
  padding: 12px 26px;
  font-size: 15px;
  font-family: inherit;
  border-radius: 4px;
}
.map-load-btn:hover { background: #b8963f; }
