/* Kolom baca konsisten: judul, metadata, foto, isi, share, dan komentar satu garis. */
.news-detail-hero{
  padding-left:max(20px,calc((100% - 790px)/2))!important;
  padding-right:max(20px,calc((100% - 790px)/2))!important;
}
.news-detail-hero h1{max-width:790px!important}
.news-detail-wrap{width:100%;max-width:838px!important;padding-left:24px!important;padding-right:24px!important}
.news-detail-image,
.news-body,
.news-share,
.news-comments,
.news-detail-wrap>.table-link,
.news-detail-wrap>p{width:100%;max-width:790px!important;margin-left:auto!important;margin-right:auto!important}
.news-detail-image{height:auto!important;max-height:none!important;object-fit:contain!important}
.news-body p{
  text-align:justify!important;
  text-justify:inter-word;
  hyphens:auto;
  overflow-wrap:break-word;
}
.news-body p:first-child:first-letter{float:none!important;margin:0!important;color:inherit!important;font:inherit!important}
.news-inline-photo{width:100%!important;margin:32px 0!important}
.news-inline-photo img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}
@media(max-width:620px){
  .news-detail-wrap{padding-left:18px!important;padding-right:18px!important}
  .news-detail-hero{padding-left:20px!important;padding-right:20px!important}
  .news-body p{text-align:left!important}
}
