/* ══════════════════════════════════════════
   ARTICLE PAGE STYLES (STRICT SPEC)
══════════════════════════════════════════ */

/* BREADCRUMB */
.mn-breadcrumb { padding: 14px 0; border-bottom: 1px solid #e5e7eb; background: #fff; margin-bottom: 20px; }
.mn-bc-inner { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #9ca3af; flex-wrap: wrap; }
.mn-bc-inner a { color: #6b7280; transition: color .2s; text-decoration: none; }
.mn-bc-inner a:hover { color: #1e73be; }
.mn-bc-sep { color: #d1d5db; }
.mn-bc-cur { color: #374151; font-weight: 600; }

/* ARTICLE LAYOUT */
.art-layout { display: grid; grid-template-columns: 1fr 360px; gap: 20px; padding: 0 0 48px; align-items: start; }

/* Ensure Sidebar starts at the very top */
.art-sb { margin-top: 0; padding-top: 0; }
.art-sb .mn-sb-block:first-child { margin-top: 0; }

/* ARTICLE HEADER */
.art-header { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 20px; }
.art-hero-img { position: relative; }
.art-hero-img img { height: 480px; width: 100%; object-fit: cover; }
.art-hero-caption { background: rgba(0,0,0,.65); color: rgba(255,255,255,.8); font-size: 11px; padding: 8px 14px; display: flex; align-items: center; gap: 6px; }

.art-meta-bar { padding: 20px 24px; border-bottom: 1px solid #e5e7eb; }
.art-cats { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.art-cat-main { background: #fb8b01; color: #fff; font-size: 11px; font-weight: 800; padding: 4px 14px; border-radius: 4px; letter-spacing: .8px; text-transform: uppercase; }
.art-cat-sub { background: rgba(30,115,190,.1); color: #155a96; font-size: 10.5px; font-weight: 700; padding: 3px 10px; border-radius: 3px; letter-spacing: .5px; text-transform: uppercase; }

.art-title { font-size: 28px; font-weight: 900; line-height: 1.45; color: #111827; margin-bottom: 14px; letter-spacing: -.5px; }
.art-subtitle { font-size: 16px; color: #374151; line-height: 1.75; margin-bottom: 18px; font-weight: 400; padding-bottom: 18px; border-bottom: 1px solid #e5e7eb; }

.art-info-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.art-author { display: flex; align-items: center; gap: 12px; }
.art-author-img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid #fb8b01; flex-shrink: 0; }
.art-author-name { font-size: 13.5px; font-weight: 700; color: #111827; }
.art-author-role { font-size: 11px; color: #9ca3af; margin-top: 2px; }

.art-stats { display: flex; align-items: center; gap: 16px; font-size: 12px; color: #9ca3af; flex-wrap: wrap; }
.art-stat { display: flex; align-items: center; gap: 4px; }

/* SHARE BAR */
.share-bar { padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; background: #f2f4f7; border-bottom: 1px solid #e5e7eb; }
.share-btns { display: flex; align-items: center; gap: 8px; }
.share-btn { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 6px; cursor: pointer; transition: all .2s; border: none; white-space: nowrap; color: #fff; }
.share-btn.fb { background: #1877f2; }
.share-btn.tw { background: #000; }
.share-btn.wa { background: #25d366; }
.share-btn.cp { background: #fff; color: #6b7280; border: 1px solid #e5e7eb; }

.reading-time { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #9ca3af; padding: 7px 12px; background: #fff; border-radius: 6px; border: 1px solid #e5e7eb; }

/* ARTICLE BODY */
.art-body { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 32px 36px; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 20px; font-size: 16px; line-height: 1.9; color: #374151; text-align: justify; text-justify: inter-word; }
.art-body p { margin-bottom: 20px; text-align: justify; }
.art-body h2 { font-size: 21px; font-weight: 800; color: #111827; margin: 30px 0 14px; padding-right: 14px; border-right: 4px solid #fb8b01; }
.art-body strong { color: #111827; font-weight: 700; }

/* Components inside body */
.pull-quote { border-right: 4px solid #fb8b01; padding: 16px 20px; margin: 28px 0; background: #fff5e6; border-radius: 0 8px 8px 0; }
.pull-quote p { font-size: 18px; font-weight: 700; color: #d97000; line-height: 1.65; font-style: italic; margin: 0; }

.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; }
.stat-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; text-align: center; border-top: 3px solid #fb8b01; }
.stat-box-val { font-size: 26px; font-weight: 900; color: #fb8b01; line-height: 1; font-family: 'Playfair Display', serif; }
.stat-box-lbl { font-size: 12px; color: #6b7280; margin-top: 5px; line-height: 1.5; }

.info-box { background: #eaf3fc; border: 1px solid rgba(30,115,190,.2); border-radius: 8px; padding: 18px 20px; margin: 26px 0; }
.info-box-title { font-size: 13px; font-weight: 800; color: #1e73be; margin-bottom: 10px; }
.info-box ul { list-style: none; padding: 0; }
.info-box li { font-size: 14px; color: #374151; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; }
.info-box li::before { content: "◆"; color: #1e73be; font-size: 8px; margin-top: 6px; }

/* TAGS */
.art-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 16px 0; border-top: 1px solid #e5e7eb; margin-top: 8px; }
.art-tag { font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; background: #f2f4f7; color: #6b7280; border: 1px solid #e5e7eb; transition: all .2s; text-decoration: none; }
.art-tag:hover { background: #eaf3fc; color: #1e73be; border-color: #1e73be; }

/* AUTHOR BIO */
.author-bio { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 22px 24px; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 20px; display: flex; gap: 18px; align-items: flex-start; }
.author-bio-img { width: 72px; height: 72px; border-radius: 50%; border: 3px solid #fb8b01; flex-shrink: 0; object-fit: cover; }
.author-bio-name { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 4px; }
.author-bio-role { font-size: 12px; color: #fb8b01; font-weight: 700; margin-bottom: 8px; }

/* RELATED NEWS */
.related-section { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 20px; }
.rel-title { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 2px solid #fb8b01; }
.rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.rel-card { border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.rel-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.rel-card img { height: 130px !important; width: 100%; object-fit: cover; }
.rel-body { padding: 11px 12px 13px; }
.rel-cat { font-size: 10px; font-weight: 800; color: #fb8b01; text-transform: uppercase; letter-spacing: .7px; margin-bottom: 5px; }
.rel-title-txt { font-size: 13px; font-weight: 700; line-height: 1.55; color: #111827; }
.rel-card:hover .rel-title-txt { color: #1e73be; }

/* COMMENTS SECTION */
.comments-section { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 28px; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 20px; }
.comments-title { font-size: 18px; font-weight: 800; color: #111827; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 2px solid #fb8b01; }
.comments-title i { color: #fb8b01; }

.comment-list { list-style: none; padding: 0; margin-bottom: 40px; }
.mn-comment-row { margin-bottom: 25px; list-style: none; }
.comment-body-wrap { display: flex; gap: 18px; position: relative; }
.comment-avatar img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #f2f4f7; object-fit: cover; }
.comment-main { flex: 1; background: #f9fafb; padding: 16px 20px; border-radius: 12px; border: 1px solid #f1f3f5; }
.comment-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; }
.comment-author-name { font-size: 14px; font-weight: 800; color: #111827; margin: 0; }
.comment-author-name a { color: inherit; text-decoration: none; }
.comment-date { font-size: 11px; color: #9ca3af; }
.comment-content-text { font-size: 14px; line-height: 1.7; color: #374151; }
.comment-reply-action a { font-size: 11.5px; font-weight: 700; color: #1e73be; text-decoration: none; background: #fff; padding: 4px 12px; border-radius: 20px; border: 1px solid #e5e7eb; transition: all .2s; }
.comment-reply-action a:hover { background: #1e73be; color: #fff; border-color: #1e73be; }

/* Nested replies */
.comment-list .children { list-style: none; padding-right: 68px; margin-top: 15px; }

/* COMMENT FORM */
#respond { background: #fcfcfc; border: 1px dashed #d1d5db; padding: 22px; border-radius: 12px; margin-top: 30px; }
.comment-reply-title { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 18px; display: block; }
.comment-reply-title i { color: #fb8b01; margin-left: 5px; }

.comment-form-field { margin-bottom: 15px; }
.comment-form-field textarea, .comment-form-field input { width: 100%; border-radius: 8px; border: 1.5px solid #d1d5db; padding: 12px 16px; font-family: inherit; font-size: 14px; outline: none; transition: border-color .2s; background: #fff; }
.comment-form-field textarea:focus, .comment-form-field input:focus { border-color: #fb8b01; }
.comment-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 5px; }

.submit-btn, #submit { background: #fb8b01 !important; color: #fff !important; font-family: inherit !important; font-weight: 800 !important; font-size: 14px !important; padding: 12px 30px !important; border-radius: 8px !important; border: none !important; cursor: pointer !important; transition: background .2s !important; display: inline-block !important; }
.submit-btn:hover, #submit:hover { background: #d97000 !important; }

@media (max-width: 640px) {
    .comment-inputs { grid-template-columns: 1fr; }
    .comment-list .children { padding-right: 25px; }
}

/* RESPONSIVE */
@media(max-width:900px){
    .art-layout { grid-template-columns: 1fr; }
    .art-hero-img img { height: 300px; }
    .rel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:640px){
    .art-title { font-size: 20px; }
    .art-body { padding: 20px 18px; font-size: 15px; }
    .stats-row { grid-template-columns: 1fr; }
}

