.article-list__wrapper.rows{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1rem;
  width: 100%;
}

.recipe-list-container {
  padding: 0 16px;
  .article-list__container.rows {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-inline-start: 0;
  }
  .filters-category{
    display: block;
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
    width: 82%;
  }
}
@media (min-width: 1152px) {
  .hide-for-desktop{
    display: none !important;
  }
}

.-dropdownPagination{
  display: none !important;
}

.icon-more:before {
  content: '...';
}
.filter__container{
  grid-column: span 12;
}

.card--filter{
  padding: 6px 8px;
  width: 100%;
}

.filtered-card-grid__filter__wrapper {
  margin-bottom: 24px;
}

.hide-filter{
  display: none !important;
}

.recipe-data-full-width {
  grid-column: span 12 !important;
}
.card-data-full-width{
  grid-column: span 3 !important;
}
.filter-reset-link{
  grid-column: span 12;
  text-align: right;
}
.mobile-filters-header{
  grid-column: span 12;
  border-bottom: 1px solid #677083;
  padding-bottom: 4px;
  margin-bottom: 24px;
}
.filter-title{
  display: inline;
}
.no-results{
  display: flex;
  height: fit-content;
  border: 1px solid #B63125;
  padding: 24px;
  border-radius: 12px;
  @media (max-width: 1152px) {
    margin-bottom: 40px;
    padding: 20px;
  }
  @media screen and (max-width: 425px) {
    padding: 16px;
  }
}
.no-results-text{
  padding-left: 24px;
  @media screen and (max-width: 425px) {
    padding-left: 16px;
  }
}
.no-results-image-wrapper{
  img{
    height: 40px;
  }
}
.error-header{
  margin: 8px 0px;
  font-family: Gotham, sans-serif;
  font-weight: normal;
  font-size : 20px;
  line-height: 28px;
  letter-spacing: 0px;
  @media (max-width: 1152px) {
    margin: 6px 0px;
    font-size : 18px;
    line-height: 24px;
  }
}
.error-body{
  font-family: Gotham, sans-serif;
  font-weight: 350;
  font-size : 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
  @media (max-width: 1152px) {
    font-size : 14px;
    line-height: 20px;
  }
}

.image-section{
  pointer-events: none;
}
.content-section{
  pointer-events: none;
}