/* Public news listing and article typography. */
.news-index-page .news-listing-title{
    color:#ed7a16;
    font-size:clamp(24px,2.5vw,34px);
    font-weight:700;
    letter-spacing:-.025em;
    line-height:1.18;
}
.news-index-page .news-card-title{
    color:#ed7a16;
    font-size:16px;
    font-weight:700;
    line-height:1.35;
    letter-spacing:-.01em;
    margin:7px 0 10px;
}
.news-index-page .news-card-description{
    color:#3d4541;
    font-size:14px;
    line-height:1.72;
    text-align:justify;
    text-justify:inter-word;
}
.news-details-page .news-main-title{
    color:#ed7a16;
    font-size:clamp(22px,2.5vw,34px);
    font-weight:700;
    letter-spacing:-.025em;
    line-height:1.25;
    margin:14px 0 18px;
}
.news-details-page .news-summary-box{
    color:#28342e;
    font-size:15px;
    line-height:1.75;
    text-align:justify;
    text-justify:inter-word;
}
.news-details-page .news-article-body,
.news-details-page .news-article-body p{
    color:#242b27;
    font-size:15px;
    line-height:1.85;
    text-align:justify;
    text-justify:inter-word;
    overflow-wrap:anywhere;
}
.news-details-page .sidebar-news-content h6{
    color:#ed7a16;
    font-size:13px;
    font-weight:700;
    line-height:1.35;
    margin:4px 0 0;
}
@media(max-width:767px){
    .news-details-page .news-main-title{font-size:22px;line-height:1.3}
    .news-details-page .news-summary-box,
    .news-details-page .news-article-body,
    .news-details-page .news-article-body p{font-size:14px;line-height:1.75}
}
