/* static/css/search.css */

.search-box {
  margin-bottom: 1rem;
}

.search-meta {
  color: #555;
  margin-bottom: 0.5rem;
}

.search-results {
  list-style: none;
  padding: 0;
}

.search-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.search-header {
  font-weight: bold;
  margin-bottom: .4rem;
}

.search-snippet {
  background: #fafafa;
  padding: .6rem;
  font-size: .9em;
  white-space: pre-wrap;
  line-height: 1.6;
}

mark {
  background: #ffe58a;
  font-weight: bold;
}
