/**
 * Styles targeting the WCM Search Results
 *
 */

/* =Results List
----------------------------------------------------------*/

.wcm-search-results__stats {
  border: 1px solid #ddd;
  background-color: #F6F6F2;
  border-color: #eee;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* =Result Teasers
----------------------------------------------------------*/

.wcm-search-result--pdf h4 a {
  background: url(/profiles/wcmc/themes/wcmc_bootstrap/images/cta_icons/SVG/pdf.svg) left center no-repeat;
  background-size: 18px 18px;
  padding-left: 24px;
}

.wcm-search-result--doc h4 a {
  background: url(/profiles/wcmc/themes/wcmc_bootstrap/images/cta_icons/SVG/doc.svg) left center no-repeat;
  background-size: 18px 18px;
  padding-left: 24px;
}

.wcm-search-result__title a.external-link:after,
.wcm-search-result__title a.wcm-edu-external-link:after {
  content: '';
}

.wcm-search-result__info {
  padding: 0 15px;
}

.wcm-search-result__snippet {
  margin: 0;
}

.wcm-search-result__destination {
  font-size: 13px;
  color: #888;
}
