#map {
  width: calc(100% - 300px);
}
body {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
body #sidebar {
  width: 300px;
}
/* #sidebar {
  z-index: 1000;
  position: absolute;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 1em;
  overflow-y: auto;
} */

#map {
  height: 100vh;
}

.info-bubble {
  width: 250px; /* Adjust width as necessary */
  padding: 15px;
  font-family: Arial, sans-serif;
  max-height: 400px;
}

.info-bubble img {
  width: 100%; /* Adjust as needed */
  height: auto;
}

.info-bubble h1 {
  font-size: 16px;
  margin: 5px 0;
}

.info-bubble p {
  font-size: 14px;
  margin: 5px 0;
}

.info-benefit {
  max-height: 100px;
  overflow-y: auto; /* Makes it scrollable */
  font-size: 12px;
}

/* Hide the arrow/tail of the info window */
.gm-style .gm-style-iw-tc::after,
.gm-style .gm-style-iw-tc::before {
  display: none !important;
}
