.smallprint a{
  background: unset !important;
}
.results {
  background-color: transparent;
  box-shadow: none !important;
}
.results li {
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
  border-radius: 9px;
}
.results li:not(:last-child) {
  margin: 16px 0;
}
