.articles-list {

&:not(:last-child) {
  @extend %section-commom;

  padding-bottom: 10px;
  border-bottom: 1px solid $c_smoke-gray;
}

&__link {
  color: $c_darkgray;
  border-radius: 2px;
}

&__title { margin-bottom: 0; }

&__date {
  font-family: $f_sans;
  font-size: 14px;
}

}