.author-articles.last-active .slider-arrows--popular {
  display: none;
}
.author-articles.last-active #swiper-container-author-popular-articles {
  display: none;
}
.author-articles.popular-active .slider-arrows--last {
  display: none;
}
.author-articles.popular-active #swiper-container-author-last-articles {
  display: none;
}
.author-articles__header {
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .author-articles__header {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
  }
}
@media (min-width: 62em) {
  .author-articles__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 87.5em) {
  .author-articles__header {
    margin-bottom: 70px;
  }
}
.author-articles__header .col-left {
  width: 100%;
}
@media (min-width: 48em) {
  .author-articles__header .col-left {
    width: 70%;
  }
}
@media (min-width: 75em) {
  .author-articles__header .col-left {
    width: 60%;
  }
}
@media (min-width: 102.5em) {
  .author-articles__header .col-left {
    width: 55%;
  }
}
.author-articles__header .slider-arrows {
  display: none;
}
@media (min-width: 48em) {
  .author-articles__header .slider-arrows {
    display: flex;
  }
}
.author-articles .categories {
  margin-top: 32px;
  margin-bottom: 0 !important;
  justify-content: center;
}
@media (min-width: 48em) {
  .author-articles .categories {
    justify-content: start;
  }
}