/* Hide the X button on the info window, not needed since the info window will
*  close automatically on 'mouseout' event */
.gm-style-iw-chr {
  display: none;
}

.gm-style-iw-c {
  padding: 0 !important;
}

.gm-style-iw-t>div:first-of-type {
  background-color: var(--bs-body-bg);
}

.gm-style-iw-tc::after  {
  background: var(--bs-body-bg) !important;
}

.gm-style-iw-d {
  color: var(--bs-body-color);
  overflow: unset !important;
  margin: 1rem;
}

/* Hide the Map/Satelite toggle, street view button, movement buttons" */
.gm-style-mtc-bbw,
.gm-bundled-control,
.gm-svpc {
  display: none;
}
