@use "00-base/configure" as *;

.paragraph--type--related-link, // mass gov drupal instance
.ma__related-action {

  & + & {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 30px;
    padding-top: 30px;
  }

  &__link {
    margin-bottom: 0;
  }

  &__description {
    line-height: 1.5;
    padding-top: 5px;

    @media ($bp-small-min) {
      font-size: $fonts-small;
    }

    & > :last-child {
      margin-bottom: 0;
    }
  }

  .ma__decorative-link {
    display: block;

    a {
      font-size: $fonts-larger;
      line-height: 1.2;
    }
  }
}

//theme

.paragraph--type--related-link, // mass gov drupal instance
.ma__related-action {

  & + & {
    border-top-color: $c-bd-divider;
  }
}
