.point-dropdown {
  width: 300px;
  position: fixed;
  margin: 0;
  background-color: white;
  list-style: none;
  text-align: left;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
}

.point-suggestion.active {
  background: #d8d8d8;
  color: rgb(13, 71, 161);
}

.point-suggestion {
  padding: 5px 0 5px 10px;
}

.point-dropdown-link {
  text-decoration: inherit;
  color: inherit;
  display: block;
  width: 100%;
}