.styled_map__placeholder {
  position: relative;
  background-position: center;
  background-size: cover;
}
.styled_map__placeholder:before,
.styled_map__placeholder .styled_map__placeholder-cookie-text {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
}
.styled_map__placeholder:before {
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  content: " ";
}
.styled_map__placeholder .styled_map__placeholder-cookie-text {
  z-index: 10;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
}

/*# sourceMappingURL=google.maps.css.map */