@media screen and (max-width: 767px) {
  .sort-by {
    width: 100%;
  }
}
.sort-by .userSortDropdown {
  border-radius: 5px;
  padding-left: 1.25rem;
  color: rgb(124, 125, 127);
  font-weight: 500;
}

.search-results {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgb(245, 245, 247);
  min-height: 90vh;
}

.top-header {
  margin-bottom: 1.25rem;
  text-align: left;
  font-size: 2.25rem;
  color: rgb(121, 151, 175);
  font-weight: 600;
}

.search-r {
  font-weight: 500;
  font-size: 1.15rem;
}

.search-keyword {
  font-weight: 600;
}
.search-keyword::after, .search-keyword::before {
  content: '"';
}

.search-results-items .search-results-item {
  background-color: white;
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .search-results-items .search-results-item {
    padding: 1.5rem 1.5rem;
  }
}
.search-results-items .search-results-item .title {
  color: rgb(173, 159, 199);
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0.25rem;
  display: block;
}
.search-results-items .search-results-item .link {
  color: rgb(98, 181, 221);
  display: block;
  margin-bottom: 1rem;
}/*# sourceMappingURL=search-results.css.map */