.gh__widget_placeholder-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #e7e7e7ad;
  position: relative;
  overflow: hidden;
}

.gh__widget_placeholder-container img {
  object-fit: cover;
}

.gh__widget_placeholder-container .gh__show-tooltip-button {
  position: absolute;
  bottom: 20%;
  padding: 1rem;
  background: white;
  color: black;
  border: 1px solid black;
}

.gh__widget_placeholder-container .gh__show-tooltip-button:hover {
  background: #efefef;
  color: black;
}

.gh__widget_placeholder-container .gh__tooltip-container {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1000;
  margin: 40px;
  padding: 0.5rem;
  background: white;
}

.gh__widget_placeholder-container .gh__tooltip-container .gh__buttons-container {
  display: flex;
  justify-content: space-evenly;
}

.gh__widget_placeholder-container
  .gh__tooltip-container
  .gh__buttons-container
  .gh__hide-tooltip-button,
.gh__widget_placeholder-container
  .gh__tooltip-container
  .gh__buttons-container
  .gh__show-map-button {
  padding: 0.5rem;
  margin: 0.5rem;
  border: 1px solid #00000066;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.gh__widget_placeholder-container
  .gh__tooltip-container
  .gh__buttons-container
  .gh__hide-tooltip-button {
  background-color: gray;
  color: white;
}
