/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/post_type-resource/resource-archive.scss ***!
  \*****************************************************************************************************************************************************************************************************/
body.archive #content {
  overflow: unset;
}

.block-editor-content > :nth-child(2) {
  padding-top: 1px;
}
.block-editor-content > :last-child {
  padding-bottom: 5rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.01) 90%, var(--wp--preset--color--lightest-gray) 100%);
  border-bottom: 2px solid #e5eff6;
}

.resources-archive-header,
.resources-archive-list-header {
  position: relative;
  background: linear-gradient(315deg, #002870 0%, #004bb2 99%);
}
.resources-archive-header p,
.resources-archive-header h1,
.resources-archive-list-header p,
.resources-archive-list-header h1 {
  position: relative;
  z-index: 1;
}
.resources-archive-header h1,
.resources-archive-list-header h1 {
  text-align: center;
  margin-block: 0;
}
.resources-archive-header .has-top-padding,
.resources-archive-list-header .has-top-padding {
  padding-top: 4rem;
}
.resources-archive-header .h1-search-term,
.resources-archive-list-header .h1-search-term {
  color: var(--wp--preset--color--neutral-7);
}
.resources-archive-header h1:has(.h1-search-term),
.resources-archive-list-header h1:has(.h1-search-term) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (max-width: 767px) {
  .resources-archive-header h1:has(.h1-search-term),
  .resources-archive-list-header h1:has(.h1-search-term) {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.back-to-resources-link {
  position: relative;
  padding-top: 2rem;
  margin-block: 0 !important;
}
.back-to-resources-link a {
  color: var(--wp--preset--color--white);
}
.back-to-resources-link a i {
  margin-right: 0.3rem;
}

.resources-archive-list-header {
  position: relative;
  padding-bottom: 1rem;
}
.resources-archive-list-header * {
  position: relative;
  z-index: 1;
}
.resources-archive-list-header h1 {
  padding-bottom: 4rem;
}
.resources-archive-list-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(315deg, #002870 0%, #004bb2 99%);
  z-index: 0;
}

.resources-archive-pills {
  text-wrap: unset;
}

.resources-archive-pills span {
  display: inline-block;
  padding: 0 0.8rem;
  margin: 0.3rem 0.3rem 0.3rem 0;
  border: 1px solid var(--wp--preset--color--neutral-6);
  border-radius: 0.8rem;
}
