.clipping-list-news {
  position: relative;
  width: 100%;
  padding: 0 $gutter;
  margin: 75px auto;
  color: $primary-color;

  @include sm {
    padding: 0 $gutter-mobile;
    margin: 50px auto;
  }

  &__wrapper {
    width: 100%;
    max-width: $header-content-width;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  &__title {
    width: 100%;
    color: $primary-color;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 0;
  }

  &__description {
    margin-top: 24px;
    font-size: 1.8rem;
  }

  &__container {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  &__item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid rgba($color: $gray-border, $alpha: 0.6);
  }

  &__item-date {
    color: $primary-color;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.02rem;
  }

  &__item-title {
    color: $primary-color;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 16px 0 0;

    @include sm {
      font-size: 2.1rem;
      line-height: 2.5rem;
    }
  }

  &__item-type-container {
    margin-top: 24px;
  }

  &__item-type {
    color: $blue;
    background-color: rgba($color: $blue, $alpha: 0.1);
    padding: 6px 8px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-right: 16px;
  }

  &__cta {
    margin: 24px auto 0;
    width: 100%;
    max-width: 440px;

    .std-button {
      width: 100%;
    }
  }
}
