/* Veya Digital — the case-story chapters no longer draw a scroll-scrubbed
   SVG diagram (see scroll-diagram.js); this just keeps the now-unused
   <svg class="story-diagram"> markup that ships on every page out of the
   layout, without needing to edit each page's HTML to remove the tag. */
.story-diagram {
  display: none;
}
