.theme-version-one {
  ul.search-results {
      list-style-type: none;
      margin: 0;
  }

  li.search-result {
      border-radius: 3px;
      border: solid 1px rgba(0,0,0,.09);
      margin-bottom: 1.25rem;
      background: #fff;
      position: relative;
      padding: .813rem;
  }
}