/* Keep heading decorations; remove only editor-generated row separators. */
.infoPage .editorialCard hr,
.infoPage .editorialCard .editorialContent hr {
  display: none !important;
}

.infoPage .editorialCard p,
.infoPage .editorialCard ul,
.infoPage .editorialCard ol,
.infoPage .editorialCard li,
.infoPage .editorialCard blockquote {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
