.search__results {
  .search-results__category {
    margin-bottom: var(--medium);
    border-bottom: 1px solid var(--grey-light);
    border-radius: 0;
    color: var(--lighten-13-taupe-grey);

    & h2 {
      margin: 0;
    }
  }
  .search-results__title {
    flex-grow: 1;
  }
}
