.section-card-list {
  &__row {
    @include make-row();
    margin-top: 24px;
    @include media-breakpoint-up(lg) {
      margin-top: 30px;
    }
  }

  &__col {
    @include make-col-ready();
    @include media-breakpoint-up(md) {
      @include make-col(4);
    }
  }

  &__header {
    @include skin-typography($style: "section-header");
  }

  &__description {
    margin-top: 6px;
    @include skin-typography($style: "article-text");
  }

  &__btn-wrapper {
    padding-top: 24px;
    margin-top: 16px;
    @include marko-web-node-list-border($property: border-top);
  }
}

.node {
  $self: &;

  &--section-card-list-hero-image {
    margin-bottom: 16px;
    @include media-breakpoint-up(md) {
      margin-bottom: 0;
    }
  }

  &--section-card-list-hero {
    padding-bottom: 16px;
    @include marko-web-node-list-border(border-bottom);

    @include media-breakpoint-up(md) {
      padding-bottom: 0;
      border-bottom: none;
    }

    #{ $self } {
      &__title {
        margin-bottom: 0;
        @include skin-typography($style: "header-2", $link-style: "primary");
      }

      &__text--teaser {
        margin-top: 10px;
        @include skin-typography($style: "teaser-text-1", $link-style: "primary", $max-lines: 4);
      }
    }
  }

  &--section-card-list-item {
    #{ $self } {
      &__title {
        @include skin-typography($style: "header-3", $link-style: "primary");
      }
    }
  }
}

.node-list {
  &--section-card-list {
    padding-top: 16px;
    @include media-breakpoint-up(md) {
      padding-top: 0;
    }
  }
}
