/* ══════════════════════════════════════════
   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 310px; gap: 28px; padding: 10px 0 48px; align-items: start; }

/* 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; }
.art-body p { margin-bottom: 20px; }
.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: 24px; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 20px; }
.comments-title { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 2px solid #fb8b01; }

#respond { margin-bottom: 24px; }
.comment-reply-title { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 15px; display: block; }
.comment-form textarea { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1.5px solid #d1d5db; font-family: inherit; font-size: 13.5px; direction: rtl; resize: vertical; min-height: 100px; outline: none; transition: border-color .2s; line-height: 1.7; background: #f9fafb; margin-bottom: 15px; }
.comment-form textarea:focus { border-color: #fb8b01; background: #fff; }

.comment-form p { margin-bottom: 15px; }
.comment-form input[type="text"], .comment-form input[type="email"] { width: 100%; padding: 10px 14px; border-radius: 7px; border: 1.5px solid #d1d5db; font-family: inherit; font-size: 13px; background: #f9fafb; outline: none; transition: border-color .2s; }
.comment-form input:focus { border-color: #fb8b01; background: #fff; }

.comment-form .submit { background: #1e73be; color: #fff; font-family: inherit; font-size: 13px; font-weight: 700; padding: 10px 24px; border-radius: 7px; cursor: pointer; transition: background .2s; border: none; }
.comment-form .submit:hover { background: #155a96; }

.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 16px 0; border-bottom: 1px solid #f0f0f0; }
.comment-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { width: 36px; height: 36px; border-radius: 50%; }
.fn { font-style: normal; font-weight: 700; font-size: 13px; color: #111827; }
.comment-metadata { font-size: 11px; color: #9ca3af; }
.comment-content { font-size: 13.5px; color: #374151; line-height: 1.7; }
.reply { margin-top: 10px; }
.comment-reply-link { font-size: 12px; font-weight: 700; color: #1e73be; text-decoration: none; }

/* 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; }
    .rel-grid { grid-template-columns: 1fr; }
}

