/*
 * Styling for the search results that appear under the News page search box.
 * This is the only piece of the site that had no WordPress equivalent, so the
 * rules deliberately borrow the theme's existing colours and spacing.
 */
.nv-search-results {
  margin-top: 12px;
}

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

.nv-search-results li {
  margin-bottom: 14px;
}

.nv-search-results a {
  display: block;
  font-weight: 600;
}

.nv-search-snippet {
  display: block;
  font-size: 0.85em;
  opacity: 0.75;
  line-height: 1.4;
  margin-top: 2px;
}

.nv-search-empty {
  font-size: 0.9em;
  opacity: 0.75;
}
