/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme_src/scss/pages/search.scss ***!
  \*************************************************************************************************************************************************************************************************/
.search-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: var(--container-vertical-padding) calc(var(--container-padding) * 1px);
}

.page-title {
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
  margin: 3rem 0;
}
@media screen and (min-width: 48rem) {
  .page-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 90rem) {
  .page-title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.no-results {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 3rem 0;
}
@media screen and (min-width: 48rem) {
  .no-results {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .no-results {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

article {
  margin: 2rem 0;
}

.entry-title {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 48rem) {
  .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.nav-links {
  position: relative;
  display: flex;
  justify-content: space-between;
}

hr {
  background-image: var(--gradient-redorange);
  border: none;
  height: 6px;
  border-radius: 3px;
  width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 30rem) {
  hr {
    margin: 2.5rem auto;
  }
}
@media screen and (min-width: 48rem) {
  hr {
    margin: 3.5rem auto;
  }
}

.nav-previous, .nav-next {
  text-transform: uppercase;
  display: block;
  padding: 0 1.25rem;
  position: relative;
}
.nav-previous a, .nav-next a {
  text-decoration: none;
  font-weight: var(--font-bold);
}
.nav-previous::after, .nav-next::after {
  content: "";
  position: absolute;
  border: 2px solid var(--color-black);
  border-top: none;
  border-left: none;
  width: 10px;
  height: 10px;
  top: 8px;
}

.nav-previous::after {
  transform: rotate(135deg);
  left: 0;
}

.nav-next {
  text-align: right;
}
.nav-next::after {
  transform: rotate(-45deg);
  right: 0;
}

/*# sourceMappingURL=search.css.map*/