.google-map-privacy-placeholder {
  padding: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/modules/custom/google_maps/images/privacy-placeholder.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.map-sidebar {
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  top:10px !important;
  left:10px !important;
  background: rgba(255,255,255,0.9);
  width: 330px;
  z-index: 1;
}

.map-sidebar__close {
  right:4px !important;
  top:4px !important;
  transform: scale(75%);
  background-color: #fff !important;
}

.map_sidebar__container,
.map-sidebar__content {
  height: 100%;
}

.map_sidebar__container {
  position: relative;
}

.map-sidebar__close {
  position: absolute;
}

.map_sidebar__loading {
  height: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_sidebar__loading .modal__loading {
  margin: 0;
}
