.app-document-list > li {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-bottom-color: var(--govuk-border-colour, #cecece);
}

.app-metadata-list > li {
  display: inline-block;
  margin-right: 10px;
}

.app-filter li {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-bottom-color: var(--govuk-border-colour, #cecece);
}

.app-open-fieldset {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.app-search-result-list__children {
  margin-left: 20px;
}
@media (min-width: 40.0625em) {
  .app-search-result-list__children {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    list-style: none;
  }
}

.app-search-results-summary {
  position: relative;
}

.app-search-results-summary .subscribe-link {
  position: absolute;
  top: 5px;
  right: 0;
}

.app-search-result-sort {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */ /* stylelint-disable-line scss/comment-no-loud  */
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
  src: url("/assets/fonts/light-94a07e06a1-v2.woff2") format("woff2"), url("/assets/fonts/light-f591b13f7d-v2.woff") format("woff");
}
@font-face {
  font-family: "GDS Transport";
  font-style: normal;
  font-weight: bold;
  font-display: fallback;
  src: url("/assets/fonts/bold-b542beb274-v2.woff2") format("woff2"), url("/assets/fonts/bold-affa96571d-v2.woff") format("woff");
}
@media print {
  .app-search-result-sort {
    font-family: sans-serif;
  }
}
@media print {
  .app-search-result-sort {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.app-search-result-sort label {
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  display: inline;
  margin-right: 5px;
}
@media print {
  .app-search-result-sort label {
    font-family: sans-serif;
  }
}
@media print {
  .app-search-result-sort label {
    font-size: 14pt;
    line-height: 1.2;
  }
}

.app-next-page__number {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.app-next-page {
  display: block;
  padding: 20px 10px;
}

.app-next-page:hover,
.app-next-page.\:hover {
  background-color: #f3f3f3;
}
/*# sourceMappingURL=search.min.css.map */
