.autry-paragraph .paragraph-header {
  margin-bottom: 1rem;
}
.autry-paragraph > :last-child {
  margin-bottom: 0;
}
.autry-paragraph .paragraph-intro {
  font-size: 20px;
  margin-bottom: 1rem;
}
.autry-paragraph .paragraph-intro > :last-child {
  margin-bottom: 0;
}
.autry-paragraph .paragraph-content > :last-child {
  margin-bottom: 0;
}
.autry-paragraph .paragraph-content:after {
  display: table;
  clear: both;
  content: '';
}
aside .autry-paragraph .paragraph-header {
  color: #5a5a5a;
}
.autry-paragraph + .autry-paragraph {
  margin-top: 2rem;
}
.autry-paragraph.has-divider {
  margin-top: 2rem;
  border-top: 5px solid #c8c8c8;
  padding-top: 2rem;
}
.autry-paragraph.has-divider:where(:first-child) {
  margin-top: 0;
}


/*# sourceMappingURL=autry-paragraph.library.css.map*/