/*
The div that holds all the lines
*/
div.pac-container,
.tangram-suggestion-main {
  z-index: 99999999999 !important;
}
.tangram-suggestion-main.away {
  z-index: 1 !important;
}
.amap-sug-result {
  z-index: 10024;
  background-color: #fefefe;
  border: 1px solid #d1d1d1;
}
/*
class for each line of the result
*/
input.gm-err-autocomplete {
  background-image: none !important;
}
@media (max-width: 1009px) {
  .pac-item {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: wrap;
    padding: 0 14px;
  }
  .pac-item span {
    display: block;
  }
  .pac-item-query {
    padding-top: 5px;
  }
  span.pac-matched {
    display: inline;
  }
  .pac-item > span:last-child {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .pac-icon-marker {
    display: none !important;
  }
  .pac-logo:after {
    background-position: left 15px bottom 11px;
    height: 36px;
  }
}
