.page-recipes .section-posts {
  margin-bottom: 95px;
}
.page-recipes .section-posts .content .wrapper {
  overflow: visible;
}
.page-recipes .section-posts .content .header {
  padding-top: 146px;
  background-color: #faf8f4;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .page-recipes .section-posts .content .header {
    padding-top: 184px;
    padding-bottom: 34px;
  }
}
.page-recipes .section-posts .content .header:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../../assets/images/newsroom-hero-bg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-recipes .section-posts .content .header .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .page-recipes .section-posts .content .header .title {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 64px;
  }
}
.page-recipes .section-posts .content .posts-holder {
  padding-top: 54px;
}
@media all and (min-width: 1024px) {
  .page-recipes .section-posts .content .posts-holder {
    padding-top: 100px;
  }
}
.page-recipes .section-posts .content .posts-holder .posts-filters {
  position: relative;
  margin-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .page-recipes .section-posts .content .posts-holder .posts-filters {
    margin-bottom: 52px;
  }
}
.page-recipes .section-posts .content .posts-holder .posts-filters .loader-holder {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  display: none;
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter-items {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter-items:before, .page-recipes .section-posts .content .posts-holder .posts-filters .filter-items:after {
  content: "";
  margin: auto; /* This pushes the flex items to the center */
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter-items::-webkit-scrollbar {
  display: none;
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter {
  margin-right: 4px;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .page-recipes .section-posts .content .posts-holder .posts-filters .filter {
    margin-right: 12px;
  }
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter:last-child {
  margin-right: 0;
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter input {
  display: none;
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter input:checked + span {
  background-color: #9e8a63;
  color: #faf8f4;
}
.page-recipes .section-posts .content .posts-holder .posts-filters .filter span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2d3838;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 44px;
  background-color: transparent;
  border-radius: 12px;
  padding: 0 16px;
  box-sizing: border-box;
  outline: none;
  border: solid 1px rgba(158, 138, 99, 0.2);
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .page-recipes .section-posts .content .posts-holder .posts-filters .filter span {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 48px;
  }
}
.page-recipes .section-posts .content .posts-holder .posts {
  transition: opacity 0.3s ease-out;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}
@media all and (min-width: 768px) {
  .page-recipes .section-posts .content .posts-holder .posts {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px 24px;
  }
}
@media all and (min-width: 1024px) {
  .page-recipes .section-posts .content .posts-holder .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-recipes .section-posts .content .posts-holder .posts.loading {
  opacity: 0.5;
}
.page-recipes .section-posts .content .posts-holder .posts article {
  height: 100%;
}
.page-recipes .section-posts .content .posts-holder .posts-load-more-button {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media all and (min-width: 768px) {
  .page-recipes .section-posts .content .posts-holder .posts-load-more-button {
    margin-top: 24px;
  }
}
.page-recipes .section-posts .content .posts-holder .posts-load-more-button .btn {
  border: 1px solid var(--base-dark);
}
.page-recipes .section-posts .content .posts-holder .posts-load-more-button .loader-holder {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}/*# sourceMappingURL=recipes.css.map */