.search-result .search-hit {
  margin-bottom: 24px;
}
.search-result .search-hit .search-title {
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.search-result .search-hit .match {
  color: orange;
}
.search-result .search-hit .search-highlight {
  font-size: 0.8rem;
  color: #bbb;
}
