
/* ── Search results ─────────────────────────────────────────── */

#search-results ul.search > li:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

#search-results ul.search > li {
  padding-top: 0.25rem;
}

.search-result-path {
  display: block;
  font-size: 1.3rem;
  color: #888;
  margin: 0.2rem 0 0.5rem;
  letter-spacing: 0.01em;
}

mark.search-highlight {
  background: #fff3b0;
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
}

p.context {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.65;
  margin: 0.5rem 0 0;
}

.search-summary {
  font-size: 0.875rem;
  color: #777;
  margin-top: 0.25rem;
}

#search-results h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

#search-results p.search-summary,
#search-results > p {
  font-size: 1.2rem;
}

/*# sourceMappingURL=custom.css.map */