/**
 * Hero in search pages
 */
body.path-search #hero_bg_wrapper {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
}
body.path-search #hero_bg_wrapper h1 {
  margin: 2rem 1rem 6rem;
  text-align: center
}
body.path-search #hero_bg_wrapper h1::after {
  content: ' ...';
}

/**
 * Hide the search form and title
 */
body.path-search #search-form {
  display: none;
}
body.path-search #block-system-wrapper > h2 {
  display: none
}

/**
 * Style search results
 */
.search-result-snippet strong {
  background-color: #ffff004d;
  padding: 0 5px;
}
