.com-content-article__info {clear: both;}

/* Example: parent wraps both metadata and fields */
.article-content { 
  display: flex;
  flex-direction: column;
}

/* push info block to the bottom */
.article-content .article-info {
  order: 99;
  margin-top: 1rem;
}
