/* Google credits */
#GooglePopper.MuiAutocomplete-popper::after {
  content: "";
  height: 20px;

  box-sizing: border-box;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
  background-position: calc(100% - 5px) calc(100% - 5px);
  background-repeat: no-repeat;
  background-size: 120px 14px;
  background-color: #fff;
  margin-top: -20px;
}