.editorial-drop-cap::first-letter {
  float: left;
  font-size: 4.5rem;
  line-height: 0.8;
  margin-right: 0.15em;
  margin-top: 0.1em;
  font-weight: 900;
}
.editorial-pull-quote {
  border-left: 4px solid;
  padding-left: 1.5rem;
  font-style: italic;
  line-height: 1.6;
}
.editorial-rule {
  border: none;
  border-top: 1px solid currentColor;
  opacity: 0.15;
  margin: 1.5rem 0;
}
.editorial-rule-thick {
  border: none;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  height: 4px;
  opacity: 0.15;
  margin: 2rem 0;
}
.editorial-kicker { font-size: 0.7rem; }
.editorial-dateline { font-size: 0.7rem; }
.editorial-number { font-size: 3rem; line-height: 1; }
.editorial-small-text { font-size: 0.7rem; }
.editorial-sidebar-sticky { top: 2rem; }

