/**
*
* Related items
*
**/

.related-items {
  background-color: $colorGrayDark;
  color: #ffffff;
  padding-bottom: $lineHeight * 2;
  margin-top: $lineHeight * 2;

  .list-links {
    a {
      color: #ffffff;
    }
  }

}
