/* Keep story H1 visually identical to the old heading span. */
h1.story_heading {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  display: inline;
  margin: 0;
  padding: 0;
}

article.story_content {
  display: block;
}

h1.site-h1 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.35em 0 0.75em;
  font-family: inherit;
}
