.memorator-maptoolkit-logo {
  display: block;
  line-height: 0;
}

.memorator-maptoolkit-logo img {
  display: block;
  width: auto;
  height: 24px;
  max-width: none;
}

.memorator-map-error {
  max-width: 250px;
  padding: 10px 12px;
  background: #fff;
  color: #333;
  border-radius: 4px;
  box-shadow: 0 1px 5px #0004;
}

.memorator-map-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 800;
  padding: 10px 14px;
  background: #fff;
  color: #333;
  border-radius: 4px;
  text-align: center;
  pointer-events: none;
}
