related-stories
This organism is mostly a combination of the grid and package molecules, with a single override for package molecules inside the element. The organism should appear directly under the story body when stories are added to the related bucket in CUE.
Example
HTML
<div class="related-stories story-module">
<h5>RELATED STORIES</h5>
<div class="grid">
<article class="package">
<h6><a class="kicker" href="#">Elections</a></h6>
<h3><a href="#">Sedgwick County adds 1,326 votes to election; counting rules differ in Johnson County</a></h3>
<time>AUG 13, 2018</time>
</article>
<article class="package">
<h6><a class="kicker" href="#">Government and Politics</a></h6>
<h3><a href="#">Kobach deputy says unaffiliated voters can’t be counted; Colyer’s office disagrees</a></h3>
<time>AUG 13, 2018</time>
</article>
<article class="package">
<h6><a class="kicker" href="#">Government and Politics</a></h6>
<h3><a href="#">JoCo accepts nearly 1,500 new votes. Not all unaffiliated voters’ ballots will count</a></h3>
<time>AUG 13, 2018</time>
</article>
<article class="package">
<h6><a class="kicker" href="#">Government and Politics</a></h6>
<h3><a href="#">Kansas Democrats watch with glee as Republicans Colyer, Kobach fight over election</a></h3>
<time>AUG 12, 2018</time>
</article>
</div>
<hr>
</div>