.article-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.article-content > * + * {
  margin-top: 18px !important;
}

.prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.prose figure {
  margin-left: auto;
  margin-right: auto;
}

.prose .rt-align-center {
  text-align: center;
}

.prose .rt-align-right {
  text-align: right;
}

.prose .rt-align-justify {
  text-align: justify;
}
