article.node--type-article {
  .node-article__headline {
    hyphens: auto;
    hyphenate-limit-chars: 10 4 4;
  }

  .heading,
  h4 {
    color: var(--academy);
  }

  .node-article__content-wrap {
    display: block;
    /* because we don't use the aside here */
  }

  li {
    list-style: none;
  }



  /*
* note: we might want this as global styles
*/
  .image__caption {
    margin-left: 0;
    color: var(--trust-300);
  }

  .field--name-field-image-credits {
    line-height: 1.5;
  }

  .node-article__content-wrap {
    margin-top: var(--spacing-500);
  }

}
