/* ==================================================
   DAILYPOST ARTICLE PAGE
   ARTICLE CORE STYLE
   Refactor 10 July 2026
================================================== */


/* ARTICLE TITLE */
body .detail-article .det-title,
body .detail-article h1.det-title,
body .detail-article .article-title-center{
    font-weight:900;
    line-height:1.18;
    color:var(--text);
}


/* ARTICLE SUBTITLE */
body .detail-article .det-subtitle,
body .detail-article .article-subtitle-center{
    color:#6b7280;
    line-height:1.5;
}


/* ARTICLE META */
body .detail-article .det-meta,
body .detail-article .det-submeta{
    color:#6b7280;
    font-size:14px;
}


/* EDITOR META */
body .detail-article .editor-centered-meta{
    display:flex;
    align-items:center;
    gap:10px;
}


/* FEATURED IMAGE */
body .detail-article .article-featured-image{
    width:100%;
    overflow:hidden;
}

body .detail-article .article-featured-image img{
    width:100%;
    height:auto;
    display:block;
}


/* ARTICLE CONTENT */
body .detail-article .article-content,
body .detail-article .premium-content{
    color:var(--text);
}

body .detail-article .article-content p,
body .detail-article .premium-content p{
    line-height:1.75;
}


body .detail-article .article-content h2,
body .detail-article .premium-content h2{
    font-weight:800;
    line-height:1.35;
}


body .detail-article .article-content h3,
body .detail-article .premium-content h3{
    font-weight:800;
    line-height:1.4;
}


/* BLOCKQUOTE */
body .detail-article .article-content blockquote,
body .detail-article .premium-content blockquote{
    margin:24px 0;
}

