.hidden {
  display: none; }

@media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
  .document-library {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 80rem) {
  .document-library {
    padding-left: 40px;
    padding-right: 40px; } }

.document-library__results {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .document-library__results {
      padding: 0 1rem; } }
  .document-library__results .results-count {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #7f7f7f;
    letter-spacing: .1em;
    margin-bottom: 3rem; }
  .document-library__results h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 15px; }
    .document-library__results h3 sup {
      top: -0.7em;
      font-size: 60%; }

.document-library__filter-results {
  list-style-type: none;
  margin-bottom: 3rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 2rem; }
  .document-library__filter-results li {
    padding: 0;
    text-align: left; }
    .document-library__filter-results li:before {
      display: none; }
    .document-library__filter-results li a {
      text-decoration: none;
      color: #000;
      font-size: .85rem;
      max-width: 100%; }
    .document-library__filter-results li img {
      box-shadow: 0 0 3px 2px #ddd;
      max-width: 100%; }

.document-library__result-title {
  font-weight: 600;
  margin: 1rem 0 .4rem 0;
  overflow-wrap: break-word; }

.document-library__result-size {
  font-weight: 400;
  text-decoration: none;
  color: #000; }

.warranty-note {
  margin-top: 25px; }
  .warranty-note p {
    margin-top: 0; }

/*# sourceMappingURL=library-result.css.map */