.articlesLanding {
  padding: 4.8rem 2rem;
}

.articlesLanding__header {
  max-width: 60rem;
  margin-bottom: 6.4rem;
}

.articlesLanding__heading {
  display: flex;
  margin-top: 0;
  margin-bottom: 6.4rem;
}

.articlesLanding__description {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.articlesLanding__description {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.articlesLanding__disclaimer {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 3.2rem;
}

.articlesLanding__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.articlesLanding__category {
  display: block;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-blue);
  background-color: var(--color-gray);
  border-radius: 99999px;
}

.articlesLanding__category[aria-current="page"] {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.articlesLanding__filters {
  border: 1px solid var(--color-gray-lightest);
  border-radius: 0.2rem;
}

.articlesLanding__filters .form__field {
  width: 100%;
  margin: 0;
}

.articlesLanding__filters .form__field--alphabet {
  width: 100%;
  overflow: auto;
  color: var(--color-blue);
}

.articlesLanding__filters .form__field--alphabet__content {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  white-space: nowrap;
}

.articlesLanding__filters .form__field--alphabet__content a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.articlesLanding__filters .form__field--alphabet__content a.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.articlesLanding__filters .form__field--alphabet__content a.selected {
  text-decoration: underline;
}

.form__results {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 6.4rem;
  width: 100%;
}

.articlesLanding__no-results {
  margin-top: 4.8rem;
}

.articlesLanding__featured {
  margin-bottom: 3rem;
  margin-top: 6rem;
}

.articlesLanding__list {
  width: 100%;
  display: grid;
  gap: 3.2rem;
  margin-top: 4.8rem;
}

.articlesLanding__item {
  min-width: 0;
}

.articlesLanding__pagination {
  margin-top: 8rem;
}

.articlesLanding .form__field label {
  display: none;
}

.articlesLanding .form__field input[type="text"],
.articlesLanding .form__field input[type="email"],
.articlesLanding .form__field input[type="password"],
.articlesLanding .form__field textarea,
.articlesLanding .form__field select {
  border: none;
  padding: 2.8rem 3.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: inherit;
  color: var(--color-blue)
}

.articlesLanding .form__field:first-of-type select {
  border-bottom: 1px solid var(--color-gray-lightest);
}

.articlesLanding .form__field input[type="text"] {
  line-height: 1;
}

.articlesLanding__fallback {
  margin-top: 6.4rem;
  max-width: 60rem;
}

.articlesLanding__fallback h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
}

.articlesLanding__no-items {
  margin-top: 4rem;
}

.form__field--search {
  position: relative;
}

.form__field--search div {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.form__field--search a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding: 0;
  color: var(--color-gray-lighter);
  text-decoration: none;
  border-bottom: 1px solid var(--color-gray-lighter);
}

@media screen and (min-width: 768px) {
  .articlesLanding__filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .articlesLanding .form__field:first-of-type select {
    border-bottom: none;
    border-right: 1px solid var(--color-gray-lightest);
  }
  
  .articlesLanding__filters .form__field--titles {
    width: auto;
    flex-grow: 1;
  }
  
  .articlesLanding__filters .form__field--industry {
    width: auto;
    flex-grow: 1;
  }
  
  .articlesLanding__filters .form__field--search {
    width: auto;
    flex-grow: 1;
  }
  
  .articlesLanding__filters .form__action {
    width: auto;
    flex-grow: 1;
  }
  
  .articlesLanding__no-results {
    margin-top: 8rem;
  }
  
  .articlesLanding__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4rem 3.2rem;
  }
  
  .articlesLanding__fallback {
    margin-top: 10rem;
  }

  .articlesLanding__pagination {
    margin-top: 12rem;
  }
}

.articlesLanding-template .sectionArticles.is-first-section {
  padding-top: 0;
}

@media screen and (min-width: 1200px) {
  .articlesLanding {
    padding: 5.6rem;
  }

  .articlesLanding:has( + .sectionArticles) {
    padding-bottom: 4.8rem;
  }
  
  .articlesLanding__fallback {
    margin-top: 14rem;
  }

  .articlesLanding-template .sectionArticles.is-first-section .cardArticle:first-child {
    grid-column: 1 / span 3;
    
  }
  
  .articlesLanding-template .sectionArticles.is-first-section .cardArticle:first-child {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 4rem;
  }

  .articlesLanding-template .sectionArticles.is-first-section .cardArticle:first-child .cardArticle__image {
    margin: 0;
  }

  .articlesLanding-template .sectionArticles.is-first-section .cardArticle:first-child .cardArticle__heading {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
    border-width: 2px;
  }
}


@media screen and (min-width: 1321px) {
  .articlesLanding {
    padding: 8.8rem;
  }
}