/* Safe, intentionally limited typography shared by every story summary. */
.story-summary {
  white-space: pre-wrap;
}
.story-summary p,
.story-summary div {
  margin: 0;
}
.story-summary p + p,
.story-summary div + div {
  margin-top: .55em;
}
.story-summary .sg-align-left { text-align: left; }
.story-summary .sg-align-center { text-align: center; }
.story-summary .sg-align-right { text-align: right; }
.story-summary .sg-align-justify { text-align: justify; }
.story-summary .sg-font-serif { font-family: Georgia, "Times New Roman", serif; }
.story-summary .sg-font-sans { font-family: Arial, Helvetica, sans-serif; }
.story-summary .sg-dropcap {
  float: left;
  margin: .07em .12em 0 0;
  color: #7b2937;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8em;
  font-weight: 500;
  line-height: .68;
}
.article-body {
  white-space: pre-wrap;
}
.article-body .sg-align-left { text-align: left; }
.article-body .sg-align-center { text-align: center; }
.article-body .sg-align-right { text-align: right; }
.article-body .sg-align-justify { text-align: justify; }
.article-body .sg-font-serif { font-family: Georgia, "Times New Roman", serif; }
.article-body .sg-font-sans { font-family: Arial, Helvetica, sans-serif; }
.article-body .sg-dropcap {
  float: left;
  margin: .08em .13em 0 0;
  color: #7b2937;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.6em;
  font-weight: 500;
  line-height: .66;
}
.article-body h2,
.article-body h3 {
  clear: both;
}
.story-copy .story-summary {
  margin: .42rem 0;
  color: var(--sg-muted, #5f6966);
  font: 400 13px/1.35 Arial, sans-serif;
}
.side-card .story-summary { display: none; }
.slide .story-summary {
  margin: 28px auto 0;
  padding: 0 12px;
  max-width: 500px;
  overflow: hidden;
  color: var(--sg-muted, #5f6966);
  font: 400 13.5px/1.35 Arial, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-lead > .story-summary {
  color: #5f6966;
  font: 15px/1.45 Arial, sans-serif;
}
.article .dek.story-summary {
  margin: 0 0 1rem;
  color: #555;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media (max-width: 580px) {
  .slide .story-summary { margin-top: 16px; }
  .story-copy .story-summary { display: none; }
}

/* Traditional print-style story paragraphs: no blank line between paragraphs. */
.article-body p {
  margin: 0;
}


/* Breathing room between byline and opening paragraph only. */
.article-body > p:first-child {
  margin-top: 1.25em;
}
