/* remove 'powered by Google' in address suggestions */
.pac-container:after {
    background-image: none !important;
    height: 0;
    padding: 0;
    margin: 0;
}

/* remove place icon to the left */
.pac-icon {
  display: none;
}

/* style suggestion */
.pac-item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #ececec;
}

/* style street name */
.pac-item-query {
  font-size: 16px;
}