:where(.detail-list-article) .authors-bottom {
  padding-left: 180px;
  padding-bottom: 50px;
}
@media (width < 768px) {
  :where(.detail-list-article) .authors-bottom {
    padding-left: 25px;
  }
}
:where(.detail-list-article) .related-featured-image {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
:where(.detail-list-article) .list-sidebar {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
  max-width: 100%;
}
:where(.detail-list-article) .more-from {
  height: 550px;
}
:where(.detail-list-article) .article-body img {
  max-width: max(74px, min(100%, 800px));
  /*margin-bottom: 2rem; removed to bring captions on images up closer to images AFK 4/1/21*/
}
@media (width < 768px) {
  :where(.detail-list-article) .article-body img {
    height: 100%;
    width: 100%;
  }
}
:where(.detail-list-article) hr {
  border: none;
}
@media (width < 768px) {
  :where(.detail-list-article) .authors-top {
    min-width: 800px;
  }
}

/*# sourceMappingURL=Detail.ListArticle.css.map */
