/*
Theme Name: News Performance Theme
Theme URI: https://www.zhopiin.ir/
Author: Custom
Description: Lightweight, widget-driven WordPress news theme designed for high traffic.
Version: 70.62.07
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: news-performance
*/

/* Local Persian font: bundled with the theme for zero external font requests. */
@font-face{font-family:"Vazir";src:url("assets/fonts/Vazir-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Vazir";src:url("assets/fonts/Vazir-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Vazir";src:url("assets/fonts/Vazir-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}

:root{--container:1200px;--gap:24px;--border:#e5e7eb;--text:#111827;--muted:#6b7280}
*{box-sizing:border-box}
html{line-height:1.5}
body{margin:0;color:var(--text);background:#fff;font-family:Vazir,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.npt-container{width:min(100% - 32px,var(--container));margin-inline:auto}
.npt-site-header{border-bottom:1px solid var(--border)}
.npt-top,.npt-header,.npt-nav,.npt-footer{padding:12px 0}
.npt-header-row,.npt-nav-row{display:flex;align-items:center;gap:20px}
.npt-main{padding:24px 0}
.npt-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:var(--gap)}
.npt-card{border:1px solid var(--border);padding:16px;margin-bottom:16px}
.npt-title{margin:0 0 10px}
.npt-meta{color:var(--muted);font-size:.9rem}
/* Top two-column widget row: layout-only, no queries or content logic. */
.npt-home-top-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);grid-template-rows:620px;height:620px;max-height:620px;gap:var(--gap);align-items:stretch;margin-bottom:28px;direction:rtl;overflow:hidden}
.npt-home-top-row--right-only,.npt-home-top-row--left-only{grid-template-columns:minmax(0,1fr)}
.npt-home-top-row__col{min-width:0;min-height:0;height:620px;max-height:620px;display:flex;flex-direction:column;align-self:stretch;overflow:hidden}
.npt-home-top-row__col>.npt-widget{width:100%;height:auto;max-height:none;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 0;min-height:0;align-self:stretch;overflow:hidden;margin-bottom:0}
.npt-home-top-row__col>.npt-widget>.widget-title{flex:0 0 auto}
.npt-home-top-row__col>.npt-widget>.npt-special-featured{height:100%;max-height:100%;box-sizing:border-box;display:grid;grid-template-rows:minmax(0,1fr) auto;flex:1 1 auto;min-height:0;overflow:hidden}
.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slider-wrap{grid-row:1;min-height:0;height:auto;display:flex;flex-direction:column;margin:0 0 14px;overflow:hidden}
.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slider{flex:1 1 auto;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}
.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slide{height:100%;min-height:0;flex:1 1 auto}
.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slide-image img{min-height:0;height:100%;object-fit:cover}
.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-static-grid{grid-row:2;flex:0 0 auto;height:auto;min-height:0;overflow:visible}
.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-static-item{overflow:visible}
.npt-home-top-row__col>.npt-widget>.npt-latest-headlines-widget{height:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--mtb-radius);background:var(--surface);box-shadow:var(--mtb-shadow);padding:16px}
.npt-home-top-row__col>.npt-widget>.npt-latest-headlines-widget .npt-lh-heading{flex:0 0 auto}
.npt-home-top-row__col>.npt-widget>.npt-latest-headlines-widget .npt-lh-list{min-height:0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;padding-inline-end:4px}
.npt-home-top-row__col>.npt-widget>.npt-latest-hot-widget{height:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;overflow:hidden}
.npt-home-top-row__col>.npt-widget>.npt-latest-hot-widget .npt-lht-columns{min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;flex:1 1 auto}
@media(max-width:1100px) and (min-width:801px){.npt-home-top-row{grid-template-rows:560px;height:560px;max-height:560px}.npt-home-top-row__col{height:560px;max-height:560px}}
@media(max-width:800px){.npt-home-top-row{grid-template-columns:1fr;grid-template-rows:none;gap:0}.npt-home-top-row__col{width:100%;height:auto;overflow:visible}.npt-home-top-row__col>.npt-widget{height:auto;max-height:none;flex:0 0 auto;overflow:visible}.npt-home-top-row__col+.npt-home-top-row__col{margin-top:20px}.npt-home-top-row__col>.npt-widget>.npt-special-featured{height:auto;max-height:none;display:block;flex:none}.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slider-wrap{height:auto;min-height:0;flex:0 0 auto;margin:0 0 14px}.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slider{height:auto}.npt-home-top-row__col>.npt-widget>.npt-special-featured .npt-special-slide{height:auto;min-height:330px}.npt-home-top-row__col>.npt-widget>.npt-latest-headlines-widget{height:auto;overflow:visible;padding:14px}.npt-home-top-row__col>.npt-widget>.npt-latest-headlines-widget .npt-lh-list,.npt-home-top-row__col>.npt-widget>.npt-latest-hot-widget .npt-lht-columns{max-height:none;overflow:visible}}

.npt-widget{margin-bottom:20px}
.npt-footer{margin-top:40px;border-top:1px solid var(--border)}
@media(max-width:800px){.npt-layout{grid-template-columns:1fr}.npt-sidebar{order:2}.npt-container{width:min(100% - 20px,var(--container))}}

/* Article enhancements: lightweight, no JS dependency. */
.npt-article-header{margin-bottom:18px}.npt-subheadline{margin:12px 0 14px;padding:12px 16px;border-inline-start:4px solid var(--text);background:#f5f6f7;font-size:1.05rem;line-height:1.9;font-weight:500}.npt-inarticle-popular{margin:28px 0;padding:16px 18px;border-block:1px solid var(--border);background:#fafafa}.npt-inarticle-heading{font-size:1.05rem;font-weight:700;margin-bottom:10px}.npt-inarticle-popular ol{margin:0;padding-inline-start:24px}.npt-inarticle-popular li{padding:7px 0;border-bottom:1px solid var(--border)}.npt-inarticle-popular li:last-child{border-bottom:0}.npt-more-read,.npt-related{margin-top:28px}.npt-more-read h2,.npt-related h2{font-size:1.15rem;margin:0 0 12px;padding-inline-start:10px;border-inline-start:3px solid var(--text)}.npt-more-read ul{list-style:none;margin:0;padding:0}.npt-more-read li{padding:10px 0;border-bottom:1px solid var(--border)}.npt-more-read li::before{content:'›';margin-inline-end:8px;font-weight:700}.npt-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.npt-related-card{min-width:0}.npt-related-image{display:block;aspect-ratio:3/2;overflow:hidden;background:#eee}.npt-related-image img{width:100%;height:100%;object-fit:cover;display:block}.npt-related-card h3{font-size:.98rem;line-height:1.7;margin:8px 0 0}@media(max-width:700px){.npt-related-grid{grid-template-columns:1fr 1fr}.npt-subheadline{font-size:1rem}}@media(max-width:460px){.npt-related-grid{grid-template-columns:1fr}}


/* Performance: keep the first above-the-fold section fully renderable for LCP; defer later sections. */
.npt-home-section-first{content-visibility:visible;contain:none}
.npt-featured-main-card .npt-card-image img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}

/* Lightweight news layouts */
.widget-title{font-size:1.25rem;margin:0 0 14px;padding-inline-start:10px;border-inline-start:4px solid currentColor}.npt-post-card{min-width:0}.npt-card-image{display:block;overflow:hidden;background:#eee;aspect-ratio:3/2}.npt-card-image img{width:100%;height:100%;object-fit:cover;display:block}.npt-card-body h3{font-size:1rem;line-height:1.75;margin:8px 0 4px}.npt-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.npt-analysis{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr);gap:18px}.npt-analysis-side{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:0 0 12px;border-bottom:1px solid var(--border)}.npt-analysis-main .npt-card-body h3{font-size:1.3rem}.npt-video-wrap{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:8px;align-items:center}.npt-video-track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.npt-video-track::-webkit-scrollbar{display:none}.npt-video-card{flex:0 0 calc(33.333% - 10px);scroll-snap-align:start}.npt-video-card a{display:block;position:relative}.npt-video-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.npt-play{position:absolute;inset:0;margin:auto;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.72);color:#fff}.npt-video-card h3{font-size:.95rem;line-height:1.7;margin:8px 0}.npt-video-prev,.npt-video-next{border:1px solid var(--border);background:#fff;color:var(--text);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.3rem}.npt-video-next{transform:scaleX(-1)}
@media(max-width:900px){.npt-analysis{grid-template-columns:1fr}.npt-video-card{flex-basis:calc(50% - 7px)}}
@media(max-width:650px){.npt-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.npt-video-card{flex-basis:82%}.npt-analysis-main .npt-card-body h3{font-size:1.1rem}}
@media(max-width:420px){.npt-editor-grid{grid-template-columns:1fr}}

/* Theme appearance: dark mode is CSS-only and therefore cheap. */
html[data-npt-theme="dark"]{--border:#30343b;--text:#f3f4f6;--muted:#a7adb7;background:#111315}html[data-npt-theme="dark"] body{background:#111315;color:var(--text)}html[data-npt-theme="dark"] .npt-site-header,html[data-npt-theme="dark"] .npt-footer{background:#111315}html[data-npt-theme="dark"] .npt-card,html[data-npt-theme="dark"] .npt-inarticle-popular{background:#171a1e;border-color:var(--border)}html[data-npt-theme="dark"] .npt-subheadline{background:#1a1d21}html[data-npt-theme="dark"] .npt-video-prev,html[data-npt-theme="dark"] .npt-video-next{background:#171a1e;color:var(--text);border-color:var(--border)}
.npt-social-links{display:flex;flex-wrap:wrap;gap:8px}.npt-social{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 11px;border:1px solid var(--border);border-radius:3px;font-size:.88rem;transition:background .15s ease}.npt-social:hover{background:rgba(127,127,127,.12)}
.npt-theme-toggle{margin-inline-start:auto;border:1px solid var(--border);background:transparent;color:inherit;width:34px;height:34px;border-radius:50%;cursor:pointer}.npt-theme-toggle:hover{background:rgba(127,127,127,.12)}

/* Archive, navigation and footer: lightweight production pass. */
.npt-skip-link{position:absolute;inset-inline-start:8px;top:-60px;z-index:9999;padding:8px 12px;background:#111;color:#fff}.npt-skip-link:focus{top:8px}.npt-brand{font-size:1.45rem;line-height:1.2}.npt-nav{overflow-x:auto;border-block:1px solid var(--border)}.npt-nav-row{min-width:max-content}.npt-nav-row ul{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.npt-nav-row li{margin:0}.npt-nav-row a{display:block;padding:11px 14px;font-weight:600;white-space:nowrap}.npt-nav-row a:hover,.npt-nav-row .current-menu-item>a{background:rgba(127,127,127,.09)}.npt-archive-header{padding:0 0 18px;margin-bottom:20px;border-bottom:2px solid var(--text)}.npt-archive-description{color:var(--muted);line-height:1.9;margin-top:8px}.npt-archive-list{display:grid;gap:0}.npt-archive-card{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.npt-archive-image{display:block;aspect-ratio:3/2;overflow:hidden;background:#eee}.npt-archive-image img{width:100%;height:100%;object-fit:cover;display:block}.npt-archive-body h2{font-size:1.2rem;line-height:1.7;margin:5px 0}.npt-archive-body p{color:var(--muted);line-height:1.9;margin:6px 0}.npt-empty{padding:30px 0}.npt-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.npt-footer-col{min-width:0}.npt-footer-bar{display:flex;justify-content:space-between;gap:16px;padding:16px 0;margin-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem}.npt-footer .widget{margin-bottom:18px}.npt-footer .widget-title{font-size:1.05rem}@media(max-width:800px){.npt-footer-grid{grid-template-columns:1fr 1fr}.npt-archive-card{grid-template-columns:180px minmax(0,1fr);gap:14px}}@media(max-width:560px){.npt-archive-card{grid-template-columns:110px minmax(0,1fr);gap:12px;padding:15px 0}.npt-archive-body h2{font-size:1rem;margin:3px 0}.npt-archive-body p{display:none}.npt-footer-grid{grid-template-columns:1fr}.npt-footer-bar{font-size:.8rem}.npt-nav-row a{padding:10px 11px;font-size:.92rem}}
html[data-npt-theme="dark"] .npt-skip-link{background:#fff;color:#111}

.npt-popular-list{margin:0;padding-inline-start:24px}.npt-popular-list li{padding:8px 0;border-bottom:1px solid var(--border);line-height:1.8}.npt-popular-list li:last-child{border-bottom:0}

/* Performance: avoid accidental horizontal overflow while preserving touch scrolling in dedicated rails. */
html{overflow-x:hidden}
.npt-horizontal-track,.npt-video-track{overscroll-behavior-inline:contain}
.npt-featured-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,1fr);gap:18px}.npt-featured-main{grid-row:span 4}.npt-featured-main .npt-card-image{aspect-ratio:16/9}.npt-featured-main .npt-card-body h3{font-size:1.35rem;line-height:1.65}.npt-featured-side{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.npt-featured-side .npt-card-body h3{margin:0;font-size:.95rem}.npt-home-section:not(.npt-home-section-first){content-visibility:auto;contain-intrinsic-size:420px}@media(max-width:700px){.npt-featured-layout{grid-template-columns:1fr}.npt-featured-main{grid-row:auto}.npt-featured-main .npt-card-body h3{font-size:1.15rem}}

/* Production visual layer: lightweight BBC-inspired Persian news layout. */
:root{--container:1200px;--gap:24px;--border:#d9dde3;--text:#111;--muted:#606770;--surface:#fff;--soft:#f3f4f6;--accent:#b40000}
html{scroll-behavior:smooth}
body{background:var(--surface);color:var(--text);font-family:Vazir,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.npt-skip-link{position:absolute;inset-inline-start:-9999px;top:8px;padding:8px 12px;background:#111;color:#fff;z-index:9999}.npt-skip-link:focus{inset-inline-start:8px}
.npt-site-header{border-bottom:3px solid var(--text);background:var(--surface)}
.npt-brandbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}
.npt-brand-link{display:flex;align-items:center;gap:12px}.npt-brand-mark{display:grid;place-items:center;width:42px;height:42px;background:var(--text);color:#fff;font-size:1.35rem;font-weight:800}.npt-brand-text{display:flex;flex-direction:column;gap:1px}.npt-brand-text strong{font-size:1.45rem;line-height:1.2}.npt-brand-text small{color:var(--muted);font-size:.78rem}
.npt-header-actions{display:flex;align-items:center;gap:10px}.npt-theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text);width:38px;height:38px;cursor:pointer;border-radius:2px;font-size:1.05rem}.npt-theme-toggle:hover{background:var(--soft)}
.npt-nav{border-top:1px solid var(--border)}.npt-nav-row{overflow-x:auto;scrollbar-width:none}.npt-nav-row::-webkit-scrollbar{display:none}.npt-menu{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0;white-space:nowrap}.npt-menu>li>a{display:block;padding:13px 16px;font-weight:600;border-inline-start:1px solid transparent}.npt-menu>li>a:hover,.npt-menu>li.current-menu-item>a{background:var(--soft);border-inline-start-color:var(--border)}
.npt-main{padding:28px 0}.npt-home-section{margin-bottom:30px}.npt-home-section .widget-title,.npt-widget .widget-title{font-size:1.25rem;line-height:1.5;margin:0 0 15px;padding-inline-start:11px;border-inline-start:4px solid var(--accent);font-weight:800}.npt-layout{align-items:start}.npt-sidebar{min-width:0}
.npt-footer{margin-top:48px;padding:30px 0 0;border-top:4px solid var(--text);background:var(--soft)}.npt-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.npt-footer .npt-widget{margin-bottom:22px}.npt-footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--border);margin-top:20px;padding:16px 0;color:var(--muted);font-size:.85rem}
/* Dark mode is opt-in and reuses the same DOM; no extra stylesheet or framework. */
html[data-npt-theme="dark"]{--border:#30343b;--text:#f2f3f5;--muted:#aeb4bc;--surface:#111315;--soft:#1b1e22;--accent:#e33}html[data-npt-theme="dark"] .npt-subheadline,html[data-npt-theme="dark"] .npt-inarticle-popular{background:var(--soft)}html[data-npt-theme="dark"] .npt-side-news-image,html[data-npt-theme="dark"] .npt-related-image{background:#20242a}
@media(max-width:800px){.npt-brandbar{min-height:68px;padding:12px 0}.npt-brand-text strong{font-size:1.2rem}.npt-brand-text small{display:none}.npt-brand-mark{width:36px;height:36px}.npt-footer-grid{grid-template-columns:1fr}.npt-footer-bottom{flex-direction:column}.npt-menu>li>a{padding:11px 13px;font-size:.9rem}}

/* Final homepage visual tuning */
.npt-home-section{margin-bottom:34px}
.npt-home-section>.widget-title{display:flex;align-items:center;gap:10px;font-size:1.18rem;margin-bottom:14px;padding-inline-start:10px;border-inline-start:4px solid var(--accent);border-bottom:1px solid var(--border);padding-bottom:9px}
.npt-home-section>.widget-title:after{content:'';display:block;height:2px;flex:1;background:var(--border);opacity:.55}
/* Global section-heading styles. The classic style intentionally matches the existing design. */
body.npt-heading-style-classic .npt-home-section>.widget-title,
body.npt-heading-style-classic .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;}

body.npt-heading-style-underline .npt-home-section>.widget-title,
body.npt-heading-style-underline .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding-inline:0 0 9px;border-inline-start:0;border-bottom:2px solid var(--accent);}
body.npt-heading-style-underline .npt-home-section>.widget-title:after,
body.npt-heading-style-underline .npt-widget>.widget-title:after{content:'';display:block;height:2px;flex:1;background:var(--border);opacity:.55;}

body.npt-heading-style-double .npt-home-section>.widget-title,
body.npt-heading-style-double .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding-inline:0 0 8px;border-inline-start:0;border-top:2px solid var(--accent);border-bottom:1px solid var(--accent);padding-top:7px;}
body.npt-heading-style-double .npt-home-section>.widget-title:after,
body.npt-heading-style-double .npt-widget>.widget-title:after{content:'';display:block;height:1px;flex:1;background:var(--border);opacity:.7;}

body.npt-heading-style-boxed .npt-home-section>.widget-title,
body.npt-heading-style-boxed .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--accent);border-radius:var(--mtb-radius);background:color-mix(in srgb,var(--accent) 8%,var(--surface));}
body.npt-heading-style-boxed .npt-home-section>.widget-title:after,
body.npt-heading-style-boxed .npt-widget>.widget-title:after{content:'';display:block;height:1px;flex:1;background:var(--border);opacity:.65;}

body.npt-heading-style-accent .npt-home-section>.widget-title,
body.npt-heading-style-accent .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding-inline:12px 0;border-inline-start:7px solid var(--accent);border-bottom:1px solid var(--border);padding-bottom:8px;}
body.npt-heading-style-accent .npt-home-section>.widget-title:after,
body.npt-heading-style-accent .npt-widget>.widget-title:after{content:'';display:block;height:2px;flex:1;background:var(--accent);opacity:.35;}

body.npt-heading-style-minimal .npt-home-section>.widget-title,
body.npt-heading-style-minimal .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding:0;border:0;font-size:1.18rem;color:var(--text);}
body.npt-heading-style-minimal .npt-home-section>.widget-title:before,
body.npt-heading-style-minimal .npt-widget>.widget-title:before{content:'';display:block;flex:0 0 24px;width:24px;height:3px;border-radius:3px;background:var(--accent);}
body.npt-heading-style-minimal .npt-home-section>.widget-title:after,
body.npt-heading-style-minimal .npt-widget>.widget-title:after{content:'';display:block;height:1px;flex:1;background:var(--border);opacity:.55;}

@media(max-width:560px){
  body.npt-heading-style-boxed .npt-home-section>.widget-title,
  body.npt-heading-style-boxed .npt-widget>.widget-title{padding:8px 10px;}
  body.npt-heading-style-double .npt-home-section>.widget-title,
  body.npt-heading-style-double .npt-widget>.widget-title{padding-top:6px;}
}
.npt-featured-layout{gap:22px;align-items:start}
.npt-featured-main{border-bottom:2px solid var(--text);padding-bottom:14px}
.npt-featured-main .npt-card-image{aspect-ratio:16/9}
.npt-featured-main .npt-card-body h3{font-size:1.65rem;line-height:1.55;margin:10px 0 5px;font-weight:800}
.npt-featured-main .npt-meta{font-size:.82rem}
.npt-featured-side{grid-template-columns:132px minmax(0,1fr);gap:14px;padding:0 0 14px;margin-bottom:14px}
.npt-featured-side .npt-card-image{aspect-ratio:16/10}
.npt-featured-side .npt-card-body h3{font-size:1rem;line-height:1.7;font-weight:700}
.npt-featured-side:last-child{margin-bottom:0}
.npt-horizontal-track{gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0}
.npt-horizontal-item{padding:14px;border-inline-start:1px solid var(--border);background:var(--surface)}
.npt-horizontal-item:first-child{border-inline-start:0}
.npt-horizontal-item .npt-card-body h3{font-size:.96rem;line-height:1.7;font-weight:700;margin:8px 0 3px}
.npt-news-six{gap:0;border-top:1px solid var(--border);border-inline-start:1px solid var(--border)}
.npt-news-six .npt-post-card{padding:14px;border-inline-end:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}
.npt-news-six .npt-card-body h3{font-size:.98rem;font-weight:700}
.npt-editor-grid{gap:0;border-top:1px solid var(--border);border-inline-start:1px solid var(--border)}
.npt-editor-grid .npt-post-card{padding:14px;border-inline-end:1px solid var(--border);border-bottom:1px solid var(--border)}
.npt-analysis{gap:24px}
.npt-analysis-main{border-bottom:2px solid var(--text);padding-bottom:14px}
.npt-analysis-main .npt-card-body h3{font-size:1.4rem;font-weight:800}
.npt-analysis-side{grid-template-columns:105px minmax(0,1fr);padding:12px 0}
.npt-analysis-side:first-of-type{padding-top:0}
.npt-analysis-side .npt-card-image{aspect-ratio:4/3}
.npt-analysis-side .npt-card-body h3{font-size:.94rem;line-height:1.7;font-weight:700;margin:0}
.npt-sidebar .npt-widget{border-top:2px solid var(--text);padding-top:12px}
.npt-sidebar .widget-title{font-size:1.08rem}
.npt-sidebar-news .npt-post-card{padding:12px 0}
.npt-sidebar-news .npt-card-image{aspect-ratio:4/3}
.npt-sidebar-news .npt-card-body h3{font-size:.92rem;line-height:1.65}
.npt-video-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 0}
.npt-video-card h3{font-weight:700}
.npt-popular-list{counter-reset:npt-pop}
.npt-popular-list li{list-style:none;position:relative;padding-inline-start:34px}
.npt-popular-list li:before{counter-increment:npt-pop;content:counter(npt-pop);position:absolute;inset-inline-start:0;top:7px;width:24px;height:24px;border:1px solid var(--border);display:grid;place-items:center;font-size:.78rem;font-weight:800}
.npt-social-links{gap:6px}
.npt-social{border-radius:0;min-width:38px;height:38px;padding:6px 10px}
@media(max-width:900px){.npt-featured-main .npt-card-body h3{font-size:1.35rem}.npt-featured-side{grid-template-columns:110px minmax(0,1fr)}.npt-horizontal-item{flex-basis:50%}}
@media(max-width:650px){.npt-home-section{margin-bottom:26px}.npt-featured-main .npt-card-body h3{font-size:1.15rem}.npt-featured-side{grid-template-columns:96px minmax(0,1fr);padding-bottom:11px;margin-bottom:11px}.npt-featured-side .npt-card-body h3{font-size:.9rem}.npt-horizontal-item{flex-basis:78%;padding:12px}.npt-news-six,.npt-editor-grid{border-inline-start:0}.npt-news-six .npt-post-card,.npt-editor-grid .npt-post-card{padding:11px}.npt-analysis-side{grid-template-columns:90px minmax(0,1fr)}}


/* Homepage final structural pass: keep the news column dominant and the sidebar quiet. */
.npt-home-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}
.npt-home-layout.npt-home-no-sidebar{grid-template-columns:1fr}
.npt-home-layout.npt-home-no-sidebar .npt-home-content{width:100%;max-width:none}
.npt-home-content{min-width:0}
.npt-sidebar{position:relative}
.npt-sidebar>.npt-widget:first-child{margin-top:0}
.npt-sidebar .npt-widget{background:var(--surface)}
.npt-sidebar .npt-widget + .npt-widget{margin-top:28px}
.npt-home-section.npt-home-section-featured{margin-bottom:38px}
.npt-home-section.npt-home-section-featured .widget-title{font-size:1.3rem}
.npt-home-section.npt-home-section-popular .npt-popular-list{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:4px}
.npt-home-section.npt-home-section-social .npt-social-links{padding-top:2px}
@media(min-width:901px){.npt-home-layout .npt-sidebar{position:sticky;top:16px;align-self:start}}
@media(max-width:900px){.npt-home-layout{grid-template-columns:1fr}.npt-home-layout .npt-sidebar{position:static}.npt-sidebar{display:block}.npt-home-section.npt-home-section-featured{margin-bottom:30px}}


/* Four-item horizontal text-only news widget */
.npt-horizontal-four-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border);}
.npt-horizontal-four-item{min-width:0;padding:10px 18px 8px;border-inline-start:1px solid var(--border);}
.npt-horizontal-four-item:first-child{border-inline-start:0;}
.npt-horizontal-four-item h3{margin:0 0 8px;font-size:.98rem;line-height:1.8;font-weight:800;}
.npt-horizontal-four-item h3 a{color:var(--text);text-decoration:none;}
.npt-horizontal-four-item h3 a:hover{text-decoration:underline;}
.npt-horizontal-four-item .npt-meta{display:block;color:var(--muted);font-size:.78rem;line-height:1.7;}
@media(max-width:800px){.npt-horizontal-four-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.npt-horizontal-four-item:nth-child(3){border-inline-start:0;border-top:1px solid var(--border);}.npt-horizontal-four-item:nth-child(4){border-top:1px solid var(--border);}}
@media(max-width:500px){.npt-horizontal-four-grid{grid-template-columns:1fr;}.npt-horizontal-four-item,.npt-horizontal-four-item:nth-child(3),.npt-horizontal-four-item:nth-child(4){border-inline-start:0;border-top:1px solid var(--border);padding:12px 14px;}.npt-horizontal-four-item:first-child{border-top:0;}}

/* Final requested news UI */
.npt-logo{max-height:58px;width:auto;object-fit:contain}.npt-header-date{color:var(--muted);font-size:.85rem;white-space:nowrap}.npt-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;background:var(--soft);border:1px solid var(--border);font-size:.84rem}.npt-breadcrumb span{color:var(--muted)}
.npt-article-meta-top{display:flex;align-items:center;justify-content:flex-start;gap:15px;flex-wrap:wrap;border-bottom:1px solid var(--border);padding:10px 0;color:var(--muted);font-size:.82rem}.npt-print-button{border:0;background:transparent;color:var(--text);cursor:pointer;font:inherit;padding:0}.npt-print-button:hover{color:var(--accent)}
.npt-featured-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:22px;align-items:stretch}.npt-featured-main{min-width:0;border:0;padding:0}.npt-featured-main-card .npt-card-image{aspect-ratio:16/9}.npt-featured-main-card .npt-card-body h3{font-size:1.65rem;line-height:1.55;font-weight:800;margin:10px 0 6px}.npt-featured-minor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px;align-content:start}.npt-featured-side{display:block;min-width:0;border:0;padding:0;margin:0}.npt-featured-side .npt-card-image{aspect-ratio:4/2.5}.npt-featured-side .npt-card-body h3{font-size:.96rem;line-height:1.7;font-weight:800;margin:7px 0 4px}.npt-featured-side .npt-meta{font-size:.75rem}
@media(max-width:800px){.npt-featured-layout{grid-template-columns:1fr}.npt-featured-minor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.npt-featured-main-card .npt-card-body h3{font-size:1.3rem}}@media(max-width:500px){.npt-featured-minor-grid{grid-template-columns:1fr}.npt-header-date{display:none}}
@media print{.npt-site-header,.npt-footer,.npt-sidebar,.npt-breadcrumb,.npt-print-button,.npt-widget-area{display:none!important}.npt-main{padding:0}.npt-container{width:100%}.npt-article-meta-top{border-bottom:1px solid #000;color:#000}.npt-title{font-size:24pt}.entry-content{font-size:12pt;line-height:2}}

/* Header / footer final lightweight presentation */
.npt-brand-strip{background:var(--accent);color:#fff;border-bottom:1px solid rgba(0,0,0,.12)}
.npt-brand-strip-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.npt-brand-link{display:flex;align-items:center;min-height:58px;color:#fff}
.npt-logo{max-height:58px;width:auto;display:block;object-fit:contain;filter:none}
.npt-brand-text-only{font-size:1.65rem;font-weight:900;letter-spacing:-.03em}
.npt-brand-strip-meta{display:flex;align-items:center;gap:16px;font-size:.82rem;white-space:nowrap}
.npt-brand-strip-meta .npt-theme-toggle{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;width:34px;height:34px;border-radius:50%;cursor:pointer;font:inherit}
.npt-site-header .npt-nav{border:0;border-bottom:1px solid var(--border);background:var(--surface)}
.npt-site-header .npt-nav-row{min-height:48px}
.npt-site-header .npt-menu>li>a{padding:12px 15px;font-size:.9rem;font-weight:600;border-inline-start:1px solid var(--border);border-bottom:2px solid transparent}
.npt-site-header .npt-menu>li:first-child>a{border-inline-start:0}
.npt-site-header .npt-menu>li>a:hover,.npt-site-header .npt-menu>li.current-menu-item>a{background:var(--soft);border-bottom-color:var(--accent)}
.npt-footer{margin-top:46px;padding:0;background:#35373a;color:#f3f4f6;border-top:0}
.npt-footer-links{border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28);padding:0}
.npt-footer-links .npt-widget{margin:0;padding:0}
.npt-footer-links .widget-title{display:none}
.npt-footer-links .menu,.npt-footer-links ul{display:flex;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none}
.npt-footer-links li{margin:0}
.npt-footer-links li a{display:block;padding:13px 15px;color:#f3f4f6;font-size:.83rem;border-inline-start:1px solid rgba(255,255,255,.14)}
.npt-footer-links li:first-child a{border-inline-start:0}
.npt-footer-links li a:hover{text-decoration:underline}
.npt-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:24px 0 18px}
.npt-footer .widget-title{color:#fff;border-inline-start-color:var(--accent);font-size:1rem}
.npt-footer a{color:#eee}
.npt-footer .npt-widget,.npt-footer .widget{margin-bottom:12px}
.npt-footer-brand-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid rgba(255,255,255,.22);color:#d6d7d9;font-size:.8rem}
.npt-footer-site-name{font-weight:800;color:#fff}
.npt-footer-copy{color:#c4c6c9}
.npt-footer-bottom{padding:12px 0;color:#aaa;border-top:1px solid rgba(255,255,255,.14)}
html[data-npt-theme="dark"] .npt-footer{background:#202224}
@media(max-width:700px){.npt-brand-strip-inner{min-height:66px}.npt-brand-text-only{font-size:1.25rem}.npt-brand-strip-meta>span{display:none}.npt-site-header .npt-menu>li>a{padding:11px 12px;font-size:.84rem}.npt-footer-grid{grid-template-columns:1fr;padding:20px 0 8px}.npt-footer-brand-row{flex-direction:column;align-items:flex-start;gap:7px}.npt-footer-links li a{padding:11px 10px;font-size:.78rem}}


/* Final requested small-widget image size: 217x123. */
.npt-card-image{aspect-ratio:217/123;overflow:hidden;display:block;background:#eee}
.npt-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.npt-featured-main-card .npt-card-image{aspect-ratio:16/9}
.npt-featured-side .npt-card-image{aspect-ratio:217/123}
.npt-analysis-side .npt-card-image{aspect-ratio:217/123}
.npt-sidebar-news .npt-card-image{aspect-ratio:217/123}
.npt-video-card img{aspect-ratio:217/123;object-fit:cover;width:100%;height:auto}

/* Popular-news layout matching the supplied reference: 10 items, two columns, Persian red numerals. */
.npt-home-section-popular .npt-popular-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:44px;row-gap:0;counter-reset:npt-pop;list-style:none;margin:0;padding:0;border-top:0;border-bottom:0}
.npt-home-section-popular .npt-popular-list li{position:relative;min-width:0;padding:12px 42px 12px 0;border-bottom:0;line-height:1.9;list-style:none}
.npt-home-section-popular .npt-popular-list li:before{counter-increment:npt-pop;content:counter(npt-pop);position:absolute;inset-inline-start:auto;inset-inline-end:0;top:8px;width:auto;height:auto;border:0;display:block;color:#c40000;font-size:1.75rem;line-height:1;font-weight:400;font-family:inherit}
.npt-home-section-popular .npt-popular-list a{display:block;color:var(--text);text-decoration:none;font-size:1rem;font-weight:800}
.npt-home-section-popular .npt-popular-list a:hover{text-decoration:underline}
@media(max-width:700px){.npt-home-section-popular .npt-popular-list{grid-template-columns:1fr}.npt-home-section-popular .npt-popular-list li{padding-inline-end:40px}}

.npt-home-section-popular .npt-popular-list li:before{content:attr(data-rank);}

/* Popular news: fixed two-column newspaper layout. */
.npt-home-section-popular .npt-popular-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:44px;direction:rtl}
.npt-home-section-popular .npt-popular-column{margin:0;padding:0;list-style:none}
.npt-home-section-popular .npt-popular-column li{position:relative;min-width:0;padding:12px 42px 12px 0;border-bottom:0;line-height:1.9;list-style:none}
.npt-home-section-popular .npt-popular-column li:before{content:attr(data-rank);position:absolute;inset-inline-end:0;inset-inline-start:auto;top:8px;width:auto;height:auto;border:0;display:block;color:#c40000;font-size:1.75rem;line-height:1;font-weight:400;font-family:inherit}
.npt-home-section-popular .npt-popular-column a{display:block;color:var(--text);text-decoration:none;font-size:1rem;font-weight:800}
@media(max-width:700px){.npt-home-section-popular .npt-popular-columns{grid-template-columns:1fr}.npt-home-section-popular .npt-popular-column li{padding-inline-end:40px}}

/* Final popular-news layout: newspaper-style 10-item, two-column ranking. */
.npt-home-section-popular .npt-popular-columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-flow:column;
  grid-template-rows:repeat(5,auto);
  column-gap:56px;
  direction:rtl;
  margin:0;
  padding:0;
  list-style:none;
}
.npt-home-section-popular .npt-popular-columns li{
  position:relative;
  min-width:0;
  min-height:58px;
  padding:8px 48px 8px 0;
  list-style:none;
}
.npt-home-section-popular .npt-popular-columns li:before{
  content:attr(data-rank);
  position:absolute;
  inset-inline-end:0;
  inset-inline-start:auto;
  top:5px;
  color:#c40000;
  font-size:2rem;
  line-height:1;
  font-weight:400;
  font-family:inherit;
}
.npt-home-section-popular .npt-popular-columns a{
  display:block;
  color:var(--text);
  text-decoration:none;
  font-size:1rem;
  line-height:1.9;
  font-weight:800;
}
.npt-home-section-popular .npt-popular-columns li:nth-child(3) a,
.npt-home-section-popular .npt-popular-columns li:nth-child(6) a,
.npt-home-section-popular .npt-popular-columns li:nth-child(9) a{color:var(--muted)}
@media(max-width:700px){
  .npt-home-section-popular .npt-popular-columns{grid-template-columns:1fr;grid-template-rows:none;grid-auto-flow:row;column-gap:0}
}

/* New reference widgets - all small widget media use the same 217x123 ratio. */
.npt-small-widget-image,.npt-more-read-card .npt-small-widget-image,.npt-special-blog-item .npt-small-widget-image{display:block;width:217px;min-width:217px;height:123px;overflow:hidden;background:#eee}
.npt-small-widget-image img{width:100%;height:100%;object-fit:cover;display:block}
.npt-inarticle-popular-widget{display:grid;gap:10px}
.npt-inarticle-popular-item{display:flex;direction:rtl;gap:12px;align-items:center;border-bottom:1px solid var(--border);padding:8px 0}
.npt-inarticle-popular-item:last-child{border-bottom:0}
.npt-inarticle-popular-copy{min-width:0;flex:1}.npt-inarticle-popular-copy h3{font-size:.9rem;line-height:1.75;margin:0 0 3px;font-weight:800}.npt-inarticle-popular-copy a{text-decoration:none;color:var(--text)}
.npt-more-read-widget{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.npt-more-read-card{min-width:0}.npt-more-read-card .npt-small-widget-image{width:100%;min-width:0}.npt-more-read-card h3{font-size:.9rem;line-height:1.7;margin:7px 0 3px}.npt-more-read-card a{text-decoration:none;color:var(--text)}
.npt-subheadline-widget{position:relative;border-radius:10px;overflow:hidden;background:#222}.npt-subheadline-image{display:block;width:100%;aspect-ratio:217/123}.npt-subheadline-image img{width:100%;height:100%;object-fit:cover;display:block}.npt-subheadline-overlay{position:absolute;inset:auto 0 0;padding:22px 14px 12px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff}.npt-subheadline-overlay h3{font-size:1rem;line-height:1.7;margin:0 0 3px}.npt-subheadline-overlay a{color:#fff;text-decoration:none}.npt-subheadline-overlay .npt-meta{color:#eee}
.npt-special-blog-widget{display:grid;gap:12px}.npt-special-blog-item{direction:rtl;display:block;padding-bottom:12px;border-bottom:1px solid var(--border)}.npt-special-blog-item:last-child{border-bottom:0}.npt-special-blog-item .npt-small-widget-image{float:right;margin:0 0 8px 12px}.npt-special-blog-item .npt-special-blog-main{min-width:0}.npt-special-blog-item h3{font-size:.95rem;line-height:1.7;margin:0 0 4px}.npt-special-blog-item h3 a{color:var(--text);text-decoration:none}.npt-special-blog-item .npt-special-blog-excerpt{font-size:.8rem;line-height:1.8;color:var(--muted);margin:6px 0 4px;box-sizing:border-box}.npt-special-blog-item .npt-blog-status{clear:both;width:100%;box-sizing:border-box;display:flex;justify-content:flex-end;direction:rtl;gap:10px}
.npt-small-slider{position:relative}.npt-small-slide{display:none;position:relative;border-radius:10px;overflow:hidden}.npt-small-slide.is-active{display:block}.npt-small-slider-image{display:block;aspect-ratio:217/123}.npt-small-slider-image img{width:100%;height:100%;object-fit:cover;display:block}.npt-small-slider-caption{position:absolute;inset:auto 0 0;padding:28px 14px 12px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff}.npt-small-slider-caption h3{margin:0 0 2px;font-size:1rem;line-height:1.7}.npt-small-slider-caption a{color:#fff;text-decoration:none}.npt-small-slider-caption .npt-meta{color:#eee}.npt-small-slider-dots{position:absolute;top:8px;inset-inline-start:8px;display:flex;gap:4px;z-index:2}.npt-small-slider-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.65);font-size:0}.npt-small-slider-dots span.is-active{background:#fff}
.npt-top-horizontal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.npt-top-horizontal-item{display:flex;direction:rtl;align-items:center;gap:10px;min-width:0;border-top:1px solid var(--border);padding-top:8px}.npt-top-horizontal-image{display:block;width:72px;min-width:72px;height:41px;overflow:hidden}.npt-top-horizontal-image img{width:100%;height:100%;object-fit:cover;display:block}.npt-top-horizontal-item h3{font-size:.82rem;line-height:1.7;margin:0}.npt-top-horizontal-item h3 a{color:var(--text);text-decoration:none}
@media(max-width:900px){.npt-more-read-widget{grid-template-columns:repeat(2,minmax(0,1fr))}.npt-top-horizontal{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.npt-small-widget-image{width:140px;min-width:140px;height:79px}.npt-more-read-widget{grid-template-columns:1fr 1fr;gap:12px}.npt-more-read-card .npt-small-widget-image{width:100%;min-width:0;height:auto;aspect-ratio:217/123}.npt-special-blog-item .npt-small-widget-image{float:right;width:140px;min-width:140px;height:79px;aspect-ratio:auto;margin:0 0 8px 12px}.npt-special-blog-item .npt-special-blog-main{width:auto;min-width:0}.npt-special-blog-item .npt-special-blog-excerpt{clear:both;width:100%;margin-top:6px}.npt-top-horizontal{grid-template-columns:1fr}.npt-top-horizontal-item{padding:9px 0}.npt-inarticle-popular-item .npt-small-widget-image{width:140px;min-width:140px;height:79px}}
@media(max-width:400px){.npt-more-read-widget{grid-template-columns:1fr}.npt-more-read-card .npt-small-widget-image{aspect-ratio:217/123}}

/* In-article popular: reference screenshot layout. Keep image source size at 217x123,
   but display the thumbnail smaller inside each row. This widget is injected inside article content. */
.npt-inarticle-popular-box{
  margin:32px 0;
  padding:0;
  background:#f8f8f8;
  border:0;
}
.npt-inarticle-popular-title{
  margin:0 0 10px;
  padding:0 4px 8px;
  font-size:1.15rem;
  line-height:1.6;
  font-weight:800;
  text-align:right;
  border-bottom:0;
}
.npt-inarticle-popular-widget{
  display:grid;
  gap:7px;
}
.npt-inarticle-popular-item{
  display:flex;
  flex-direction:row;
  direction:rtl;
  align-items:center;
  min-height:70px;
  gap:12px;
  padding:7px 10px;
  background:#fff;
  border:0;
  border-bottom:1px solid #eee;
}
.npt-inarticle-popular-image{
  order:0;
  flex:0 0 108px;
  width:108px;
  height:61px;
  overflow:hidden;
  display:block;
  background:#eee;
}
.npt-inarticle-popular-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.npt-inarticle-popular-copy{
  min-width:0;
  flex:1;
}
.npt-inarticle-popular-copy h3{
  margin:0;
  font-size:.9rem;
  line-height:1.8;
  font-weight:800;
}
.npt-inarticle-popular-copy h3 a{
  color:var(--text);
  text-decoration:none;
}
.npt-inarticle-popular-copy h3 a:hover{text-decoration:underline}
@media(max-width:700px){
  .npt-inarticle-popular-box{margin:26px 0}
  .npt-inarticle-popular-item{min-height:66px;padding:6px 8px}
  .npt-inarticle-popular-image{flex-basis:100px;width:100px;height:57px}
  .npt-inarticle-popular-copy h3{font-size:.86rem}
}
@media(max-width:420px){
  .npt-inarticle-popular-image{flex-basis:92px;width:92px;height:52px}
  .npt-inarticle-popular-item{gap:9px}
  .npt-inarticle-popular-copy h3{font-size:.82rem;line-height:1.7}
}

/* Final top-horizontal reference layout: 3 equal cards, fixed small-media size 217x123.
   Desktop: cards side-by-side; mobile: cards stack vertically while preserving image/text row. */
.npt-top-horizontal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--border);background:var(--surface);overflow:hidden}
.npt-top-horizontal-item{display:grid;grid-template-columns:217px minmax(0,1fr);direction:rtl;align-items:center;gap:14px;min-width:0;padding:14px 16px;border-inline-start:1px solid var(--border);background:var(--surface)}
.npt-top-horizontal-item:first-child{border-inline-start:0}
.npt-top-horizontal-image{display:block;width:217px;min-width:217px;height:123px;overflow:hidden;background:#eee}
.npt-top-horizontal-image img{display:block;width:100%;height:100%;object-fit:cover}
.npt-top-horizontal-item h3{min-width:0;margin:0;font-size:1rem;line-height:1.9;font-weight:800}
.npt-top-horizontal-item h3 a{color:var(--text);text-decoration:none}
.npt-top-horizontal-item h3 a:hover{text-decoration:underline}
@media(max-width:1100px){.npt-top-horizontal-item{grid-template-columns:160px minmax(0,1fr);gap:12px;padding:12px}.npt-top-horizontal-image{width:160px;min-width:160px;height:91px}.npt-top-horizontal-item h3{font-size:.92rem}}
@media(max-width:800px){.npt-top-horizontal{grid-template-columns:1fr 1fr}.npt-top-horizontal-item:nth-child(odd){border-inline-start:0}.npt-top-horizontal-item:nth-child(n+3){border-top:1px solid var(--border)}}
@media(max-width:600px){.npt-top-horizontal{grid-template-columns:1fr}.npt-top-horizontal-item,.npt-top-horizontal-item:nth-child(n+3){grid-template-columns:140px minmax(0,1fr);border-inline-start:0;border-top:1px solid var(--border);padding:12px}.npt-top-horizontal-item:first-child{border-top:0}.npt-top-horizontal-image{width:140px;min-width:140px;height:79px}.npt-top-horizontal-item h3{font-size:.9rem;line-height:1.8}}


/* Final mobile/tablet pass: real responsive layout (requires viewport meta in header). */
@media (max-width: 800px){
  :root{--gap:16px}
  .npt-container{width:calc(100% - 24px);max-width:none}
  .npt-main{padding:16px 0}
  .npt-layout,.npt-home-layout{display:block;grid-template-columns:none}
  .npt-home-content{width:100%;min-width:0}
  .npt-sidebar{width:100%;margin-top:20px}
  .npt-brand-strip-inner{min-height:62px;padding:10px 0;gap:10px}
  .npt-brand{font-size:1.2rem;min-width:0}
  .npt-brand-link{display:block;max-width:70vw}
  .npt-logo{max-height:48px;width:auto}
  .npt-brand-strip-meta{font-size:.72rem;gap:8px}
  .npt-brand-strip-meta>span{display:none}
  .npt-theme-toggle{flex:0 0 32px}
  .npt-nav{margin-inline:0;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .npt-nav-row{gap:0}
  .npt-nav-row ul{min-width:max-content;flex-wrap:nowrap}
  .npt-nav-row a{padding:10px 11px;font-size:.86rem}
  .npt-featured-layout{display:block}
  .npt-featured-main{width:100%;margin-bottom:18px}
  .npt-featured-main-card .npt-card-image{aspect-ratio:16/9}
  .npt-featured-main-card .npt-card-body h3{font-size:1.15rem;line-height:1.7}
  .npt-featured-minor-grid{grid-template-columns:1fr 1fr;gap:12px}
  .npt-featured-side .npt-card-body h3{font-size:.88rem;line-height:1.7}
  .npt-analysis{display:block}
  .npt-analysis-main{margin-bottom:16px}
  .npt-analysis-side{grid-template-columns:120px minmax(0,1fr);gap:10px}
  .npt-news-six,.npt-editor-grid{grid-template-columns:1fr 1fr}
  .npt-horizontal-four-grid{grid-template-columns:1fr 1fr}
  .npt-horizontal-four-item{padding:9px 10px}
  .npt-horizontal-four-item h3{font-size:.9rem;line-height:1.7}
  .npt-footer-grid{grid-template-columns:1fr 1fr}
  .npt-footer-brand-row{flex-direction:column;align-items:flex-start}
  .npt-footer-links .menu,.npt-footer-links ul{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .npt-footer-links li{flex:0 0 auto}
  .npt-footer-links li a{padding:11px 12px;font-size:.78rem}
}

@media (max-width:600px){
  .npt-container{width:calc(100% - 16px)}
  .npt-top,.npt-header,.npt-nav,.npt-footer{padding-top:8px;padding-bottom:8px}
  .npt-header-row{flex-wrap:wrap}
  .npt-header-ad,.npt-nav-before,.npt-nav-after{max-width:100%;overflow:hidden}
  .npt-featured-minor-grid{grid-template-columns:1fr 1fr}
  .npt-featured-side .npt-card-image{aspect-ratio:217/123}
  .npt-card-body h3{font-size:.92rem;line-height:1.75}
  .npt-news-six,.npt-editor-grid{grid-template-columns:1fr}
  .npt-horizontal-four-grid{grid-template-columns:1fr}
  .npt-horizontal-four-item{border-inline-start:0;border-top:1px solid var(--border)}
  .npt-horizontal-four-item:first-child{border-top:0}
  .npt-footer-grid{grid-template-columns:1fr}
  .npt-footer-bottom{flex-direction:column;gap:6px}
  .npt-archive-card{grid-template-columns:110px minmax(0,1fr);gap:10px}
  .npt-archive-image{aspect-ratio:217/123}
  .npt-archive-body h2{font-size:.96rem;line-height:1.7}
  .npt-archive-body p{display:none}
  .npt-popular-list,.npt-home-section-popular .npt-popular-columns{grid-template-columns:1fr!important}
  .npt-home-section-popular .npt-popular-columns{grid-auto-flow:row;grid-template-rows:none}
  .npt-home-section-popular .npt-popular-columns li{min-height:0;padding:8px 40px 8px 0}
  .npt-home-section-popular .npt-popular-columns li:before{font-size:1.65rem}
  .npt-home-section-popular .npt-popular-columns a{font-size:.9rem;line-height:1.8}
  .npt-small-widget-image,.npt-special-blog-item .npt-small-widget-image{width:120px;min-width:120px;height:68px}
  .npt-inarticle-popular-image{flex-basis:100px;width:100px;height:57px}
  .npt-more-read-widget{grid-template-columns:1fr 1fr}
  .npt-top-horizontal{grid-template-columns:1fr}
  .npt-top-horizontal-item,.npt-top-horizontal-item:nth-child(n+3){grid-template-columns:120px minmax(0,1fr);padding:10px}
  .npt-top-horizontal-image{width:120px;min-width:120px;height:68px}
  .npt-top-horizontal-item h3{font-size:.86rem;line-height:1.75}
  .npt-video-wrap{grid-template-columns:30px minmax(0,1fr) 30px}
  .npt-video-card{flex-basis:100%}
}

@media (max-width:380px){
  .npt-container{width:calc(100% - 12px)}
  .npt-featured-minor-grid{grid-template-columns:1fr}
  .npt-brand{font-size:1.05rem}
  .npt-nav-row a{padding-inline:9px;font-size:.82rem}
  .npt-top-horizontal-item,.npt-top-horizontal-item:nth-child(n+3){grid-template-columns:100px minmax(0,1fr);gap:9px}
  .npt-top-horizontal-image{width:100px;min-width:100px;height:57px}
  .npt-top-horizontal-item h3{font-size:.82rem}
  .npt-more-read-widget{grid-template-columns:1fr}
  .npt-inarticle-popular-image{flex-basis:92px;width:92px;height:52px}
}

/* MTB final visual pass: header/footer and admin-safe responsive polish. */
.npt-brand-strip{background:#fff;border-top:3px solid var(--accent);box-shadow:0 1px 0 rgba(0,0,0,.04)}
.npt-brand-strip-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.npt-brand-link{display:inline-flex;align-items:center}.npt-logo{max-height:62px;width:auto}.npt-brand-text-only{font-size:1.65rem;font-weight:900;color:var(--accent)}
.npt-brand-strip-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.84rem}
.npt-nav{background:#fff}.npt-nav-row{justify-content:flex-start}.npt-nav-row a{border-bottom:2px solid transparent}.npt-nav-row .current-menu-item>a{color:var(--accent);border-bottom-color:var(--accent);background:transparent}
.npt-footer{background:#2f3135;color:#fff;border-top:0;margin-top:42px;padding:28px 0}.npt-footer a{color:#fff}.npt-footer .widget-title{color:#fff;border-inline-start-color:var(--accent)}.npt-footer .npt-meta{color:#c7c9cc}.npt-footer-links{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.22)}.npt-footer-brand-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;color:#e8e8e8}.npt-footer-site-name{font-weight:800}.npt-footer-copy{color:#c7c9cc;font-size:.85rem}
.npt-article-meta-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;color:var(--muted);font-size:.82rem;padding:8px 0;border-bottom:1px solid var(--border);margin-bottom:18px}.npt-article-meta-top span{display:inline-flex;align-items:center;gap:5px}.npt-print-button{border:0;background:transparent;color:var(--text);font:inherit;cursor:pointer;padding:2px 4px}.npt-print-button:hover{text-decoration:underline}.npt-title{font-size:clamp(1.55rem,3vw,2.45rem);line-height:1.55;font-weight:900;color:var(--text)}
.npt-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 16px;padding:9px 12px;background:#fff;border:1px solid var(--border);border-radius:4px;color:var(--muted);font-size:.84rem}.npt-breadcrumb a:hover{text-decoration:underline}.npt-breadcrumb span{color:var(--accent)}
.npt-archive-header .npt-title{font-size:1.65rem}.npt-pagination{margin-top:20px}


@media(max-width:600px){.npt-brand-strip-inner{min-height:58px}.npt-logo{max-height:46px}.npt-brand-text-only{font-size:1.25rem}.npt-article-meta-top{gap:7px 10px;font-size:.75rem}.npt-title{font-size:1.45rem}.npt-footer{padding:22px 0}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* In-article popular: centered newspaper-style block, matching the supplied reference. */
.npt-inarticle-popular-box{width:min(100%,720px);margin:34px auto;padding:14px 16px;background:#fff;border:1px solid var(--border)}
.npt-inarticle-popular-box .npt-inarticle-popular-title{font-size:1.25rem;border-bottom:2px solid var(--accent);padding-bottom:8px;margin-bottom:10px;text-align:right}
.npt-inarticle-popular-box .npt-inarticle-popular-item{min-height:74px;padding:8px 0;background:transparent}
.npt-inarticle-popular-box .npt-inarticle-popular-image{flex-basis:108px;width:108px;height:61px}
.npt-inarticle-popular-box .npt-inarticle-popular-copy h3{font-size:.92rem;line-height:1.85}
html[data-npt-theme="dark"] .npt-inarticle-popular-box{background:#171a1e}
@media(max-width:600px){.npt-inarticle-popular-box{width:100%;padding:12px;margin:26px auto}.npt-inarticle-popular-box .npt-inarticle-popular-image{flex-basis:100px;width:100px;height:57px}}


/* MTB final polish: mobile navigation, article/sidebar flow, accessibility and stable media. */
.npt-mobile-menu-toggle{display:none;border:1px solid var(--border);background:#fff;color:var(--text);padding:9px 13px;border-radius:4px;font:inherit;font-weight:700;cursor:pointer;margin:8px 0}
.npt-mobile-menu-toggle:focus-visible,.npt-theme-toggle:focus-visible,.npt-print-button:focus-visible,a:focus-visible{outline:3px solid rgba(180,0,0,.35);outline-offset:2px}
.npt-nav-row{overflow-x:auto;scrollbar-width:thin}
.npt-nav-row ul{min-width:max-content}
.npt-home-no-sidebar .npt-home-content{width:100%;min-width:0}
.npt-home-no-sidebar .npt-layout{grid-template-columns:minmax(0,1fr)}
.npt-404{text-align:center;padding:80px 16px}.npt-404-code{font-size:clamp(4rem,12vw,8rem);font-weight:900;line-height:1;color:var(--accent);margin-bottom:10px}.npt-404 h1{font-size:1.8rem;margin:0 0 10px}.npt-404 p{color:var(--muted);margin:0 0 24px}.npt-404-home{display:inline-block;padding:10px 18px;background:var(--accent);color:#fff;border-radius:4px;font-weight:700}.npt-404-home:hover{color:#fff;opacity:.92}
.npt-footer .npt-widget{margin-bottom:14px}.npt-footer .widget-title{font-size:1rem}.npt-footer a{transition:none}
.npt-small-widget-image img,.npt-top-horizontal-image img,.npt-inarticle-popular-image img,.npt-related-image img{aspect-ratio:217/123;object-fit:cover}
.npt-small-widget-image img{width:100%;height:100%}
@media(max-width:700px){
 .npt-mobile-menu-toggle{display:block;width:100%;text-align:right}
 .npt-nav{display:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
 .npt-nav.is-open{display:block}
 .npt-nav-row{display:block;overflow:visible}
 .npt-nav-row ul{display:flex;flex-direction:column;align-items:stretch;width:100%}
 .npt-nav-row li{border-bottom:1px solid var(--border)}
 .npt-nav-row li:last-child{border-bottom:0}
 .npt-nav-row a{padding:10px 12px}
 .npt-brand-strip-inner{gap:10px}
 .npt-brand-strip-meta{font-size:.75rem}
 .npt-header-date{display:none}
 .npt-home-layout{display:block}
 .npt-home-content{width:100%}
 .npt-sidebar{margin-top:24px}
}
@media print{
 .npt-site-header,.npt-footer,.npt-sidebar,.npt-breadcrumb,.npt-print-button,.npt-widget-area,.npt-mobile-menu-toggle{display:none!important}
 .npt-main,.npt-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
 .npt-article-meta-top{border:0}
}

/* final widget refinements */
.npt-featured-excerpt{font-size:.95rem;line-height:1.9;color:#555;margin-top:8px}
.npt-top-horizontal-image img{max-height:110px;object-fit:cover}
.npt-popular-columns li{position:relative;padding-right:34px;direction:rtl}
.npt-popular-columns li:before{content:attr(data-rank);position:absolute;right:0;top:0;color:#d00;font-weight:800}
.npt-comments{direction:rtl}
.npt-comments h2{border-bottom:1px solid #ddd;padding-bottom:10px}
.npt-comment-rules{margin-top:20px}

/* Final fixes: interactive small slider dots, unified home popular, comments */
.npt-small-slider-dots{display:flex;align-items:center;gap:6px;position:absolute;top:10px;inset-inline-start:10px;z-index:5}
.npt-small-slider-dots button{appearance:none;border:0;width:11px;height:11px;padding:0;border-radius:50%;background:rgba(255,255,255,.72);cursor:pointer;font-size:0;box-shadow:0 1px 4px rgba(0,0,0,.2)}
.npt-small-slider-dots button:hover,.npt-small-slider-dots button:focus-visible{background:#fff;outline:2px solid var(--accent);outline-offset:2px}
.npt-small-slider-dots button.is-active{background:var(--accent);transform:scale(1.15)}
.npt-home-popular-item{direction:rtl;text-align:right}
.npt-home-popular-item:before{right:0;left:auto}
.npt-comments{background:var(--surface);border:1px solid var(--border);padding:18px;margin-top:28px}
.npt-comments-heading{display:flex;align-items:center;gap:8px;border-bottom:2px solid var(--accent);padding-bottom:10px;margin-bottom:18px}
.npt-comments-heading h2{border:0!important;padding:0!important;margin:0;font-size:1.2rem}
.npt-comments-icon{font-size:1.15rem}
.npt-comments .comment-form p{margin:0 0 14px}
.npt-comments .comment-form label{display:block;font-weight:700;margin-bottom:6px}
.npt-comments .comment-form input[type=text],.npt-comments .comment-form input[type=email],.npt-comments .comment-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--border);background:transparent;color:var(--text);border-radius:4px;padding:11px 12px;font:inherit}
.npt-comments .comment-form textarea{min-height:150px;resize:vertical}
.npt-comments .comment-form input:focus,.npt-comments .comment-form textarea:focus{outline:2px solid var(--accent);outline-offset:1px}
.npt-comment-submit{background:var(--accent)!important;color:#fff!important;border:0!important;border-radius:4px;padding:10px 26px;cursor:pointer;font:inherit;font-weight:700}
.npt-comment-submit:hover,.npt-comment-submit:focus-visible{opacity:.9}
.npt-comment-rules{border-top:1px solid var(--border);padding-top:12px;margin-top:18px}
.npt-comment-rules summary{cursor:pointer;font-weight:700}
.npt-comment-rules p{color:var(--muted);line-height:1.9;margin:10px 0 0}
@media(max-width:600px){.npt-comments{padding:14px}.npt-comments-heading h2{font-size:1.05rem}}

/* Final: move ranking numbers to the right only for the homepage-style popular block.
   The in-article popular block is intentionally untouched. */
.npt-home-section-popular .npt-popular-columns > li,
.npt-home-section-popular .npt-popular-column > li {
  position:relative;
  direction:rtl;
  text-align:right;
  padding-right:42px !important;
  padding-left:0 !important;
}
.npt-home-section-popular .npt-popular-columns > li::before,
.npt-home-section-popular .npt-popular-column > li::before {
  content:attr(data-rank) !important;
  position:absolute !important;
  right:0 !important;
  left:auto !important;
  inset-inline-end:0 !important;
  inset-inline-start:auto !important;
  top:8px !important;
  margin:0 !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  display:block !important;
  color:#c40000 !important;
  font-size:1.75rem !important;
  line-height:1 !important;
  font-weight:400 !important;
  text-align:right !important;
}
@media(max-width:700px){
  .npt-home-section-popular .npt-popular-columns > li,
  .npt-home-section-popular .npt-popular-column > li {padding-right:40px !important;padding-left:0 !important}
  .npt-home-section-popular .npt-popular-columns > li::before,
  .npt-home-section-popular .npt-popular-column > li::before {right:0 !important;left:auto !important;font-size:1.65rem !important}
}


/* Definitive popular ranking layout: explicit rank element on the RIGHT of each title.
   Applies only to the homepage-style popular block; the in-article popular block is untouched. */
.npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item {
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:14px !important;
  direction:rtl !important;
  text-align:right !important;
  padding:10px 0 !important;
  min-width:0;
}
.npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item .npt-popular-rank {
  flex:0 0 28px !important;
  width:28px !important;
  min-width:28px !important;
  display:block !important;
  color:#c40000 !important;
  font-size:1.75rem !important;
  line-height:1.15 !important;
  font-weight:400 !important;
  text-align:right !important;
  order:0 !important;
}
.npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item > a {
  flex:1 1 auto !important;
  min-width:0 !important;
  display:block !important;
  text-align:right !important;
  order:1 !important;
}
.npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item::before {
  content:none !important;
  display:none !important;
}
@media(max-width:700px){
  .npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item {padding:8px 0 !important;gap:10px !important}
  .npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item .npt-popular-rank {font-size:1.65rem !important;flex-basis:26px !important;width:26px !important;min-width:26px !important}
}

/* Typography restoration for homepage-style popular ranking.
   Keep the previous MTB font/weight/size; only the rank position changes. */
.npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item .npt-popular-rank {
  font-family: inherit !important;
  font-size: 1.75rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #c40000 !important;
}
.npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item > a {
  font-family: inherit !important;
  font-size: 1rem !important;
  line-height: 1.9 !important;
  font-weight: 800 !important;
  color: var(--text) !important;
}
@media(max-width:700px){
  .npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item .npt-popular-rank {
    font-size: 1.65rem !important;
  }
  .npt-home-section-popular .npt-popular-columns > li.npt-home-popular-item > a {
    font-size: .9rem !important;
    line-height: 1.8 !important;
  }
}

/* Ad-network isolation: plugin creatives must not inherit article media sizing. */
.theme-ad-content,.theme-ad-slot,.theme-ad-content .adsbygoogle{max-width:100%;box-sizing:border-box}
.theme-ad-content img,.theme-ad-content iframe,.theme-ad-content video,.theme-ad-content ins{max-width:100%;height:auto}
.theme-ad-content iframe{width:auto;max-width:100%}

/* Definitive internal-page mobile layout: single, archive, category, tag, author, search and static pages. */
html,body{max-width:100%;overflow-x:clip}
.npt-main,.npt-container,.npt-layout,.npt-layout>article,.npt-layout>.npt-sidebar{min-width:0}
.entry-content{max-width:100%;font-size:1.02rem;line-height:2.05;overflow-wrap:anywhere;word-break:normal}
.entry-content img,.entry-content video,.entry-content iframe,.entry-content embed,.entry-content object{max-width:100%;height:auto}
.entry-content iframe,.entry-content video{display:block;max-width:100%;height:auto}
/* Keep third-party ad-network creatives at their supplied dimensions instead of stretching them to article width. */
.entry-content ins.adsbygoogle,.entry-content .adsbygoogle{max-width:100%;box-sizing:border-box}
.entry-content ins.adsbygoogle iframe,.entry-content .adsbygoogle iframe{width:auto!important;max-width:100%!important;height:auto!important;min-width:0!important}
.entry-content .adsbygoogle img{width:auto!important;max-width:100%!important;height:auto!important}
.entry-content pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word}
.entry-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;-webkit-overflow-scrolling:touch}
.entry-content blockquote{margin-inline:0;padding:10px 14px;border-inline-start:4px solid var(--accent);background:var(--soft);overflow-wrap:anywhere}
.npt-featured{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.npt-article-header,.npt-article-header>*{max-width:100%}
.npt-archive-list,.npt-archive-card,.npt-archive-body,.npt-archive-image{min-width:0}
.npt-pagination{overflow-x:auto;max-width:100%}
.npt-pagination .page-numbers{display:inline-block;margin:2px 3px}
.npt-comments,.npt-comments form,.npt-comments .comment-form{max-width:100%;min-width:0}

@media (max-width: 700px){
  .npt-main{padding:14px 0 24px}
  .npt-container{width:calc(100% - 20px);max-width:none}
  .npt-layout{display:block!important}
  .npt-layout>article{width:100%;max-width:100%}
  .npt-sidebar{width:100%;max-width:100%;margin-top:24px}

  /* Header/navigation */
  .npt-brand-strip-inner{min-height:58px;padding:8px 0}
  .npt-brand{min-width:0;max-width:72%}
  .npt-brand-link{max-width:100%;overflow:hidden}
  .npt-logo{max-width:100%;max-height:44px}
  .npt-brand-text-only{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .npt-mobile-menu-toggle{display:block;width:100%;margin:8px 0;padding:9px 12px}
  .npt-nav{display:none;width:100%;overflow:hidden}
  .npt-nav.is-open{display:block}
  .npt-nav-row{display:block;width:100%;overflow:visible}
  .npt-nav-row ul{display:flex!important;flex-direction:column!important;width:100%;min-width:0!important}
  .npt-nav-row li{width:100%;border-bottom:1px solid var(--border)}
  .npt-nav-row li:last-child{border-bottom:0}
  .npt-nav-row a{display:block;width:100%;padding:10px 12px;font-size:.9rem;white-space:normal}

  /* Article */
  .npt-breadcrumb{font-size:.76rem;line-height:1.8;padding:7px 9px;margin-bottom:12px}
  .npt-article-meta-top{justify-content:flex-start;gap:6px 9px;font-size:.72rem;line-height:1.8;padding:7px 0;margin-bottom:12px}
  .npt-print-button{font-size:.75rem}
  .npt-title,.npt-article-header .npt-title{font-size:clamp(1.35rem,6vw,1.8rem);line-height:1.65;margin-bottom:10px}
  .npt-subheadline{font-size:.9rem;line-height:1.9;padding:9px 11px;margin:9px 0 12px}
  .npt-featured{aspect-ratio:16/9}
  .entry-content{font-size:.96rem;line-height:2}
  .entry-content h2{font-size:1.25rem;line-height:1.7}
  .entry-content h3{font-size:1.1rem;line-height:1.75}
  .entry-content ul,.entry-content ol{padding-inline-start:1.35rem}
  .entry-content figure{margin-inline:0;max-width:100%}
  .entry-content figcaption{font-size:.78rem;line-height:1.7}

  /* Keep the existing in-article popular widget intact, only make its outer box fluid. */
  .npt-inarticle-popular-box{width:100%;max-width:100%;margin:24px auto;padding:10px}
  .npt-inarticle-popular-box .npt-inarticle-popular-item{max-width:100%;min-width:0}
  .npt-more-read,.npt-related{margin-top:22px}
  .npt-related-grid{grid-template-columns:1fr 1fr;gap:10px}
  .npt-related-card h3{font-size:.86rem;line-height:1.75}

  /* Archive/category/tag/author/search */
  .npt-archive-header{padding-bottom:12px;margin-bottom:14px}
  .npt-archive-header .npt-title{font-size:1.3rem;line-height:1.7}
  .npt-archive-description{font-size:.86rem;line-height:1.9}
  .npt-archive-card{grid-template-columns:120px minmax(0,1fr)!important;gap:11px;padding:13px 0}
  .npt-archive-image{width:120px;aspect-ratio:217/123}
  .npt-archive-body h2{font-size:.9rem;line-height:1.75;margin:2px 0}
  .npt-archive-body .npt-meta{font-size:.7rem}
  .npt-archive-body p{display:none}
  .npt-pagination{font-size:.82rem;white-space:nowrap}

  /* Static pages */
  .npt-main> .npt-container>article{width:100%;min-width:0}

  /* Sidebar becomes a normal full-width section below the content. */
  .npt-sidebar{order:initial;position:static!important}
  .npt-sidebar .npt-widget{width:100%;max-width:100%;overflow:hidden}
  .npt-sidebar .npt-card-body h3{font-size:.86rem;line-height:1.75}
}

@media (max-width: 480px){
  .npt-container{width:calc(100% - 14px)}
  .npt-main{padding-top:10px}
  .npt-brand{max-width:68%}
  .npt-theme-toggle{width:30px;height:30px;flex-basis:30px}
  .npt-breadcrumb{gap:4px;font-size:.7rem}
  .npt-article-meta-top{font-size:.68rem;gap:5px 7px}
  .npt-title,.npt-article-header .npt-title{font-size:1.28rem;line-height:1.7}
  .entry-content{font-size:.92rem;line-height:2}
  .npt-related-grid{grid-template-columns:1fr}
  .npt-archive-card{grid-template-columns:100px minmax(0,1fr)!important;gap:9px}
  .npt-archive-image{width:100px}
  .npt-archive-body h2{font-size:.84rem;line-height:1.75}
  .npt-archive-body .npt-meta{font-size:.66rem}
  .npt-comments{padding:11px;margin-top:22px}
  .npt-comments-heading{margin-bottom:12px;padding-bottom:8px}
  .npt-comments-heading h2{font-size:1rem}
  .npt-comments .comment-form input[type=text],.npt-comments .comment-form input[type=email],.npt-comments .comment-form textarea{font-size:.88rem;padding:9px 10px}
  .npt-comments .comment-form textarea{min-height:125px}
}

@media (max-width: 360px){
  .npt-archive-card{grid-template-columns:88px minmax(0,1fr)!important}
  .npt-archive-image{width:88px}
  .npt-archive-body h2{font-size:.8rem}
  .npt-brand-text-only{font-size:1.05rem}
}


/* Internal sidebars: right-side placement for RTL pages, with optional sticky behavior. */
.npt-internal-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start;direction:ltr}
.npt-internal-layout>article,.npt-internal-layout>.npt-internal-sidebar{direction:rtl}
.npt-internal-layout.npt-internal-no-sidebar{grid-template-columns:1fr}
.npt-internal-sidebar{min-width:0}
.npt-internal-sidebar .npt-widget{background:var(--surface)}
.npt-internal-sidebar .npt-widget + .npt-widget{margin-top:28px}
@media(min-width:901px){
  .npt-internal-sidebar.npt-sidebar-sticky{position:sticky;top:24px;align-self:start}
}
@media(max-width:900px){
  .npt-internal-layout{grid-template-columns:1fr}
  .npt-internal-sidebar{position:static!important;order:2;width:100%}
}


/* MTB dual internal sidebars: RTL layout, independent toggles, widget-ready, responsive. */
.npt-internal-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 300px;grid-template-areas:"right content left";gap:28px;align-items:start;direction:ltr}
.npt-internal-layout > .npt-internal-content{grid-area:content;min-width:0;direction:rtl}
.npt-internal-layout > .npt-internal-right-sidebar{grid-area:right;min-width:0;direction:rtl}
.npt-internal-layout > .npt-internal-left-sidebar{grid-area:left;min-width:0;direction:rtl}
.npt-internal-layout .npt-sidebar-sticky{position:sticky;top:16px;align-self:start}
.npt-internal-layout .npt-sidebar .npt-widget{background:var(--surface)}
.npt-internal-layout .npt-sidebar .npt-widget + .npt-widget{margin-top:28px}
.npt-internal-layout.npt-internal-no-sidebar{grid-template-columns:minmax(0,1fr);grid-template-areas:"content"}
@media(max-width:1100px){
  .npt-internal-layout{grid-template-columns:250px minmax(0,1fr) 250px;gap:20px}
}
@media(max-width:900px){
  .npt-internal-layout{grid-template-columns:1fr;grid-template-areas:"content" "right" "left";gap:22px;direction:ltr}
  .npt-internal-layout .npt-sidebar-sticky{position:static}
  .npt-internal-layout > .npt-internal-content{direction:rtl}
  .npt-internal-layout > .npt-sidebar{direction:rtl}
}
@media(max-width:600px){
  .npt-internal-layout{gap:18px}
  .npt-internal-layout .npt-sidebar .npt-widget + .npt-widget{margin-top:20px}
}

/* Final internal dual-sidebar behavior: RTL-correct columns, independent sticky sidebars, and mobile toggles. */
.npt-internal-layout{
  display:grid;
  grid-template-columns:minmax(0,280px) minmax(0,1fr) minmax(0,220px);
  grid-template-areas:"right content left";
  gap:28px;
  align-items:start;
  direction:rtl;
}
.npt-internal-layout > .npt-internal-content{grid-area:content;min-width:0;direction:rtl;}
.npt-internal-layout > .npt-internal-right-sidebar{grid-area:right;min-width:0;direction:rtl;}
.npt-internal-layout > .npt-internal-left-sidebar{grid-area:left;min-width:0;direction:rtl;}
.npt-internal-layout .npt-sidebar-sticky{
  position:-webkit-sticky !important;
  position:sticky !important;
  top:24px !important;
  align-self:start !important;
  height:max-content;
  max-height:none;
  overflow:visible;
  z-index:10;
}
.npt-internal-layout .npt-sidebar .npt-widget{background:var(--surface);}
.npt-internal-layout .npt-sidebar .npt-widget + .npt-widget{margin-top:28px;}

/* Only right sidebar enabled: content expands into the left column. */
.npt-internal-layout.npt-internal-has-right.npt-internal-no-left{
  grid-template-columns:minmax(0,280px) minmax(0,1fr);
  grid-template-areas:"right content";
}
/* Only left sidebar enabled: content expands into the right column. */
.npt-internal-layout.npt-internal-no-right.npt-internal-has-left{
  grid-template-columns:minmax(0,1fr) minmax(0,220px);
  grid-template-areas:"content left";
}
/* Both disabled: content fills the entire container. */
.npt-internal-layout.npt-internal-no-sidebar{
  grid-template-columns:minmax(0,1fr);
  grid-template-areas:"content";
}

@media (max-width:1100px) and (min-width:901px){
  .npt-internal-layout{grid-template-columns:minmax(0,240px) minmax(0,1fr) minmax(0,190px);gap:20px;}
  .npt-internal-layout.npt-internal-has-right.npt-internal-no-left{grid-template-columns:minmax(0,240px) minmax(0,1fr);}
  .npt-internal-layout.npt-internal-no-right.npt-internal-has-left{grid-template-columns:minmax(0,1fr) minmax(0,190px);}
}

/* Mobile/tablet: content first, then enabled sidebars. Sticky is intentionally disabled. */
@media (max-width:900px){
  .npt-internal-layout,
  .npt-internal-layout.npt-internal-has-right.npt-internal-no-left,
  .npt-internal-layout.npt-internal-no-right.npt-internal-has-left,
  .npt-internal-layout.npt-internal-no-sidebar{
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:"content" "right" "left";
    gap:22px;
    direction:rtl;
  }
  .npt-internal-layout > .npt-internal-content{direction:rtl;}
  .npt-internal-layout > .npt-sidebar{direction:rtl;width:100%;max-width:none;display:block;visibility:visible;}
  .npt-internal-layout .npt-sidebar-sticky{
    position:static;
    max-height:none;
    overflow:visible;
  }
  .npt-internal-layout > .npt-internal-right-sidebar.npt-mobile-sidebar-hidden,
  .npt-internal-layout > .npt-internal-left-sidebar.npt-mobile-sidebar-hidden{display:none!important;}
  .npt-internal-layout .npt-sidebar .npt-widget + .npt-widget{margin-top:20px;}
}

@media (max-width:600px){
  .npt-internal-layout{gap:18px;}
}


/* Article bottom utilities — desktop and mobile-safe layout. */
.npt-article-bottom-tools{display:block;margin:28px 0 24px;padding:14px 0 0;border-top:1px solid var(--border);font-size:.82rem;color:var(--muted);box-sizing:border-box;max-width:100%;min-width:0;overflow:hidden}
.npt-article-tools-top{display:flex;align-items:center;justify-content:space-between;gap:18px;direction:rtl;min-height:28px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}
.npt-article-shortlink{display:flex;align-items:center;justify-content:flex-start;min-width:0;flex:1 1 auto;overflow:hidden}
.npt-copy-shortlink{display:flex;align-items:center;justify-content:flex-start;gap:6px;width:100%;max-width:360px;min-width:0;height:28px;box-sizing:border-box;border:0;background:transparent;color:var(--text);padding:2px 0;cursor:pointer;font:inherit;font-size:.78rem;line-height:1.2;direction:rtl;text-align:right;border-radius:3px;appearance:none;-webkit-appearance:none;overflow:hidden}
.npt-copy-shortlink:hover{color:var(--accent)}
.npt-copy-shortlink.is-copied{color:#159447}
.npt-shortlink-label{font-weight:800;flex:0 0 auto;white-space:nowrap}
.npt-shortlink-value{direction:ltr;color:var(--text);font-size:.74rem;line-height:1.2;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
.npt-copy-shortlink svg{width:15px;height:15px;fill:currentColor;flex:0 0 15px;display:block}
.npt-article-share{display:flex;align-items:center;justify-content:flex-start;gap:8px;direction:ltr;flex:0 0 auto;margin-inline-start:0;min-width:0}
.npt-article-share a{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--text);text-decoration:none;opacity:.92;flex:0 0 30px;line-height:1;border:1px solid var(--border);border-radius:50%;background:var(--surface);transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}
.npt-article-share a:hover{color:var(--accent);opacity:1;background:var(--soft);border-color:var(--accent);transform:translateY(-1px)}
.npt-article-share svg{width:16px;height:16px;fill:currentColor;display:block}
.npt-article-tags{display:block;width:100%;max-width:100%;min-width:0;margin-top:10px;padding-top:9px;border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent);text-align:right;line-height:1.9;word-break:normal;overflow-wrap:anywhere;box-sizing:border-box}
.npt-article-tags strong{color:var(--text);font-weight:800;margin-inline-end:6px}
.npt-article-tags a{color:var(--text);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:2px;margin-inline-end:5px;display:inline-block}
.npt-article-tags a:hover{text-decoration:underline}

@media (max-width:700px){
  .npt-article-bottom-tools{margin:20px 0 18px;padding:10px 0 0;width:100%;max-width:100%;min-width:0;overflow:hidden}
  .npt-article-tools-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%;max-width:100%;min-width:0;overflow:hidden}
  .npt-article-shortlink{flex:1 1 auto;min-width:0;width:auto;max-width:none;overflow:hidden}
  .npt-copy-shortlink{width:100%;max-width:none;min-width:0;height:24px;gap:4px;padding:1px 0;font-size:.70rem;line-height:1.1;overflow:hidden}
  .npt-shortlink-label{font-size:.70rem;line-height:1.1;flex:0 0 auto;white-space:nowrap}
  .npt-shortlink-value{font-size:.62rem;line-height:1.1;flex:1 1 auto;min-width:0;max-width:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .npt-copy-shortlink svg{width:12px;height:12px;flex:0 0 12px}
  .npt-article-share{width:auto;max-width:none;flex:0 0 auto;gap:7px;margin:0;padding:0;direction:ltr;overflow:visible}
  .npt-article-share a{width:30px;height:30px;flex:0 0 30px;padding:0;margin:0}
  .npt-article-share svg{width:15px;height:15px;flex:0 0 15px}
  .npt-article-tags{width:100%;max-width:100%;min-width:0;margin-top:9px;padding-top:8px;line-height:1.8;text-align:right;overflow-wrap:anywhere}
  .npt-article-tags strong{margin-inline-end:4px;font-size:.74rem}
  .npt-article-tags a{margin-inline-end:4px;font-size:.74rem}
}
@media (max-width:380px){
  .npt-article-tools-top{gap:6px}
  .npt-shortlink-label{font-size:.65rem}
  .npt-shortlink-value{font-size:.57rem}
  .npt-copy-shortlink{font-size:.65rem;gap:3px}
  .npt-copy-shortlink svg{width:10px;height:10px;flex-basis:10px}
  .npt-article-share{gap:5px}
  .npt-article-share a{width:28px;height:28px;flex-basis:28px}
  .npt-article-share svg{width:14px;height:14px;flex-basis:14px}
}

/* Cleaner BBC-style primary navigation: horizontal RTL, no boxed vertical separators. */
.npt-site-header .npt-nav{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}
.npt-site-header .npt-nav-row{min-height:50px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
.npt-site-header .npt-nav-row::-webkit-scrollbar{display:none}
.npt-site-header .npt-menu{display:flex;align-items:stretch;gap:0;min-width:max-content;margin:0;padding:0}
.npt-site-header .npt-menu>li>a{position:relative;padding:14px 17px;font-size:.9rem;font-weight:700;border:0;background:transparent;color:var(--text);transition:background .15s ease,color .15s ease}
.npt-site-header .npt-menu>li>a:after{content:"";position:absolute;right:14px;left:14px;bottom:0;height:3px;background:transparent}
.npt-site-header .npt-menu>li>a:hover{background:var(--soft);color:var(--text)}
.npt-site-header .npt-menu>li.current-menu-item>a,.npt-site-header .npt-menu>li.current-menu-ancestor>a,.npt-site-header .npt-menu>li.current_page_item>a{background:var(--soft);color:var(--text)}
.npt-site-header .npt-menu>li.current-menu-item>a:after,.npt-site-header .npt-menu>li.current-menu-ancestor>a:after,.npt-site-header .npt-menu>li.current_page_item>a:after{background:var(--accent)}
@media(max-width:700px){.npt-site-header .npt-menu>li>a{padding:12px 13px;font-size:.86rem}}

/* =========================================================
   MTB PROFESSIONAL NEWS HEADER / FOOTER
   Added on top of the approved mobile-professional baseline.
   No frontend queries or existing widget logic changed.
   ========================================================= */
.mtb-news-header{background:var(--surface);border-bottom:1px solid var(--border);color:var(--text)}
.mtb-header-utility{background:var(--soft);border-bottom:1px solid var(--border);font-size:.76rem;color:var(--muted)}
.mtb-header-utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.mtb-utility-links,.mtb-utility-actions{display:flex;align-items:center;gap:12px}
.mtb-utility-links > span:not(.mtb-header-bismillah) + span:not(.mtb-header-bismillah){padding-inline-start:12px;border-inline-start:1px solid var(--border)}
.mtb-utility-actions button{font:inherit}
.mtb-search-toggle{border:0;background:none;color:var(--muted);cursor:pointer;padding:4px 0}
.mtb-theme-toggle{border:1px solid var(--border)!important;background:var(--surface)!important;color:var(--text)!important;width:28px;height:28px;border-radius:50%;cursor:pointer;padding:0!important}
.mtb-header-main{background:var(--surface);position:relative}
.mtb-header-main-inner{min-height:80px;display:grid;grid-template-columns:minmax(190px,1fr) minmax(160px,1.2fr) minmax(240px,1fr);align-items:center;gap:24px}
.mtb-header-brand{min-width:0}
.mtb-brand-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}
.mtb-logo{max-height:58px;width:auto;display:block}
.mtb-brand-name{font-size:1.7rem;font-weight:900;line-height:1.1}
.mtb-brand-tagline{font-size:.72rem;color:var(--muted);border-inline-start:1px solid var(--border);padding-inline-start:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mtb-header-center{min-width:0;text-align:center}
.mtb-header-center .npt-widget{margin:0}
.mtb-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.mtb-header-search{display:flex;align-items:center;width:min(300px,100%);height:40px;border:1px solid var(--border);background:var(--soft);border-radius:6px;overflow:hidden}
.mtb-header-search input{min-width:0;flex:1;border:0;background:transparent;color:var(--text);padding:0 12px;font:inherit;outline:0}
.mtb-header-search button{width:42px;height:100%;border:0;border-inline-start:1px solid var(--border);background:transparent;color:var(--text);font-size:1.2rem;cursor:pointer}
.mtb-header-search.is-open{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 14%,transparent)}
.mtb-mobile-menu-toggle{display:none;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:9px 12px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}
.mtb-header-ad-wrap{padding-top:8px;padding-bottom:8px}
.mtb-header-ad-wrap:empty{display:none}
.mtb-nav-shell{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}
.mtb-primary-nav{overflow:hidden}
.mtb-primary-nav-inner{min-height:48px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}
.mtb-primary-nav-inner::-webkit-scrollbar{display:none}
.mtb-primary-nav .npt-menu{display:flex;align-items:stretch;min-width:max-content;list-style:none;margin:0;padding:0;gap:0}
.mtb-primary-nav .npt-menu>li>a{position:relative;display:flex;align-items:center;min-height:48px;padding:0 16px;color:var(--text);text-decoration:none;font-size:.88rem;font-weight:700;border-inline-start:1px solid transparent;transition:none}
.mtb-primary-nav .npt-menu>li>a:hover{background:var(--soft)}
.mtb-primary-nav .npt-menu>li.current-menu-item>a,.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a{color:var(--accent);background:transparent}
.mtb-primary-nav .npt-menu>li.current-menu-item>a:after,.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a:after{content:"";position:absolute;inset-inline:12px;bottom:0;height:3px;background:var(--accent);border-radius:3px 3px 0 0}

.mtb-news-footer{margin-top:48px;background:var(--footer-bg);color:var(--footer-text);border-top:3px solid var(--accent);padding:0}
.mtb-news-footer a{color:var(--footer-link);text-decoration:none}
.mtb-footer-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,1.3fr);gap:34px;padding:34px 0 26px;border-bottom:1px solid rgba(255,255,255,.12)}
.mtb-footer-brand a{display:inline-flex;align-items:center;min-height:42px}
.mtb-footer-brand strong{font-size:1.45rem;color:var(--footer-title)}
.mtb-footer-logo{max-height:48px;width:auto;display:block}
.mtb-footer-brand p{margin:12px 0 0;max-width:520px;color:var(--footer-muted);line-height:2;font-size:.84rem}
.mtb-footer-intro-widget{min-width:0}
.mtb-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:28px 0 18px}
.mtb-footer-col{min-width:0}
.mtb-news-footer .widget-title{color:var(--footer-title);font-size:.98rem;margin:0 0 14px;padding-inline-start:10px;border-inline-start:3px solid var(--accent)}
.mtb-news-footer .npt-widget{margin:0 0 18px}
.mtb-news-footer ul{margin:0;padding:0;list-style:none}
.mtb-news-footer li+li{margin-top:8px}
.mtb-news-footer li a{color:var(--footer-icon);font-size:.82rem}
.mtb-news-footer li a:hover{color:var(--footer-hover)}
.mtb-footer-social{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px;padding:16px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.mtb-footer-social:empty{display:none}
.mtb-footer-social a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border:1px solid color-mix(in srgb,var(--footer-icon) 35%,transparent);border-radius:5px;color:var(--footer-icon);font-size:.74rem}
.mtb-footer-social a:hover{border-color:var(--accent);color:var(--footer-hover)}
.mtb-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;color:var(--footer-muted);font-size:.75rem}
.mtb-footer-copy{line-height:1.9}
.mtb-footer-bottom-widget{min-width:0}
.mtb-footer-bottom-widget .npt-widget{margin:0}
.mtb-news-footer .npt-footer-bottom{display:none}

@media(max-width:900px){
  .mtb-header-main-inner{grid-template-columns:minmax(0,1fr) auto;min-height:74px;gap:12px}
  .mtb-header-center{display:none}
  .mtb-brand-tagline{display:none}
  .mtb-logo{max-height:48px}
  .mtb-brand-name{font-size:1.35rem}
  .mtb-header-tools{gap:7px}
  .mtb-header-search{display:none}
  .mtb-search-toggle{display:none}
  .mtb-mobile-menu-toggle{display:inline-flex;align-items:center;gap:7px}
  .mtb-primary-nav{display:none}
  .mtb-primary-nav.is-open{display:block}
  .mtb-primary-nav .npt-menu{display:flex;flex-direction:column;width:100%;min-width:0}
  .mtb-primary-nav .npt-menu>li{border-bottom:1px solid var(--border)}
  .mtb-primary-nav .npt-menu>li>a{min-height:44px;padding:0 14px}
  .mtb-primary-nav .npt-menu>li.current-menu-item>a:after,.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a:after{inset-inline:0;inset-block:9px auto 9px;width:3px;height:auto;border-radius:3px}
  .mtb-footer-intro{grid-template-columns:1fr;gap:18px;padding:24px 0 20px}
  .mtb-footer-grid{grid-template-columns:1fr 1fr;gap:20px;padding:22px 0 10px}
  .mtb-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
}
@media(max-width:600px){
  .mtb-header-utility-inner{min-height:30px;font-size:.68rem}
  .mtb-utility-links span:nth-child(n+2){display:none}
  .mtb-header-main-inner{min-height:66px;padding-top:8px;padding-bottom:8px}
  .mtb-logo{max-height:42px}
  .mtb-brand-name{font-size:1.15rem}
  .mtb-mobile-menu-toggle{padding:8px 10px;font-size:.8rem}
  .mtb-header-ad-wrap{padding-top:4px;padding-bottom:4px}
  .mtb-footer-grid{grid-template-columns:1fr}
  .mtb-footer-social{gap:6px}
  .mtb-footer-social a{min-height:28px;padding:0 9px;font-size:.7rem}
  .mtb-news-footer{margin-top:32px}
}

/* =========================================================
   MTB MODERN NEWS UI — visual layer only
   Keeps existing settings, widgets, queries and cache logic intact.
   ========================================================= */
:root{
  --mtb-radius:14px;
  --mtb-radius-sm:10px;
  --mtb-shadow:0 8px 30px rgba(15,23,42,.06);
  --mtb-shadow-hover:0 14px 36px rgba(15,23,42,.10);
  --mtb-content:760px;
}

html{scroll-behavior:smooth}
body{background:var(--surface);color:var(--text);font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
::selection{background:var(--accent);color:#fff}
button,input,textarea,select{font-family:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

/* Main page rhythm */
.npt-main{padding:34px 0 48px}
.npt-container{width:min(calc(100% - 40px),1260px)}
.npt-home-layout{grid-template-columns:minmax(0,1fr) 300px;gap:30px}
.npt-layout{align-items:start}
.npt-home-content,.npt-internal-content{min-width:0}

/* Modern section headers */
.npt-home-section,.npt-widget{margin-bottom:34px}
.npt-home-section>.widget-title,.npt-widget>.widget-title,
.npt-home-section .widget-title{
  display:flex;align-items:center;gap:10px;
  min-height:38px;margin:0 0 18px;padding:0 14px 9px 0;
  border:0;border-bottom:1px solid var(--border);
  position:relative;font-size:1.12rem;line-height:1.5;font-weight:900;color:var(--text)
}
.npt-home-section>.widget-title:before,.npt-widget>.widget-title:before{
  content:"";width:4px;height:24px;border-radius:3px;background:var(--accent);flex:0 0 4px
}
.npt-home-section>.widget-title:after,.npt-widget>.widget-title:after{
  content:"";position:absolute;right:0;bottom:-1px;width:54px;height:2px;background:var(--accent);border-radius:2px
}

/* Featured / primary news cards */
.npt-featured-main-card,.npt-featured-grid,.npt-analysis-main,.npt-analysis-side,.npt-post-card,
.npt-news-six .npt-post-card,.npt-editor-grid .npt-post-card,.npt-horizontal-item{
  border-radius:var(--mtb-radius);overflow:hidden
}
.npt-featured-main-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--mtb-shadow)}
.npt-featured-main-card:hover{box-shadow:var(--mtb-shadow-hover)}
.npt-featured-main-card .npt-card-body{padding:20px}
.npt-featured-main-card .npt-card-body h3{font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.65;margin:0 0 8px;font-weight:900}
.npt-featured-main-card .npt-meta{font-size:.78rem}
.npt-card-image,.npt-side-news-image,.npt-related-image,.npt-archive-image{background:var(--soft);overflow:hidden}
.npt-card-image img,.npt-side-news-image img,.npt-related-image img,.npt-archive-image img{transition:transform .28s ease}
.npt-post-card:hover .npt-card-image img,.npt-related-card:hover img,.npt-archive-card:hover .npt-archive-image img{transform:scale(1.025)}

/* Horizontal modules */
.npt-horizontal-track{gap:14px;scrollbar-width:none}
.npt-horizontal-track::-webkit-scrollbar{display:none}
.npt-horizontal-item{padding:0;border:1px solid var(--border);background:var(--surface);box-shadow:0 4px 18px rgba(15,23,42,.035)}
.npt-horizontal-item .npt-card-body{padding:12px 14px 15px}
.npt-horizontal-item .npt-card-body h3{margin:0;font-size:.94rem;line-height:1.75;font-weight:800}
.npt-horizontal-item .npt-meta{padding-top:5px;font-size:.73rem}

/* Six-news / editor grids */
.npt-news-six,.npt-editor-grid{gap:14px}
.npt-news-six .npt-post-card,.npt-editor-grid .npt-post-card{border:1px solid var(--border);background:var(--surface);box-shadow:0 4px 18px rgba(15,23,42,.035)}
.npt-news-six .npt-card-body,.npt-editor-grid .npt-card-body{padding:12px 14px 15px}
.npt-news-six .npt-card-body h3,.npt-editor-grid .npt-card-body h3{font-size:.93rem;line-height:1.75;font-weight:800}

/* Analysis */
.npt-analysis{gap:16px}
.npt-analysis-main{border:1px solid var(--border);background:var(--surface);box-shadow:var(--mtb-shadow)}
.npt-analysis-main .npt-card-body{padding:18px}
.npt-analysis-main .npt-card-body h3{font-weight:900;line-height:1.65}
.npt-analysis-side{padding:12px 0;border-bottom:1px solid var(--border)}
.npt-analysis-side:first-child{padding-top:0}
.npt-analysis-side .npt-card-body h3{font-size:.9rem;line-height:1.7;margin:0}

/* Video module */
.npt-video-card{border-radius:var(--mtb-radius-sm);overflow:hidden;background:var(--surface);border:1px solid var(--border)}
.npt-video-card h3{padding:0 12px 12px;margin:8px 0 0;font-weight:800}
.npt-play{box-shadow:0 4px 16px rgba(0,0,0,.25)}
.npt-video-prev,.npt-video-next{box-shadow:none;border-radius:10px}

/* Popular module */
.npt-home-section-popular{background:var(--surface);border:1px solid var(--border);border-radius:var(--mtb-radius);padding:20px;box-shadow:var(--mtb-shadow)}
.npt-home-section-popular>.widget-title{margin-left:-20px;margin-right:-20px;padding-right:20px;padding-left:20px}
.npt-home-section-popular .npt-popular-columns{gap:0}
.npt-home-section-popular .npt-home-popular-item{min-height:62px;border-bottom:1px solid var(--border);padding:10px 0!important}
.npt-home-section-popular .npt-home-popular-item:last-child{border-bottom:0}
.npt-home-section-popular .npt-popular-rank{font-weight:900;color:var(--accent)}
.npt-home-section-popular .npt-home-popular-item>a{font-weight:750;line-height:1.8}

/* Sidebar: premium but cheap */
.npt-sidebar .npt-widget{border:1px solid var(--border);border-radius:var(--mtb-radius);padding:16px;background:var(--surface);box-shadow:0 4px 18px rgba(15,23,42,.035)}
.npt-sidebar .npt-widget .widget-title{margin-bottom:14px}
.npt-sidebar .npt-widget + .npt-widget{margin-top:18px}
.npt-sidebar .npt-post-card{border-radius:0;border:0;border-bottom:1px solid var(--border);box-shadow:none;padding:10px 0}
.npt-sidebar .npt-post-card:last-child{border-bottom:0}
.npt-internal-sidebar .npt-widget{box-shadow:0 5px 22px rgba(15,23,42,.045)}

/* Article page */
.npt-breadcrumb{border:0;border-radius:10px;background:var(--soft);padding:9px 13px;margin-bottom:22px;font-size:.78rem}
.npt-article-header{
  padding:0 !important;
  margin:0 !important;
  background:none !important;
  border:none !important;
  border-radius:0 !important;
}
.npt-article-meta-top{border:0;padding:0 0 12px;font-size:.76rem;gap:12px}
.npt-article-meta-top>span{display:inline-flex;align-items:center;gap:5px}
.npt-article-header .npt-title{font-size:clamp(1.65rem,3.4vw,2.65rem);line-height:1.55;letter-spacing:-.02em;font-weight:950;margin:0;color:var(--text)}
.npt-subheadline{margin:14px 0 0;border:0;border-inline-start:4px solid var(--accent);border-radius:0 8px 8px 0;background:var(--soft);padding:12px 15px;font-size:.98rem;line-height:2;font-weight:600}
.npt-internal-content>img.npt-featured,.npt-internal-content>.npt-featured{display:block;width:100%;max-width:100%;border-radius:var(--mtb-radius);overflow:hidden}
.npt-internal-content .entry-content{max-width:var(--mtb-content);margin-inline:auto;font-size:1.06rem;line-height:2.25;color:var(--text)}
.npt-internal-content .entry-content>p:first-child{margin-top:0}
.npt-internal-content .entry-content p{margin:0 0 1.35em}
.npt-internal-content .entry-content h2{font-size:1.55rem;line-height:1.7;margin:2em 0 .75em;font-weight:900}
.npt-internal-content .entry-content h3{font-size:1.25rem;line-height:1.7;margin:1.7em 0 .7em;font-weight:900}
.npt-internal-content .entry-content a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.npt-internal-content .entry-content strong{font-weight:900}
.npt-internal-content .entry-content blockquote{border-inline-start:4px solid var(--accent);background:var(--soft);border-radius:0 10px 10px 0;padding:15px 18px;margin:1.5em 0;font-size:1.02em;font-weight:600}
.npt-internal-content .entry-content figure{margin:1.6em 0}
.npt-internal-content .entry-content figcaption{text-align:center;color:var(--muted);font-size:.78rem;margin-top:7px}
.npt-internal-content .entry-content img{border-radius:10px}
.npt-internal-content .entry-content hr{border:0;border-top:1px solid var(--border);margin:2em 0}
.npt-internal-content .entry-content ul,.npt-internal-content .entry-content ol{padding-inline-start:1.5rem}
.npt-print-button{border:1px solid var(--border);padding:5px 9px;border-radius:7px;background:var(--surface)}
.npt-print-button:hover{background:var(--soft)}

/* Article utility and related content */
.npt-article-bottom-tools{border-top:1px solid var(--border);padding-top:16px}
.npt-more-read,.npt-related{margin-top:34px}
.npt-more-read h2,.npt-related h2{font-size:1.1rem;border-inline-start:4px solid var(--accent);background:var(--soft);border-radius:0 8px 8px 0;padding:8px 12px}
.npt-more-read li{padding:11px 0}
.npt-related-grid{gap:14px}
.npt-related-card{border:1px solid var(--border);border-radius:var(--mtb-radius);overflow:hidden;background:var(--surface)}
.npt-related-card h3{padding:0 12px 14px;margin:8px 0 0;font-weight:800}

/* Comments */
.npt-comments{margin-top:34px;padding:20px;border:1px solid var(--border);border-radius:var(--mtb-radius);background:var(--surface);box-shadow:0 5px 20px rgba(15,23,42,.04)}
.npt-comments-heading{border:0;border-bottom:1px solid var(--border);padding:0 0 13px;margin-bottom:18px}
.npt-comments-heading:after{content:"";width:54px;height:2px;background:var(--accent);position:absolute}
.npt-comments .comment-form input[type=text],.npt-comments .comment-form input[type=email],.npt-comments .comment-form textarea{border:1px solid var(--border);border-radius:9px;background:var(--soft);transition:border-color .15s ease,box-shadow .15s ease}
.npt-comments .comment-form input:focus,.npt-comments .comment-form textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}
.npt-comment-submit{border:0!important;border-radius:9px!important;background:var(--accent)!important;color:#fff!important;padding:10px 22px!important;font-weight:800;cursor:pointer}
.npt-comment-rules{margin-top:14px;background:var(--soft);border-radius:9px;padding:10px 13px;font-size:.82rem}

/* Archive / search / tag / author pages */
.npt-archive-header{border:0;border-bottom:1px solid var(--border);padding:0 0 16px;margin-bottom:22px}
.npt-archive-header .npt-title{font-size:clamp(1.35rem,2.5vw,1.8rem);font-weight:950;margin:0}
.npt-archive-description{max-width:760px;color:var(--muted);font-size:.9rem}
.npt-archive-card{grid-template-columns:250px minmax(0,1fr);gap:22px;padding:20px 0;border-bottom:1px solid var(--border)}
.npt-archive-image{border-radius:var(--mtb-radius)}
.npt-archive-body{padding:3px 0}
.npt-archive-body h2{font-size:1.22rem;line-height:1.7;font-weight:900;margin:6px 0}
.npt-archive-body h2 a:hover{color:var(--accent)}
.npt-archive-body p{max-width:760px;font-size:.88rem;line-height:1.95}
.npt-archive-body .npt-meta{font-size:.74rem}
.npt-pagination,.posts-navigation,.pagination{margin-top:24px}
.npt-pagination .page-numbers,.nav-links .page-numbers{border:1px solid var(--border);border-radius:8px;padding:7px 11px;background:var(--surface)}
.npt-pagination .current,.nav-links .current{background:var(--accent);border-color:var(--accent);color:#fff}

/* 404 */
.npt-404{max-width:760px;margin:0 auto;padding:110px 20px;text-align:center}
.npt-404-code{font-size:clamp(5rem,15vw,9rem);font-weight:950;line-height:1;color:var(--accent);letter-spacing:-.06em}
.npt-404 h1{font-size:1.8rem;font-weight:900}
.npt-404-home{border-radius:9px;background:var(--accent);padding:11px 20px;box-shadow:0 7px 20px color-mix(in srgb,var(--accent) 20%,transparent)}

/* Footer refinement */
.mtb-news-footer{margin-top:70px;border-top:3px solid var(--accent);background:var(--footer-bg)}
.mtb-footer-intro{padding:38px 0 28px}
.mtb-footer-grid{padding:30px 0 20px}
.mtb-news-footer .widget-title{font-weight:900}
.mtb-footer-social a{border-radius:8px;transition:none}
.mtb-footer-bottom{padding:18px 0;color:var(--footer-muted)}

/* Mobile: preserve existing sidebar/mobile toggles and only refine presentation */
@media(max-width:900px){
  .npt-main{padding:24px 0 36px}
  .npt-container{width:min(calc(100% - 28px),1260px)}
  .npt-home-layout{grid-template-columns:1fr;gap:22px}
  .npt-home-section,.npt-widget{margin-bottom:26px}
  .npt-internal-content .entry-content{font-size:1rem;line-height:2.12}
  .npt-archive-card{grid-template-columns:190px minmax(0,1fr);gap:16px}
}
@media(max-width:700px){
  body{font-size:15px}
  .npt-container{width:calc(100% - 22px)}
  .npt-main{padding:20px 0 30px}
  .npt-home-section>.widget-title,.npt-widget>.widget-title{font-size:1rem;margin-bottom:13px;min-height:34px}
  .npt-featured-main-card .npt-card-body{padding:15px}
  .npt-featured-main-card .npt-card-body h3{font-size:1.25rem}
  .npt-internal-content .entry-content{font-size:.98rem;line-height:2.05}
  .npt-internal-content .entry-content h2{font-size:1.3rem}
  .npt-internal-content .entry-content h3{font-size:1.12rem}
  .npt-article-header .npt-title{font-size:clamp(1.35rem,6vw,1.75rem);line-height:1.7}
  .npt-article-meta-top{font-size:.69rem;gap:8px}
  .npt-subheadline{font-size:.88rem;padding:10px 12px}
  .npt-archive-card{grid-template-columns:120px minmax(0,1fr);gap:12px;padding:15px 0}
  .npt-archive-body h2{font-size:.98rem;line-height:1.7}
  .npt-archive-body p{display:none}
  .npt-archive-body .npt-meta{font-size:.66rem}
  .npt-sidebar .npt-widget{padding:13px}
  .npt-home-section-popular{padding:14px}
  .npt-home-section-popular>.widget-title{margin-left:-14px;margin-right:-14px;padding-right:14px;padding-left:14px}
  .npt-comments{padding:14px;margin-top:26px}
  .npt-404{padding:80px 15px}
  .mtb-news-footer{margin-top:40px}
}
@media(max-width:380px){
  .npt-container{width:calc(100% - 16px)}
  .npt-archive-card{grid-template-columns:96px minmax(0,1fr);gap:10px}
  .npt-archive-body h2{font-size:.9rem}
  .npt-article-header .npt-title{font-size:1.25rem}
}

/* Respect reduced motion without changing functionality. */
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.npt-card-image img,.npt-side-news-image img,.npt-related-image img,.npt-archive-image img{transition:none}}


/* =========================================================
   MTB FINAL NAV + IN-ARTICLE POPULAR POLISH
   ========================================================= */

/* Desktop navigation: clean dropdowns */
@media (min-width:901px){
  .mtb-primary-nav-inner{overflow:visible}
  .mtb-primary-nav .npt-menu{position:relative}
  .mtb-primary-nav .npt-menu>li{position:relative}
  .mtb-primary-nav .npt-menu>li.menu-item-has-children>a{
    padding-inline-end:30px;
  }
  .mtb-primary-nav .npt-menu>li.menu-item-has-children>a:before{
    content:"";
    position:absolute;
    inset-inline-end:13px;
    top:50%;
    width:6px;height:6px;
    border-inline-end:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:translateY(-70%) rotate(45deg);
    opacity:.65;
  }
  .mtb-primary-nav .npt-menu .sub-menu{
    position:absolute;
    top:100%;
    inset-inline-start:0;
    z-index:1000;
    min-width:210px;
    margin:0;
    padding:7px;
    list-style:none;
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:10px;
    box-shadow:0 14px 36px rgba(15,23,42,.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(6px);
    transition:opacity .12s ease,transform .12s ease,visibility .12s;
  }
  .mtb-primary-nav .npt-menu>li:hover>.sub-menu,
  .mtb-primary-nav .npt-menu>li:focus-within>.sub-menu{
    opacity:1;visibility:visible;transform:translateY(0);
  }
  .mtb-primary-nav .npt-menu .sub-menu li{position:relative}
  .mtb-primary-nav .npt-menu .sub-menu a{
    display:flex;align-items:center;
    min-height:40px;
    padding:7px 11px;
    color:var(--text);
    text-decoration:none;
    border-radius:7px;
    font-size:.82rem;font-weight:700;
    line-height:1.6;
  }
  .mtb-primary-nav .npt-menu .sub-menu a:hover,
  .mtb-primary-nav .npt-menu .sub-menu .current-menu-item>a{
    background:var(--soft);color:var(--accent);
  }
  .mtb-primary-nav .npt-menu .sub-menu .sub-menu{
    top:-7px;
    inset-inline-start:100%;
    margin-inline-start:4px;
  }
}

/* Mobile navigation: card-like hierarchy */
@media (max-width:900px){
  .mtb-primary-nav .npt-menu>li>a{
    min-height:48px;
    padding:0 15px;
    font-size:.86rem;
  }
  .mtb-primary-nav .npt-menu>li.menu-item-has-children>a{
    padding-inline-end:38px;
  }
  .mtb-primary-nav .npt-menu>li.menu-item-has-children>a:before{
    content:"";
    position:absolute;
    inset-inline-end:17px;
    top:20px;
    width:7px;height:7px;
    border-inline-end:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:rotate(45deg);
    opacity:.65;
  }
  .mtb-primary-nav .npt-menu .sub-menu{
    display:block;
    position:static;
    margin:0 10px 9px;
    padding:4px;
    list-style:none;
    background:var(--soft);
    border:1px solid var(--border);
    border-radius:9px;
  }
  .mtb-primary-nav .npt-menu .sub-menu a{
    display:flex;align-items:center;
    min-height:40px;
    padding:7px 11px;
    color:var(--text);
    text-decoration:none;
    border-radius:6px;
    font-size:.79rem;
    line-height:1.48;
  }
  .mtb-primary-nav .npt-menu .sub-menu li+li{
    border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent);
  }
  .mtb-primary-nav .npt-menu .sub-menu .sub-menu{
    margin:4px 0 4px 10px;
  }
}

/* In-article popular: compact, not a large widget */
.single .npt-inarticle-popular-widget,
.npt-inarticle-popular-widget{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  max-width:680px;
  margin:18px auto;
  padding:10px;
  border:1px solid var(--border);
  border-radius:10px;
  background:var(--surface);
  box-shadow:none;
}
.npt-inarticle-popular-item{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:9px;
  align-items:center;
  min-width:0;
  padding:7px;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--surface);
}
.npt-inarticle-popular-item .npt-small-widget-image,
.npt-inarticle-popular-item .npt-small-widget-image img{
  width:64px;height:40px;display:block;object-fit:cover;border-radius:5px;
}
.npt-inarticle-popular-copy h3{
  margin:0;
  font-size:.78rem;
  line-height:1.65;
  font-weight:800;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.npt-inarticle-popular-copy .npt-meta{font-size:.64rem;opacity:.65}
.npt-inarticle-popular-widget>.widget-title{
  grid-column:1/-1;
  margin:0 0 2px;
  font-size:.92rem;
}
@media(max-width:700px){
  .single .npt-inarticle-popular-widget,
  .npt-inarticle-popular-widget{
    grid-template-columns:1fr;
    max-width:none;
    margin:14px 0;
    padding:8px;
    gap:7px;
  }
  .npt-inarticle-popular-item{
    grid-template-columns:58px minmax(0,1fr);
    padding:6px;
  }
  .npt-inarticle-popular-item .npt-small-widget-image,
  .npt-inarticle-popular-item .npt-small-widget-image img{
    width:58px;height:38px;
  }
  .npt-inarticle-popular-copy h3{font-size:.76rem}
}


/* MTB FINAL OVERRIDES: internal article colors + original compact in-article popular */
.single .entry-title,
.single-post .entry-title,
.npt-single-article .entry-title,
.npt-single-main .entry-title {
  color: var(--npt-single-title-color, var(--text)) !important;
}
.single .entry-content,
.single-post .entry-content,
.npt-single-article .entry-content,
.npt-single-main .entry-content {
  color: var(--npt-single-text-color, var(--text)) !important;
  background-color: var(--npt-single-text-bg, transparent) !important;
}

/* Keep the in-article popular block close to its original compact appearance. */
.npt-inarticle-popular-box {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  margin: 24px auto !important;
  padding: 10px 12px !important;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.npt-inarticle-popular-title {
  margin: 0 0 8px !important;
  padding: 0 4px 7px !important;
  font-size: .98rem !important;
  line-height: 1.6 !important;
  font-weight: 800 !important;
  border-bottom: 1px solid var(--border) !important;
}
.npt-inarticle-popular-widget {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.npt-inarticle-popular-item {
  display: flex !important;
  direction: rtl !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 58px !important;
  padding: 6px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}
.npt-inarticle-popular-item:last-child { border-bottom: 0 !important; }
.npt-inarticle-popular-image {
  flex: 0 0 76px !important;
  width: 76px !important;
  height: 43px !important;
  overflow: hidden !important;
  display: block !important;
  background: #eee !important;
  border-radius: 3px !important;
  order: 0 !important;
}
.npt-inarticle-popular-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.npt-inarticle-popular-copy { min-width: 0 !important; flex: 1 !important; }
.npt-inarticle-popular-copy h3 {
  margin: 0 !important;
  font-size: .82rem !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.npt-inarticle-popular-copy h3 a { color: var(--text) !important; text-decoration: none !important; }
@media (max-width: 700px) {
  .npt-inarticle-popular-box { width: 100% !important; max-width: none !important; margin: 20px 0 !important; padding: 9px 10px !important; }
  .npt-inarticle-popular-item { min-height: 52px !important; gap: 8px !important; padding: 5px 0 !important; }
  .npt-inarticle-popular-image { flex-basis: 68px !important; width: 68px !important; height: 39px !important; }
  .npt-inarticle-popular-copy h3 { font-size: .78rem !important; line-height: 1.6 !important; }
}
@media (max-width: 420px) {
  .npt-inarticle-popular-box { margin: 18px 0 !important; padding: 8px !important; }
  .npt-inarticle-popular-image { flex-basis: 62px !important; width: 62px !important; height: 35px !important; }
  .npt-inarticle-popular-copy h3 { font-size: .74rem !important; }
}

/* MTB FINAL: article color controls - deterministic selector */
.single .npt-title,.single-post .npt-title{color:var(--npt-single-title-color)!important}
.single .entry-content,.single-post .entry-content{color:var(--npt-single-text-color)!important;background-color:var(--npt-single-text-bg)!important}


/* =========================================================
   MTB FINAL: navigation dropdown + original in-article popular
   ========================================================= */

/* Never clip desktop dropdowns. */
.mtb-nav-shell,
.mtb-primary-nav,
.mtb-primary-nav-inner {
  overflow: visible !important;
}

@media (min-width: 901px) {
  .mtb-primary-nav .npt-menu > li {
    position: relative;
  }

  .mtb-primary-nav .npt-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
  }

  .mtb-primary-nav .npt-menu > li.menu-item-has-children > a {
    padding-inline-end: 34px;
  }

  .mtb-primary-nav .npt-menu > li.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    inset-inline-end: 15px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-inline-end: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    opacity: .7;
  }

  .mtb-primary-nav .npt-menu .sub-menu {
    position: absolute !important;
    top: calc(100% + 1px) !important;
    inset-inline-start: 0 !important;
    inset-inline-end: auto !important;
    z-index: 99999 !important;
    display: block !important;
    width: 230px;
    min-width: 230px;
    margin: 0 !important;
    padding: 7px !important;
    list-style: none;
    background: var(--surface, #fff);
    border: 1px solid var(--border, #ddd);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(5px);
    transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
  }

  .mtb-primary-nav .npt-menu > li:hover > .sub-menu,
  .mtb-primary-nav .npt-menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mtb-primary-nav .npt-menu .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
  }

  .mtb-primary-nav .npt-menu .sub-menu a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 42px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px !important;
    color: var(--text, #222);
    background: transparent;
    border: 0 !important;
    border-radius: 6px;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.65;
    white-space: normal;
    text-decoration: none;
  }

  .mtb-primary-nav .npt-menu .sub-menu a:hover,
  .mtb-primary-nav .npt-menu .sub-menu .current-menu-item > a,
  .mtb-primary-nav .npt-menu .sub-menu .current-menu-ancestor > a {
    color: var(--accent, #c00);
    background: var(--soft, #f5f5f5);
  }

  .mtb-primary-nav .npt-menu .sub-menu .sub-menu {
    top: -7px !important;
    inset-inline-start: calc(100% + 5px) !important;
    inset-inline-end: auto !important;
  }

  .mtb-primary-nav .npt-menu .sub-menu li.menu-item-has-children > a {
    padding-inline-end: 30px !important;
  }

  .mtb-primary-nav .npt-menu .sub-menu li.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    inset-inline-end: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-inline-end: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    opacity: .65;
  }
}

/* Mobile: clear hierarchy; every submenu sits directly below its parent. */
@media (max-width: 900px) {
  .mtb-primary-nav {
    overflow: visible !important;
  }

  .mtb-primary-nav .npt-menu {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mtb-primary-nav .npt-menu > li {
    width: 100%;
    border-bottom: 1px solid var(--border, #ddd);
  }

  .mtb-primary-nav .npt-menu > li > a {
    min-height: 48px;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .mtb-primary-nav .npt-menu .sub-menu {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 10px 10px !important;
    padding: 5px !important;
    background: var(--soft, #f5f5f5);
    border: 1px solid var(--border, #ddd);
    border-radius: 8px;
    list-style: none;
  }

  .mtb-primary-nav .npt-menu .sub-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 11px !important;
    border-radius: 6px;
    color: var(--text, #222);
    font-size: .82rem;
    line-height: 1.6;
    white-space: normal;
  }

  .mtb-primary-nav .npt-menu .sub-menu li + li {
    border-top: 1px solid var(--border, #ddd);
  }

  .mtb-primary-nav .npt-menu .sub-menu .sub-menu {
    margin: 5px 0 5px 10px !important;
    background: var(--surface, #fff);
  }
}

/* Restore the compact original in-article popular layout from the reference:
   one vertical list, small thumbnail on the right, text on the left. */
.npt-inarticle-popular-box {
  width: min(100%, 720px) !important;
  margin: 28px auto !important;
  padding: 12px 14px !important;
  background: #fff !important;
  border: 1px solid var(--border, #ddd) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-title {
  margin: 0 0 8px !important;
  padding: 0 4px 8px !important;
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  font-weight: 800 !important;
  text-align: right !important;
  border-bottom: 2px solid var(--accent, #c00) !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-widget {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-item {
  display: flex !important;
  flex-direction: row !important;
  direction: rtl !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 66px !important;
  padding: 8px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-item:last-child {
  border-bottom: 0 !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-image {
  order: 0 !important;
  flex: 0 0 108px !important;
  width: 108px !important;
  min-width: 108px !important;
  height: 61px !important;
  overflow: hidden !important;
  display: block !important;
  background: #eee !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-copy {
  min-width: 0 !important;
  flex: 1 !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-copy h3 {
  margin: 0 !important;
  font-size: .9rem !important;
  line-height: 1.8 !important;
  font-weight: 800 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.npt-inarticle-popular-box .npt-inarticle-popular-copy h3 a {
  color: var(--text, #222) !important;
  text-decoration: none !important;
}

@media (max-width: 600px) {
  .npt-inarticle-popular-box {
    width: 100% !important;
    margin: 24px 0 !important;
    padding: 10px !important;
  }

  .npt-inarticle-popular-box .npt-inarticle-popular-item {
    min-height: 60px !important;
    gap: 9px !important;
    padding: 7px 0 !important;
  }

  .npt-inarticle-popular-box .npt-inarticle-popular-image {
    flex-basis: 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    height: 52px !important;
  }

  .npt-inarticle-popular-box .npt-inarticle-popular-copy h3 {
    font-size: .82rem !important;
    line-height: 1.7 !important;
  }
}

/* =========================================================
   MTB Exclusive Widgets
   1) آخرین عناوین / اخبار داغ
   2) سبک زندگی
   Lightweight, RTL, no external assets.
   ========================================================= */

.npt-latest-hot-widget,
.npt-lifestyle-widget {
  direction: rtl;
  width: 100%;
  box-sizing: border-box;
  background: var(--surface,#fff);
  border: 1px solid var(--border,#ddd);
  border-radius: 8px;
  overflow: hidden;
  color: var(--text,#222);
}

.npt-lht-tabs {
  display: flex;
  align-items: stretch;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

.npt-lht-tab {
  appearance: none;
  flex: 1 1 50%;
  min-width: 0;
  border: 0;
  border-left: 1px solid #ddd;
  background: transparent;
  color:var(--secondary,#333);
  font: inherit;
  font-weight: 800;
  font-size: .86rem;
  line-height: 1.5;
  padding: 8px 7px;
  cursor: pointer;
  text-align: center;
  transition: background .12s ease,color .12s ease;
}

.npt-lht-tab:last-child { border-left: 0; }

.npt-lht-tab.is-active {
  color: #222;
  background: #fff;
  box-shadow: inset 0 3px 0 #c40000;
}

.npt-lht-tab:hover { background: #fff; }

.npt-lht-tab-icon {
  color: #c40000;
  margin-inline-start: 5px;
  font-size: .9rem;
}

.npt-lht-panel {
  max-height: 430px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.npt-lht-panel[hidden] { display:none !important; }

.npt-lht-list { padding: 3px 10px; }

.npt-lht-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  min-height: 34px;
  padding: 5px 2px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}

.npt-lht-item:last-child { border-bottom: 0; }

.npt-lht-item a {
  flex: 1;
  min-width: 0;
  color: #25384b;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.npt-lht-item a:hover { color:#c40000; }

.npt-lht-icon {
  flex: 0 0 13px;
  width: 13px;
  margin-top: 5px;
  color: #e07800;
  font-size: .78rem;
  line-height: 1;
  text-align: center;
}

/* Lifestyle */
.npt-lifestyle-widget { padding-bottom: 7px; }

.npt-lifestyle-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding: 8px 10px 7px;
  border-bottom: 1px solid #e4e4e4;
}

.npt-lifestyle-head h2 {
  margin:0;
  padding:0 0 5px;
  border-bottom:2px solid #183a59;
  font-size: .95rem;
  line-height:1.5;
  font-weight:900;
}

.npt-lifestyle-mark {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  margin-inline-end:5px;
  background:#173a59;
  color:#fff;
  border-radius:1px;
  font-size:.82rem;
  line-height:1;
  vertical-align:middle;
}

.npt-lifestyle-more {
  color:#666;
  font-size:.72rem;
  text-decoration:none;
  white-space:nowrap;
}

.npt-lifestyle-more:hover { color:#c40000; }

.npt-lifestyle-featured {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.npt-lifestyle-featured-title {
  margin: 0 0 7px;
  text-align: center;
  font-size: .86rem;
  line-height: 1.55;
  font-weight: 900;
}

.npt-lifestyle-featured-title a {
  color:#163a58;
  text-decoration:none;
}

.npt-lifestyle-featured-body {
  display:grid;
  grid-template-columns: minmax(0,1fr) 156px;
  gap:12px;
  align-items:start;
  direction:ltr;
}

.npt-lifestyle-featured-image {
  grid-column:2;
  display:block;
  width:156px;
  height:104px;
  overflow:hidden;
  order:2;
}

.npt-lifestyle-featured-image img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.npt-lifestyle-featured-copy {
  grid-column:1;
  min-width:0;
  text-align:right;
  direction:rtl;
}

.npt-lifestyle-featured-copy p {
  margin:0;
  color:#444;
  font-size:.75rem;
  line-height:1.9;
}

.npt-lifestyle-list { padding:0 10px; }

.npt-lifestyle-item {
  display:flex;
  align-items:center;
  gap:4px;
  direction:rtl;
  padding:2px 0;
  min-height:27px;
  border-bottom:1px solid #e8e8e8;
}

.npt-lifestyle-item:last-child { border-bottom:0; }

.npt-lifestyle-item a {
  flex:1;
  min-width:0;
  color:#24394d;
  font-size:.80rem;
  line-height:1.4;
  text-align:right;
  font-weight:700;
  text-decoration:none;
}

.npt-lifestyle-item a:hover { color:#c40000; }

.npt-lifestyle-arrow {
  color:#e07800;
  flex:0 0 14px;
  font-size:1rem;
  margin-top:0;
}

@media (max-width:700px) {
  .npt-lht-panel { max-height: 360px; }
  .npt-lht-item a { font-size:.79rem; }
  .npt-lht-item { min-height:32px; padding:4px 1px; }

  .npt-lifestyle-featured-body {
    grid-template-columns: minmax(0,1fr) 156px;
    gap:9px;
  }
  .npt-lifestyle-featured-image {
    width:156px;
    height:104px;
  }
  .npt-lifestyle-featured-title { font-size:.82rem; }
  .npt-lifestyle-featured-copy p { font-size:.72rem; }
  .npt-lifestyle-item a { font-size:.75rem; text-align:right; }
}

/* MTB v2: both exclusive-widget tabs remain visible; only their content switches. */
.npt-lht-tabs .npt-lht-tab{display:block!important}
.npt-lht-tabs{min-height:40px}
.npt-lht-panel{content-visibility:auto;contain:content}
.npt-lht-empty{padding:14px 10px;color:#777;font-size:.8rem}

/* MTB v4: Latest Titles + Hot News are always visible side-by-side. */
.npt-lht-columns{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  direction:rtl;
  width:100%;
  align-items:stretch;
}
.npt-lht-column{
  min-width:0;
  box-sizing:border-box;
  background:var(--surface,#fff);
}
.npt-lht-column + .npt-lht-column{
  border-right:1px solid var(--border,#ddd);
}
.npt-lht-heading{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  min-height:38px;
  padding:6px 10px;
  box-sizing:border-box;
  border-bottom:2px solid #c40000;
  color:var(--text,#222);
  background:#fff;
  font-size:.86rem;
  line-height:1.5;
}
.npt-lht-heading-icon{
  flex:0 0 auto;
  color:#c40000;
  font-size:.82rem;
}
.npt-lht-column .npt-lht-list{
  max-height:430px;
  overflow-y:auto;
  scrollbar-width:thin;
  scrollbar-color:#888 transparent;
}
.npt-lht-column .npt-lht-item{
  margin:0;
}

@media (max-width:700px){
  .npt-lht-columns{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  }
  .npt-lht-heading{
    min-height:34px;
    padding:5px 6px;
    font-size:.72rem;
  }
  .npt-lht-heading-icon{font-size:.68rem}
  .npt-lht-column .npt-lht-list{max-height:360px}
  .npt-lht-column .npt-lht-list{padding:2px 5px}
  .npt-lht-column .npt-lht-item{gap:3px;padding:4px 1px;min-height:30px}
  .npt-lht-column .npt-lht-item a{font-size:.68rem;line-height:1.65}
  .npt-lht-column .npt-lht-icon{flex-basis:9px;width:9px;font-size:.58rem;margin-top:4px}
}


/* News article kicker/source/summary */
.npt-article-kicker{display:flex;align-items:baseline;gap:8px;margin:0 0 8px;color:var(--accent);font-size:.98rem;line-height:1.8;font-weight:800}
.npt-single-kicker-icon,.npt-single-title-icon{display:inline-block;flex:0 0 auto;font-family:Arial,Tahoma,sans-serif;line-height:1;vertical-align:middle}
.npt-single-kicker-icon{font-size:.78em;transform:translateY(-.03em)}
.npt-single-kicker-text{min-width:0}
.npt-single-title-icon{font-size:.42em;margin-inline-end:10px;transform:translateY(-.06em)}
.npt-single-title-text{display:inline}
.npt-article-kicker:empty{display:none}
.npt-subheadline{margin:14px 0 18px;padding:12px 16px;border-inline-start:4px solid var(--accent);background:rgba(127,127,127,.055);color:var(--muted);font-size:1rem;line-height:2;font-weight:500}
.npt-subheadline p{margin:0}
.npt-article-source{display:flex;align-items:center;gap:5px;width:100%;margin:24px 0 0;padding:12px 14px;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem;line-height:1.8}
.npt-article-source a{color:inherit;text-decoration:none;font-weight:700}
.npt-article-source a:hover{text-decoration:underline}
@media(max-width:700px){.npt-article-kicker{font-size:.88rem;line-height:1.9;margin-bottom:6px}.npt-single-title-icon{font-size:.42em;margin-inline-end:7px}.npt-single-kicker-icon{font-size:.78em}.npt-subheadline{font-size:.9rem;padding:10px 12px;line-height:2}.npt-article-source{margin-top:20px;padding:10px 12px}}

/* MTB internal article: reference-news layout */
.npt-article-reference-layout{position:relative;overflow:visible}
.npt-article-reference-layout .npt-article-meta-top{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:0;padding:0 0 10px;margin:0 0 8px;font-size:.78rem;line-height:1.8;color:var(--muted)}
.npt-meta-right,.npt-meta-left{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.npt-meta-right{justify-content:flex-end;text-align:right}
.npt-meta-left{justify-content:flex-start;text-align:left;direction:rtl}
.npt-article-lead-media{float:left;width:min(45%,414px);margin:0 0 18px 20px;position:relative;z-index:1}
.npt-article-lead-media .npt-featured{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:5px;overflow:hidden}
.npt-reference-tools{display:flex;width:100%;height:50px;margin-top:8px;background:#292929;border-radius:0 0 5px 5px;overflow:hidden;direction:rtl}
.npt-reference-tool{flex:1 1 0;min-width:0;border:0;border-left:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 8px;font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap}
.npt-reference-tool:last-child{border-left:0}
.npt-reference-tool:hover{background:#3a3a3a;color:#fff}
.npt-reference-icon{font-size:1.05rem;line-height:1;font-weight:800}
.npt-reference-pdf .npt-reference-icon{font-size:.72rem;border:1px solid #fff;padding:3px 2px}
.npt-article-reference-layout .npt-article-kicker-wrap{margin-top:2px}
.npt-article-reference-layout .npt-article-kicker{color:var(--text);font-size:.95rem;font-weight:700;margin:0 0 5px;line-height:1.9}
.npt-article-reference-layout .npt-title{font-size:clamp(1.25rem,2.15vw,1.65rem);line-height:1.65;margin:0 0 12px;font-weight:900;letter-spacing:0}
.npt-article-reference-layout .npt-subheadline{margin:0 0 15px;padding:10px 14px;border:1px solid var(--border);border-inline-start:0;border-radius:5px;background:var(--surface);font-size:.95rem;line-height:2;font-weight:500;color:var(--text)}
.npt-reference-entry-content{max-width:none!important;margin:0!important;font-size:1rem!important;line-height:2.35!important;clear:none}
.npt-reference-entry-content p{margin:0 0 1.25em!important}
.npt-reference-entry-content:after{content:"";display:block;clear:both}
.npt-reference-entry-content img{max-width:100%;height:auto}
.npt-article-reference-layout:after{content:"";display:block;clear:both}
@media(max-width:900px){
 .npt-article-lead-media{width:42%;max-width:390px}
 .npt-article-reference-layout .npt-title{font-size:1.35rem}
}
@media(max-width:700px){
 .npt-article-lead-media{float:none;width:100%;max-width:none;margin:0 0 16px}
 .npt-article-reference-layout .npt-article-meta-top{align-items:flex-start;flex-direction:column;gap:4px}
 .npt-meta-right,.npt-meta-left{width:100%;justify-content:flex-start}
 .npt-article-reference-layout .npt-title{font-size:1.3rem}
 .npt-reference-entry-content{font-size:.94rem!important;line-height:2.15!important}
}
/* Keep the lead image float active so the opening paragraphs wrap beside it, like the reference. */
.npt-article-reference-layout{border-bottom:0!important;padding-bottom:0!important;margin-bottom:0!important}
.npt-article-reference-layout:after{display:none!important;clear:none!important}
.npt-article-reference-layout .npt-article-meta-top{clear:both}

/* MTB internal article refinements: dynamic lead image position and tighter reference alignment. */
.npt-article-reference-layout{--npt-lead-width:min(45%,414px);}
.npt-article-reference-layout .npt-article-lead-media{width:var(--npt-lead-width);margin-bottom:18px;}
.npt-article-reference-layout.npt-lead-image-left .npt-article-lead-media{float:left;margin-left:24px;margin-right:0;}
.npt-article-reference-layout.npt-lead-image-right .npt-article-lead-media{float:right;margin-right:24px;margin-left:0;}
.npt-article-reference-layout .npt-article-lead-media .npt-featured{border:1px solid rgba(0,0,0,.10);border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.10);background:#eee;}
.npt-article-reference-layout.npt-lead-image-left .npt-subheadline{margin-left:calc(var(--npt-lead-width) + 24px);margin-right:0;}
.npt-article-reference-layout.npt-lead-image-right .npt-subheadline{margin-right:calc(var(--npt-lead-width) + 24px);margin-left:0;}
.npt-article-reference-layout.npt-lead-image-left .npt-article-kicker,
.npt-article-reference-layout.npt-lead-image-left .npt-title{margin-right:0;}
.npt-article-reference-layout.npt-lead-image-right .npt-article-kicker,
.npt-article-reference-layout.npt-lead-image-right .npt-title{margin-left:0;}
@media(max-width:900px){
 .npt-article-reference-layout{--npt-lead-width:42%;}
 .npt-article-reference-layout.npt-lead-image-left .npt-subheadline{margin-left:calc(var(--npt-lead-width) + 18px);}
 .npt-article-reference-layout.npt-lead-image-right .npt-subheadline{margin-right:calc(var(--npt-lead-width) + 18px);}
}
@media(max-width:700px){
 .npt-article-reference-layout{--npt-lead-width:100%;}
 .npt-article-reference-layout.npt-lead-image-left .npt-article-lead-media,
 .npt-article-reference-layout.npt-lead-image-right .npt-article-lead-media{float:none;width:100%;margin:0 0 16px;}
 .npt-article-reference-layout.npt-lead-image-left .npt-subheadline,
 .npt-article-reference-layout.npt-lead-image-right .npt-subheadline{margin:0 0 15px;}
}

/* MTB internal article final adjustments */
.npt-breadcrumb{display:flex;direction:rtl;align-items:center;gap:8px;padding:10px 0;margin-bottom:16px;font-size:.9rem;color:var(--muted);border-bottom:1px solid var(--border)}
.npt-breadcrumb a{color:var(--text);text-decoration:none;font-weight:700}
.npt-breadcrumb a:hover{text-decoration:underline}
.npt-article-lead-media{max-width:430px;float:left;margin:0 0 18px 28px}
.npt-article-lead-media .npt-featured{border-radius:10px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.10)}
.npt-reference-tools{margin-top:10px;border-radius:8px}
.npt-reference-entry-content{line-height:2.15}
.npt-reference-entry-content:after{content:"";display:block;clear:both}
.npt-reference-entry-content p{margin-bottom:1.3em}
/* after lead image ends, article continues full width */
.npt-reference-entry-content img,.npt-reference-entry-content figure{max-width:100%}
.npt-article-header:after{content:"";display:block;clear:both}
@media(max-width:800px){.npt-article-lead-media{float:none;max-width:100%;margin:0 0 18px}.npt-breadcrumb{overflow-x:auto}}


/* Single article top navigation: keep it outside the article columns, aligned with the site header utility row. */
.npt-single-topbar{display:flex;align-items:center;justify-content:space-between;direction:rtl;gap:20px;min-height:38px;padding:0 0 8px;border-bottom:1px solid var(--border);margin-bottom:12px;font-size:.78rem;color:var(--muted)}
.npt-single-topbar-nav{display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;order:1;min-width:0}
.npt-single-topbar-menu{display:flex;align-items:center;justify-content:flex-start;gap:0;list-style:none;margin:0;padding:0;white-space:nowrap}
.npt-single-topbar-menu>li{position:relative;margin:0;padding:0}
.npt-single-topbar-menu>li:not(:last-child)::after{content:"•";display:inline-block;margin:0 9px;color:var(--accent,#c00);font-weight:700}
.npt-single-topbar-menu>li>a{display:inline-block;color:var(--text,#111);text-decoration:none;font-weight:700;font-size:.86rem;line-height:1.8;padding:1px 0}
.npt-single-topbar-menu>li>a:hover{color:var(--accent,#c00)}
.npt-single-topbar-menu>li.current-menu-item>a,.npt-single-topbar-menu>li.current-menu-ancestor>a{color:var(--accent,#c00)}
.npt-single-topbar-menu .sub-menu{display:none}
.npt-single-topbar-meta{display:flex;align-items:center;gap:12px;white-space:nowrap;direction:rtl;order:2}
@media(max-width:700px){.npt-single-topbar{gap:10px;overflow:hidden;font-size:.68rem}.npt-single-topbar-nav{overflow:hidden;min-width:0}.npt-single-topbar-menu{overflow:hidden}.npt-single-topbar-menu>li{flex:0 0 auto}.npt-single-topbar-menu>li>a{font-size:.72rem}.npt-single-topbar-menu>li:not(:last-child)::after{margin:0 5px}.npt-single-topbar-meta{gap:7px;flex-shrink:0}}


/* 2026 internal article redesign: structured like a professional Persian news article. */
.npt-yjc-article{background:var(--surface,#fff);min-width:0}
.npt-single-topbar{min-height:42px;padding:7px 0;border-bottom:1px solid var(--border);margin:0 0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;direction:rtl;font-size:.8rem;color:var(--muted)}
.npt-single-topbar-nav{min-width:0;overflow-x:auto;scrollbar-width:none}.npt-single-topbar-nav::-webkit-scrollbar{display:none}
.npt-single-topbar-menu{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0;white-space:nowrap;min-width:max-content}
.npt-single-topbar-menu>li{margin:0}.npt-single-topbar-menu>li:not(:last-child)::after{content:'•';display:inline-block;margin:0 10px;color:var(--accent);font-weight:900}
.npt-single-topbar-menu>li>a{font-size:.84rem;font-weight:700;color:var(--text);padding:2px 0}.npt-single-topbar-menu>li>a:hover,.npt-single-topbar-menu>li.current-menu-item>a{color:var(--accent)}
.npt-single-topbar-meta{display:flex;gap:12px;flex:0 0 auto;white-space:nowrap;color:var(--muted);font-size:.75rem}
.npt-yjc-article-header{border-bottom:0!important;padding:0!important;margin:0 0 18px!important}
.npt-yjc-category{margin:0 0 8px;font-size:.86rem;font-weight:700}.npt-yjc-category a{color:var(--accent)}
.npt-yjc-article-header .npt-article-kicker{margin:0 0 5px;color:var(--muted);font-size:.92rem;font-weight:700;line-height:1.8}
.npt-yjc-article-header .npt-title{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.55;font-weight:900;letter-spacing:-.02em;margin:0 0 12px;max-width:100%}
.npt-yjc-article-header .npt-subheadline{margin:0 0 14px;padding:11px 14px;border:1px solid var(--border);border-radius:4px;background:var(--soft);font-size:1rem;line-height:2;font-weight:500}
.npt-yjc-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:9px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--muted);font-size:.78rem}
.npt-yjc-meta span{display:inline-flex;align-items:center;gap:5px}.npt-yjc-print{margin-inline-start:auto;border:0;background:none;color:var(--muted);font:inherit;cursor:pointer;padding:0}.npt-yjc-print:hover{color:var(--text)}
.npt-yjc-lead-media{width:100%;margin:0 0 10px;overflow:hidden;background:#eee}.npt-yjc-lead-media .npt-featured{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;border-radius:3px}.npt-yjc-caption{padding:7px 10px;background:var(--soft);color:var(--muted);font-size:.75rem;line-height:1.8}
.npt-yjc-tools{width:100%;height:48px;margin:0 0 24px;border-radius:3px;display:flex;overflow:hidden;background:#292929;direction:rtl}.npt-yjc-tools .npt-reference-tool{flex:1;min-width:0;border:0;border-inline-start:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font:inherit;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-decoration:none}.npt-yjc-tools .npt-reference-tool:first-child{border-inline-start:0}.npt-yjc-tools .npt-reference-tool:hover{background:#363636}
.npt-reference-icon{font-weight:900}.npt-yjc-article .entry-content{font-size:1.08rem;line-height:2.35;max-width:820px;margin-inline:auto}.npt-yjc-article .entry-content>p:first-child{font-weight:500}.npt-yjc-article .entry-content img{display:block;margin:24px auto;max-width:100%;height:auto}
.npt-yjc-article .npt-source{margin-top:28px}
.npt-yjc-article .npt-article-bottom-tools{margin-top:28px}
.npt-yjc-article .npt-related,.npt-yjc-article .npt-more-read{border-top:1px solid var(--border);padding-top:20px}
@media(max-width:900px){.npt-single-topbar{margin-bottom:14px}.npt-yjc-article-header .npt-title{font-size:1.7rem}.npt-yjc-article .entry-content{font-size:1rem;line-height:2.15}.npt-yjc-lead-media .npt-featured{max-height:none}}
@media(max-width:600px){.npt-single-topbar-meta{display:none}.npt-single-topbar-menu>li>a{font-size:.75rem}.npt-single-topbar-menu>li:not(:last-child)::after{margin:0 6px}.npt-yjc-article-header .npt-title{font-size:1.4rem;line-height:1.7}.npt-yjc-article-header .npt-subheadline{font-size:.9rem;line-height:2}.npt-yjc-meta{gap:9px;font-size:.7rem}.npt-yjc-print{margin-inline-start:0}.npt-yjc-tools{height:46px}.npt-yjc-tools .npt-reference-tool{font-size:.7rem}.npt-yjc-article .entry-content{font-size:.93rem}}

/* =========================================================
   MTB INTERNAL NEWS PAGE — FINAL PROFESSIONAL REFERENCE LAYOUT
   ========================================================= */
.npt-yjc-utility{width:100%;min-height:42px;padding:8px 0;border-bottom:1px solid #d9dde2;display:flex;align-items:center;justify-content:space-between;gap:20px;direction:rtl;font-size:.76rem;color:#444;line-height:1.8;margin-bottom:14px}
.npt-yjc-utility-right,.npt-yjc-utility-left{display:flex;align-items:center;gap:9px;white-space:nowrap;min-width:0}.npt-yjc-utility-right{justify-content:flex-start}.npt-yjc-utility-left{direction:rtl;color:#777}.npt-yjc-utility a{font-weight:700;color:#222}.npt-yjc-utility a:hover{color:#b40000}.npt-yjc-utility-right span{color:#b40000;font-weight:900}
.npt-article-yjc-exact{min-width:0;background:#fff}.npt-article-yjc-exact .npt-article-header{margin:0;padding:0;border:0;position:relative;overflow:visible}.npt-article-yjc-exact .npt-article-meta-top{display:none}
.npt-article-yjc-exact .npt-article-lead-media{float:left;width:min(47%,430px);margin:0 24px 18px 0;position:relative;z-index:1}.npt-article-yjc-exact .npt-article-lead-media .npt-featured{display:block;width:100%;height:auto;max-height:500px;object-fit:cover;border:0;border-radius:0;box-shadow:none;background:#eee}
.npt-article-yjc-exact .npt-article-copy{min-width:0;padding-top:0}.npt-article-yjc-exact .npt-article-kicker{font-size:.9rem;color:#b40000;font-weight:700;margin:0 0 4px;line-height:1.8}.npt-article-yjc-exact .npt-title{font-size:clamp(1.2rem,1.45vw,2rem);line-height:1.45;font-weight:900;letter-spacing:-.02em;color:#0645ad!important;margin:0 0 12px;text-align:right}
.npt-article-yjc-exact .npt-subheadline{display: flow-root;margin:0 0 14px;padding:11px 14px;background:#fff;border:1px solid #d8dce1;border-radius:3px;color:#111;font-size:.98rem;line-height:1.8;font-weight:500}.npt-article-yjc-exact .npt-subheadline p{margin:0}
.npt-article-yjc-exact .npt-yjc-tools{width:100%;height:50px;margin:10px 0 0;border-radius:7px;background:#282828;display:flex;overflow:hidden;direction:rtl;box-shadow:none}.npt-article-yjc-exact .npt-yjc-tools .npt-reference-tool{flex:1;border:0;border-inline-start:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font:inherit;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-decoration:none}.npt-article-yjc-exact .npt-yjc-tools .npt-reference-tool:first-child{border-inline-start:0}.npt-article-yjc-exact .npt-yjc-tools .npt-reference-tool:hover{background:#353535}
.npt-article-yjc-exact .npt-reference-entry-content{clear:none;font-size:1rem!important;line-height:2.25!important;color:#222!important;background:#fff!important;margin:0!important;max-width:none!important}.npt-article-yjc-exact .npt-reference-entry-content p{margin:0 0 1.15em}.npt-article-yjc-exact .npt-source{margin-top:24px}.npt-article-yjc-exact:after{content:"";display:block;clear:both}.npt-article-yjc-exact .npt-article-bottom-tools{margin-top:24px}.npt-article-yjc-exact .npt-related,.npt-article-yjc-exact .npt-more-read{border-top:1px solid #ddd;padding-top:18px}
@media(max-width:900px){.npt-yjc-utility{font-size:.7rem}.npt-article-yjc-exact .npt-title{font-size:1.7rem}.npt-article-yjc-exact .npt-article-lead-media{width:43%;margin-inline-end:18px}}
@media(max-width:700px){.npt-yjc-utility{min-height:36px;gap:8px;overflow:hidden}.npt-yjc-utility-left{display:none}.npt-yjc-utility-right{overflow:hidden}.npt-yjc-utility-right a{font-size:.68rem}.npt-article-yjc-exact .npt-article-lead-media{float:none;width:100%;margin:0 0 14px}.npt-article-yjc-exact .npt-title{font-size:1.42rem;line-height:1.7}.npt-article-yjc-exact .npt-subheadline{font-size:.9rem;line-height:2}.npt-article-yjc-exact .npt-yjc-tools{height:46px}.npt-article-yjc-exact .npt-yjc-tools .npt-reference-tool{font-size:.7rem}.npt-article-yjc-exact .npt-reference-entry-content{font-size:.94rem!important;line-height:2.15!important}}
/* Final lead image + summary row: only this row is changed. */
.npt-article-yjc-exact .npt-lead-summary-row{display:flex;align-items:flex-start;gap:24px;margin-top:14px;direction:rtl;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media{float:none;width:47%;max-width:430px;flex:0 0 47%;margin:0;position:relative;z-index:1;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-featured{display:block;width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;border:1px solid rgba(15,23,42,.08);border-radius:12px;box-shadow:0 10px 28px rgba(15,23,42,.13);background:#eee;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary{flex:1;min-width:0;}
/* Global article layout setting: the featured image and its action bar move as one column. */
.npt-article-yjc-exact.npt-lead-image-left .npt-lead-summary-row .npt-article-lead-media{order:2;}
.npt-article-yjc-exact.npt-lead-image-left .npt-lead-summary-row .npt-lead-summary{order:1;}
.npt-article-yjc-exact.npt-lead-image-right .npt-lead-summary-row .npt-article-lead-media{order:1;}
.npt-article-yjc-exact.npt-lead-image-right .npt-lead-summary-row .npt-lead-summary{order:2;}

.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{margin:0;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-reference-tools{margin-top:10px;}
@media(max-width:700px){.npt-article-yjc-exact .npt-lead-summary-row{display:block;margin-top:12px}.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media{width:100%;max-width:none;margin:0 0 14px}.npt-article-yjc-exact .npt-lead-summary-row .npt-featured{aspect-ratio:16/10;border-radius:10px}.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{margin:0 0 14px}}

/* Restore article action bar directly beneath the featured image. */
.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools{display:flex !important;width:100% !important;height:50px !important;visibility:visible !important;opacity:1 !important;position:relative !important;clear:both !important;margin:10px 0 0 !important;background:#282828 !important;border-radius:7px !important;overflow:hidden !important;direction:rtl !important;box-sizing:border-box !important;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools .npt-reference-tool{display:flex !important;visibility:visible !important;opacity:1 !important;flex:1 1 0 !important;align-items:center !important;justify-content:center !important;min-width:0 !important;height:100% !important;color:#fff !important;background:transparent !important;border:0 !important;border-inline-start:1px solid rgba(255,255,255,.18) !important;text-decoration:none !important;}
@media(max-width:700px){.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools{height:46px !important;margin-top:10px !important;}.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools .npt-reference-tool{font-size:.7rem !important;}}

/* Final YJC internal article placement: title + kicker + summary stay in the right column,
   while the featured image and article tools remain together in the left column. */
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-article-kicker-wrap{margin:0 0 4px;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-article-kicker{font-size:.9rem;color:var(--text);font-weight:500;margin:0 0 5px;line-height:1.9;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{font-size:clamp(1.55rem,2.7vw,2.25rem);line-height:1.6;font-weight:900;letter-spacing:-.02em;color:var(--text)!important;margin:0 0 14px;text-align:right;}
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{margin:0;padding:12px 16px;border:1px solid var(--border);border-radius:5px;background:#f7f7f7;color:var(--text);font-size:1rem;line-height:1.95;font-weight:500;}
@media(max-width:700px){
 .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{font-size:clamp(1.35rem,6vw,1.8rem);line-height:1.7;margin-bottom:10px;}
 .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{font-size:.9rem;line-height:2;}
}

@media(max-width:700px){
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary{
    width:100%;
    max-width:100%;
  }
}

/* v17: article body starts directly under the summary and wraps around the lead media.
   Once the media (including its tool bar) ends, the article text naturally expands to full width. */
.npt-article-yjc-exact .npt-lead-summary-row{
  display:block;
  direction:rtl;
  margin-top:14px;
}
.npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media{
  width:min(47%,430px);
  max-width:430px;
  flex:none;
  position:relative;
  z-index:1;
  margin:0 24px 18px 0;
  float:left;
}
.npt-article-yjc-exact.npt-lead-image-right .npt-lead-summary-row .npt-article-lead-media{
  float:right;
  margin:0 0 18px 24px;
}
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary{
  display:block;
  /* Keep the summary box inside the actual article column while leaving a safe gap from the lead image. */
  width:calc(53% - 12px);
  max-width:calc(53% - 12px);
  min-width:0;
}
.npt-article-yjc-exact .npt-reference-entry-content{
  clear:none !important;
  width:auto !important;
  max-width:none !important;
}
.npt-article-yjc-exact .npt-lead-summary-row:after{
  content:"";
  display:none;
}
@media(max-width:700px){
  .npt-article-yjc-exact .npt-lead-summary-row{display:block;margin-top:12px}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media,
  .npt-article-yjc-exact.npt-lead-image-right .npt-lead-summary-row .npt-article-lead-media{
    float:none;
    width:100%;
    max-width:none;
    margin:0 0 14px;
  }
}

/* v18 — professional summary box only. No layout/position changes. */
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{
  display:block;
  width:100%;
  box-sizing:border-box;
  margin:0 !important;
  padding:14px 17px;
  border:1px solid #dfe3e8;
  border-right:3px solid #b40000;
  border-radius:8px;
  background:#f8fafc;
  color:#2b2f33;
  font-size:1rem;
  line-height:2;
  font-weight:500;
  text-align:right;
  box-shadow:0 2px 8px rgba(15,23,42,.045);
}
.npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline p{
  margin:0;
}
@media(max-width:700px){
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{
    padding:12px 14px;
    border-right-width:3px;
    border-radius:7px;
    font-size:.9rem;
    line-height:2;
  }
}

/* v25: refined single article typography — scoped only to the internal article */
@media (min-width:701px){
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{
    font-size:clamp(1.42rem,2.45vw,2.05rem)!important;
    line-height:1.58!important;
    margin-bottom:11px!important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{
    font-size:.94rem!important;
    line-height:1.9!important;
    padding:11px 14px!important;
  }
  .npt-article-yjc-exact .npt-reference-entry-content{
    font-size:.96rem!important;
    line-height:2.12!important;
  }
}
@media (max-width:700px){
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{
    font-size:1.34rem!important;
    line-height:1.68!important;
    margin-bottom:9px!important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{
    font-size:.88rem!important;
    line-height:1.95!important;
  }
  .npt-article-yjc-exact .npt-reference-entry-content{
    font-size:.92rem!important;
    line-height:2.1!important;
  }
}

/* Configurable article prefix: stays inline with the first paragraph. */
.npt-article-prefix { display: inline; font-weight: 600; }
.npt-article-prefix-link { display: inline; }

/* v27: add a small breathing space between the lead summary box and article body. */
.npt-article-yjc-exact .npt-reference-entry-content{
  margin-top:14px !important;
}
@media(max-width:700px){
  .npt-article-yjc-exact .npt-reference-entry-content{
    margin-top:12px !important;
  }
}

/* Article lead sidebar: starts immediately below the featured image and its utility bar. */
.npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar{
  width:min(100%, var(--npt-lead-sidebar-width, 300px));
  margin:14px 0 0;
  padding:0;
  clear:both;
  box-sizing:border-box;
}
.npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar .npt-widget{
  width:100%;
  margin:0 0 16px;
  padding:14px;
  box-sizing:border-box;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:8px;
  overflow:hidden;
}
.npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar .npt-widget:last-child{margin-bottom:0}
.npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar .widget-title{
  margin:0 0 10px;
  padding:0 0 8px;
  border-bottom:2px solid var(--accent);
  font-size:.98rem;
  line-height:1.7;
  font-weight:800;
}
.npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar img{max-width:100%;height:auto}
.npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar-mobile-hidden{display:none}
@media(max-width:700px){
  .npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar{width:100%;margin-top:12px}
  .npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar-mobile-hidden{display:none!important}
  .npt-article-yjc-exact .npt-article-lead-media .npt-article-lead-sidebar .npt-widget{padding:12px;margin-bottom:12px}
}


/* v31 — Lead sidebar: reliable sticky behavior and RTL-correct outer-edge anchoring. */
@media(min-width:701px){
  /* When the lead image is on the left, keep the sidebar's left/outer edge fixed,
     so reducing its width pulls it toward the neighboring sidebar, not the article text. */
  .npt-article-yjc-exact.npt-lead-image-left .npt-lead-summary-row .npt-article-lead-media .npt-article-lead-sidebar{
    margin-inline-start:auto;
    margin-inline-end:0;
  }
  /* When the lead image is on the right, keep the sidebar's right/outer edge fixed. */
  .npt-article-yjc-exact.npt-lead-image-right .npt-lead-summary-row .npt-article-lead-media .npt-article-lead-sidebar{
    margin-inline-start:0;
    margin-inline-end:auto;
  }
}

/* v32 — Article body uses the space beside the lead sidebar; no wasted column width. */
@media(min-width:701px){
  .npt-article-yjc-exact .npt-article-body-flow{
    display:grid;
    grid-template-columns:minmax(0, var(--npt-lead-sidebar-width, 300px)) minmax(0, 1fr);
    gap:24px;
    align-items:start;
    width:100%;
    box-sizing:border-box;
    direction:ltr;
  }
  .npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar{
    grid-column:1;
    grid-row:1;
    width:100%;
    min-width:0;
    margin:0;
    box-sizing:border-box;
    direction:rtl;
  }
  .npt-article-yjc-exact .npt-article-body-flow .npt-reference-entry-content{
    grid-column:2;
    grid-row:1;
    min-width:0;
    width:auto !important;
    margin-top:14px !important;
    direction:rtl;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow{
    grid-template-columns:minmax(0,1fr) minmax(0,var(--npt-lead-sidebar-width,300px));
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow .npt-article-body-sidebar{grid-column:2}
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow .npt-reference-entry-content{grid-column:1}
}
@media(max-width:700px){
  .npt-article-yjc-exact .npt-article-body-flow{display:flex;flex-direction:column;gap:0;width:100%}
  .npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar{order:1;width:100%;margin:12px 0 0}
  .npt-article-yjc-exact .npt-article-body-flow .npt-reference-entry-content{order:2;width:100% !important}
}

/* v37 — Deterministic article-body split: content beside the lead sidebar is a real first row,
   and the remaining article content becomes a full-width second row. This avoids relying on
   float/grid interaction for the requested behavior. */
@media (min-width:701px){
  .npt-article-yjc-exact .npt-article-body-flow{
    display:grid !important;
    grid-template-columns:minmax(0, var(--npt-lead-sidebar-width,300px)) minmax(0,1fr) !important;
    grid-template-rows:auto auto !important;
    column-gap:24px !important;
    row-gap:0 !important;
    align-items:start !important;
    width:100% !important;
    direction:ltr !important;
  }
  .npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar{
    grid-column:1 !important;
    grid-row:1 !important;
    width:100% !important;
    margin:0 !important;
    min-width:0 !important;
    height:auto !important;
    float:none !important;
    position:relative !important;
    box-sizing:border-box !important;
    direction:rtl !important;
    align-self:start !important;
  }
  .npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar-sticky{
    width:100% !important;
    box-sizing:border-box !important;
    position:static !important;
  }
  .npt-article-yjc-exact .npt-article-body-flow .npt-reference-entry-content{
    grid-column:2 !important;
    grid-row:1 / span 2 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin:14px 0 0 !important;
    padding:0 !important;
    clear:none !important;
    box-sizing:border-box !important;
    direction:rtl !important;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow{
    grid-template-columns:minmax(0,1fr) minmax(0,var(--npt-lead-sidebar-width,300px)) !important;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow .npt-article-body-sidebar{grid-column:2 !important}
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow .npt-reference-entry-content{grid-column:1 !important}
  .npt-article-yjc-exact .npt-article-body-flow.npt-v37-split-ready{grid-template-rows:auto auto !important}
  .npt-article-yjc-exact .npt-article-body-flow .npt-v37-side-flow{
    display:block;
    grid-column:2;
    grid-row:1;
    min-width:0;
    direction:rtl;
  }
  .npt-article-yjc-exact .npt-article-body-flow .npt-v37-full-flow{
    display:block;
    grid-column:1 / -1;
    grid-row:2;
    min-width:0;
    direction:rtl;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow .npt-v37-side-flow{grid-column:1}
}
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-body-flow{display:block !important;width:100% !important;direction:rtl !important}
  .npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar{display:block !important;width:100% !important;float:none !important;position:static !important;margin:12px 0 0 !important}
  .npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar-sticky,.npt-article-yjc-exact .npt-article-body-flow .npt-article-body-sidebar-sticky.is-sticky{position:static !important;width:100% !important}
  .npt-article-yjc-exact .npt-article-body-flow .npt-reference-entry-content{display:block !important;width:100% !important;margin:12px 0 0 !important}
}

/* v38 — Lead sidebar: when disabled, never reserve its column. The content must use the full article width. */
@media (min-width:701px){
  .npt-article-yjc-exact .npt-article-body-flow.npt-no-lead-sidebar{
    display:block !important;
    width:100% !important;
    direction:rtl !important;
  }
  .npt-article-yjc-exact .npt-article-body-flow.npt-no-lead-sidebar .npt-reference-entry-content{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin:14px 0 0 !important;
  }
  /* Mirror the article-body arrangement when the lead image is on the right: sidebar right,
     text beside it on the left, then the remaining text continues full width. */
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow.npt-has-lead-sidebar{
    grid-template-columns:minmax(0,1fr) minmax(0,var(--npt-lead-sidebar-width,300px)) !important;
    direction:ltr !important;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow.npt-has-lead-sidebar .npt-article-body-sidebar{
    grid-column:2 !important;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow.npt-has-lead-sidebar .npt-v37-side-flow{
    grid-column:1 !important;
  }
  .npt-article-yjc-exact.npt-lead-image-right .npt-article-body-flow.npt-has-lead-sidebar .npt-v37-full-flow{
    grid-column:1 / -1 !important;
  }
}

/* v40 — Right-side lead layout: after the lead image/tools end, the title and summary
   must return to the full article width instead of remaining locked to the old 53% column. */
@media (min-width:701px){
  .npt-article-yjc-exact.npt-lead-image-right .npt-lead-summary-row .npt-lead-summary{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
}

/* =========================================================
   YJC-inspired header arrangement — header only
   Logo on the right; date/time and utility items on the left;
   primary categories occupy the horizontal row beneath.
   ========================================================= */
.mtb-header-utility{background:var(--surface);border-bottom:1px solid var(--border)}
.mtb-header-utility-inner{direction:ltr;justify-content:space-between;min-height:38px}
.mtb-utility-links{direction:ltr;display:flex;align-items:center;gap:18px;margin-inline-start:0}
.mtb-utility-links a{color:var(--text);text-decoration:none}
.mtb-utility-en{font-size:.78rem}
.mtb-utility-date,.mtb-utility-time{font-size:.74rem;color:var(--muted);white-space:nowrap}
.mtb-utility-time{font-variant-numeric:tabular-nums}
.mtb-utility-tv{border:1px solid var(--accent);border-radius:6px;padding:5px 11px;font-weight:700;font-size:.78rem;display:inline-flex;align-items:center;gap:7px;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.mtb-utility-tv-primary{border-color:#c40000;color:#a90000;background:#fff}.mtb-utility-tv-primary:hover{background:#c40000;color:#fff;border-color:#c40000;box-shadow:0 3px 10px rgba(196,0,0,.16)}.mtb-tv-live{display:inline-flex;align-items:center;gap:4px;font-size:.64rem;letter-spacing:.02em;font-weight:800;color:#c40000}.mtb-utility-tv-primary:hover .mtb-tv-live{color:#fff}.mtb-tv-live-dot{width:6px;height:6px;border-radius:50%;background:#c40000;box-shadow:0 0 0 0 rgba(196,0,0,.35);animation:mtb-tv-pulse 1.7s infinite}.mtb-utility-tv-primary:hover .mtb-tv-live-dot{background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.35)}.mtb-tv-label{font-weight:800}.mtb-tv-icon{font-size:.85rem;line-height:1}@keyframes mtb-tv-pulse{0%{box-shadow:0 0 0 0 rgba(196,0,0,.35)}65%{box-shadow:0 0 0 5px rgba(196,0,0,0)}100%{box-shadow:0 0 0 0 rgba(196,0,0,0)}}
.mtb-utility-actions{direction:rtl}
.mtb-header-main-inner{direction:rtl;grid-template-columns:minmax(0,1fr) minmax(180px,280px);min-height:82px;gap:24px}
.mtb-header-brand{grid-column:2;justify-self:end}
.mtb-header-center{grid-column:1;grid-row:1}
.mtb-header-tools{grid-column:1;grid-row:1;justify-self:start}
.mtb-nav-shell{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.mtb-nav-shell .npt-container{padding-inline-end:300px}
.mtb-primary-nav-inner{justify-content:flex-start;direction:rtl}
.mtb-primary-nav .npt-menu{direction:rtl}
.mtb-primary-nav .npt-menu>li>a{min-height:46px;padding-inline:14px;font-size:.84rem}
@media(max-width:900px){
  .mtb-header-utility-inner{direction:rtl}
  .mtb-utility-links{direction:rtl;gap:10px}
  .mtb-utility-tv{padding:4px 9px}
  .mtb-header-main-inner{grid-template-columns:minmax(0,1fr) auto;direction:rtl}
  .mtb-header-brand{grid-column:1;justify-self:start}
  .mtb-header-tools{grid-column:2;grid-row:1}
  .mtb-nav-shell .npt-container{padding-inline:0}
}

/* =========================================================
   YJC HEADER — professional RTL desktop composition
   Logo on the right, utility/date/time on the left, primary
   category menu directly beneath the utility row.
   ========================================================= */
.mtb-news-header{background:var(--surface);border-bottom:1px solid var(--border)}
.mtb-header-main{background:var(--surface)}
.mtb-header-main-inner{
  min-height:84px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  align-items:stretch;
  gap:0;
  direction:ltr;
}
.mtb-header-left{
  min-width:0;
  direction:rtl;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.mtb-header-brand{
  grid-column:2;
  grid-row:1;
  min-width:0;
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:4px 0 4px 26px;
  direction:rtl;
}
.mtb-brand-link{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  text-decoration:none;
  color:var(--text);
}
.mtb-logo{
  display:block;
  width:auto;
  max-width:235px;
  max-height:70px;
  object-fit:contain;
}
.mtb-brand-name{font-size:1.65rem;font-weight:900;line-height:1.2}
.mtb-brand-tagline{display:none}
.mtb-header-bismillah{position:absolute;left:50%;top:18px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:5}
.mtb-header-bismillah-image{display:block;width:auto;max-width:120px;max-height:24px;object-fit:contain}.mtb-header-bismillah-text{display:block;color:var(--mtb-bismillah-color,#111);font-size:13px;font-weight:500;line-height:1;white-space:nowrap}
.mtb-header-topline{
  min-height:42px;
  position:static;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--border);
  direction:ltr;
}
.mtb-utility-links{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:0;
  min-width:0;
  color:var(--muted);
  font-size:.76rem;
  white-space:nowrap;
}
.mtb-utility-links a{color:var(--text);text-decoration:none}
.mtb-utility-en{padding-right:14px}
.mtb-utility-date{padding:0 14px;border-left:1px solid var(--border);color:var(--muted)}
.mtb-utility-time{padding:0 14px;border-left:1px solid var(--border);font-variant-numeric:tabular-nums;color:var(--muted)}
.mtb-utility-tv{
  margin-left:12px;
  padding:7px 16px;
  border:2px solid #e00000;
  border-radius:4px;
  color:#111!important;
  font-weight:700;
  line-height:1;
  background:#fff;
}
.mtb-utility-actions{display:flex;align-items:center;gap:8px;direction:rtl}
.mtb-search-toggle{
  border:0;
  background:transparent;
  color:var(--text);
  width:30px;
  height:30px;
  padding:0;
  font-size:1.25rem;
  line-height:1;
  cursor:pointer;
}
.mtb-theme-toggle{width:30px;height:30px;border-radius:50%;font-size:.9rem}
.mtb-header-navline{
  min-height:52px;
  display:flex;
  align-items:stretch;
  gap:0;
  direction:rtl;
  border-bottom:1px solid var(--border);
}
.mtb-header-navline>.npt-widget-area,
.mtb-header-navline>.widget-area{flex:0 0 auto}
.mtb-primary-nav{display:block;flex:1 1 auto;min-width:0;overflow:hidden}
.mtb-primary-nav-inner{
  min-height:52px;
  display:flex;
  align-items:stretch;
  justify-content:flex-start;
  overflow-x:auto;
  scrollbar-width:none;
}
.mtb-primary-nav-inner::-webkit-scrollbar{display:none}
.mtb-primary-nav .npt-menu{
  display:flex;
  align-items:stretch;
  min-width:max-content;
  list-style:none;
  margin:0;
  padding:0;
  gap:0;
}
.mtb-primary-nav .npt-menu>li>a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 13px;
  color:var(--text);
  text-decoration:none;
  font-size:.82rem;
  font-weight:500;
  white-space:nowrap;
  border:0;
  background:transparent;
}
.mtb-primary-nav .npt-menu>li>a:hover{color:var(--accent);background:transparent}
.mtb-primary-nav .npt-menu>li.current-menu-item>a,
.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a,
.mtb-primary-nav .npt-menu>li.current_page_item>a{color:var(--accent);background:transparent}
.mtb-primary-nav .npt-menu>li.current-menu-item>a:after,
.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a:after,
.mtb-primary-nav .npt-menu>li.current_page_item>a:after{
  content:"";
  position:absolute;
  right:11px;
  left:11px;
  bottom:0;
  height:2px;
  background:var(--accent);
  border-radius:2px 2px 0 0;
}
.mtb-header-tools{display:none}
.mtb-header-search{display:none}
.mtb-header-ad-wrap{padding-top:8px;padding-bottom:8px}

@media(max-width:1000px){
  .mtb-header-main-inner{grid-template-columns:minmax(0,1fr) 220px}
  .mtb-header-brand{padding-left:18px}
  .mtb-logo{max-width:195px;max-height:60px}
  .mtb-primary-nav .npt-menu>li>a{padding-inline:10px;font-size:.78rem}
}
@media(max-width:900px){
  .mtb-header-main-inner{display:flex;flex-direction:column;direction:rtl;min-height:0}
  .mtb-header-brand{order:0;min-height:72px;width:100%;padding:7px 0;justify-content:center;border-bottom:1px solid var(--border)}
  .mtb-header-left{order:1;width:100%}
  .mtb-header-topline{min-height:36px;padding:0 2px}
  .mtb-header-navline{min-height:0;border-bottom:0}
  .mtb-primary-nav{display:none}
  .mtb-mobile-menu-toggle{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;padding:7px 11px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}
  .mtb-header-tools{display:flex;align-items:center;justify-content:flex-start;padding:7px 0}
  .mtb-primary-nav.is-open{display:block;width:100%;border-top:1px solid var(--border)}
  .mtb-primary-nav.is-open .mtb-primary-nav-inner{display:block;overflow:visible}
  .mtb-primary-nav.is-open .npt-menu{display:flex;flex-direction:column;width:100%;min-width:0}
  .mtb-primary-nav.is-open .npt-menu>li{border-bottom:1px solid var(--border)}
  .mtb-primary-nav.is-open .npt-menu>li>a{min-height:44px;justify-content:flex-start;padding:0 14px}
}
@media(max-width:600px){
  .mtb-header-topline{font-size:.68rem}
  .mtb-utility-date{display:none}
  .mtb-utility-time{padding-inline:9px}
  .mtb-utility-tv{padding:6px 10px;margin-left:7px}
  .mtb-logo{max-width:175px;max-height:58px}
}

/* v49 — Keep only the category row + primary media button sticky. The logo/image, date and time remain in the normal header flow. */
.mtb-header-navline{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--surface);
  box-shadow:0 1px 0 rgba(0,0,0,.06);
}

/* The sticky bar contains only the navigation and the primary button; never the logo text/image. */
.mtb-header-navline .mtb-brand-name,
.mtb-header-navline .mtb-brand-link{display:none!important}

@media(max-width:900px){
  .mtb-header-navline{top:0;z-index:1000}
}

/* Primary header media button: placed opposite the main category list. */
.mtb-header-navline .mtb-nav-tv-primary{
  flex:0 0 auto;
  align-self:center;
  margin:0 0 0 14px;
  padding:7px 16px;
  min-height:34px;
  box-sizing:border-box;
  order:10;
}
@media(max-width:900px){
  .mtb-header-navline .mtb-nav-tv-primary{
    margin:7px 0 7px 8px;
    padding:6px 10px;
    min-height:32px;
  }
}

/* v50: real sticky category bar. The sticky element must not be inside the header-main grid/column. */
.mtb-sticky-nav-container{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--surface);
}
.mtb-sticky-nav-container .mtb-header-navline{
  position:relative !important;
  top:auto !important;
  z-index:auto;
}
@media(max-width:900px){
  .mtb-sticky-nav-container{position:sticky;top:0;z-index:1000}
}

/* v51 — Reliable viewport-sticky header category bar. JS pins the shell after it reaches the viewport top. */
.mtb-sticky-nav-shell{position:relative;z-index:1000;}
.mtb-sticky-nav-shell.is-fixed{position:fixed;top:0;left:0;right:0;width:100%;z-index:9998;background:var(--surface);box-shadow:0 2px 10px rgba(0,0,0,.08);}
.mtb-sticky-nav-shell.is-fixed .mtb-sticky-nav-container{background:var(--surface);}
.mtb-sticky-nav-shell.is-fixed + .mtb-header-ad-wrap{ }
@media(max-width:900px){
  .mtb-sticky-nav-shell.is-fixed{z-index:9998;}
}

/* Logo title + optional sticky title */
.mtb-logo-title{font-size:1rem;font-weight:800;line-height:1.2;color:var(--text);white-space:nowrap}
.mtb-sticky-logo-title{display:none;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border-left:1px solid var(--border);color:var(--text);text-decoration:none;font-weight:800;white-space:nowrap;flex:0 0 auto}
.mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{display:inline-flex}
@media(max-width:900px){.mtb-logo-title{font-size:.82rem}.mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{display:none}}

/* v53 — Unified logo/nav sticky control + professional logo title styling. */
.mtb-sticky-nav-shell{position:relative;z-index:1000}
.mtb-sticky-nav-shell:not(.is-fixed) .mtb-sticky-logo-title{display:none}
.mtb-sticky-logo-title{
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:40px;
  padding:0 12px;
  margin-inline-end:20px;
  border-left:1px solid var(--border);
  color:var(--mtb-logo-title-color,var(--text));
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
  flex:0 0 auto;
}
.mtb-logo-title{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--mtb-logo-title-color,var(--text));
  font-size:1rem;
  font-weight:800;
  line-height:1.2;
  white-space:nowrap;
}
.mtb-logo-title-text{color:var(--text);font-size:1rem;font-weight:800;line-height:1.2}
.mtb-logo-dot{color:var(--mtb-logo-dots-color,var(--accent));font-size:1.15em;line-height:1}
.mtb-sticky-nav-shell.is-fixed .mtb-header-navline{box-shadow:none}
.mtb-header-navline .mtb-sticky-logo-title + .mtb-header-tools{margin-inline-end:0}

/* The single logo-sticky switch controls the entire sticky bar: title + menu + primary button. */
.mtb-sticky-nav-shell[data-mtb-sticky="0"]{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:auto!important;box-shadow:none!important}
.mtb-sticky-nav-shell[data-mtb-sticky="0"] .mtb-sticky-logo-title{display:none!important}

@media(max-width:900px){
  .mtb-logo-title{font-size:.82rem}
  .mtb-sticky-logo-title{display:none!important}
}

/* MTB title logo image */
.mtb-logo-title{display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin:7px 0 0;color:var(--text);white-space:nowrap}
.mtb-logo-title-image{display:block;width:auto;max-width:220px;max-height:52px;object-fit:contain}
.mtb-sticky-logo-title-image{display:block;width:auto;max-width:150px;max-height:32px;object-fit:contain}
@media(max-width:900px){.mtb-logo-title{margin-top:5px}.mtb-logo-title-image{max-width:160px;max-height:42px}.mtb-sticky-logo-title-image{max-width:120px;max-height:28px}}

/* v57 — logo title is never placed beside the main logo. */
.mtb-header-brand .mtb-brand-link{display:flex;flex-direction:column;align-items:center;justify-content:center}

/* v57 — صفحه اصلی در فهرست اصلی قرمز نباشد. */
.mtb-primary-nav .npt-menu>li.current-menu-item>a,.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a,.mtb-primary-nav .npt-menu>li.current_page_item>a{color:var(--text)!important;background:transparent!important}
.mtb-primary-nav .npt-menu>li.current-menu-item>a:after,.mtb-primary-nav .npt-menu>li.current-menu-ancestor>a:after,.mtb-primary-nav .npt-menu>li.current_page_item>a:after{background:transparent!important}

/* v58 — عنوان لوگو فقط داخل نوار Sticky و هنگام ثابت‌شدن نمایش داده شود. */
.mtb-header-brand .mtb-logo-title{display:none!important}
.mtb-sticky-logo-title-text{font-size:1rem;font-weight:800;color:var(--text);text-decoration:none;line-height:1.2;white-space:nowrap}
.mtb-sticky-nav-shell:not(.is-fixed) .mtb-sticky-logo-title{display:none!important}
.mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{display:inline-flex!important;align-items:center;justify-content:center}
@media(max-width:900px){.mtb-sticky-logo-title-text{font-size:.82rem}}

/* =========================================================
   v65 — Mobile-first production pass
   The mobile header gets its own composition instead of shrinking
   the desktop grid.  Desktop rules above remain untouched.
   ========================================================= */
@media (max-width: 700px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .npt-container{width:calc(100% - 28px);max-width:none;margin-inline:auto}
  .npt-main{padding:16px 0 28px}

  /* Header: one compact masthead, one logo only. */
  .mtb-news-header{position:relative;z-index:1000;border-bottom:1px solid var(--border);background:var(--surface)}
  .mtb-header-main{background:var(--surface)}
  .mtb-header-main-inner{
    width:calc(100% - 28px)!important;
    min-height:0!important;
    height:72px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:0!important;
    direction:rtl!important;
    margin-inline:auto!important;
  }
  .mtb-header-brand{
    order:0!important;
    width:auto!important;
    min-height:0!important;
    height:72px!important;
    padding:0!important;
    border:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex:0 0 auto!important;
  }
  .mtb-brand-link{display:flex!important;align-items:center!important;justify-content:flex-start!important}
  .mtb-logo{
    display:block!important;
    width:auto!important;
    max-width:142px!important;
    max-height:54px!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .mtb-brand-name{font-size:1.35rem!important}

  .mtb-header-left{
    order:1!important;
    width:auto!important;
    min-width:0!important;
    display:flex!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
  }
  .mtb-header-bismillah{max-width:96px;top:90px}
  .mtb-header-bismillah-image{max-width:96px;max-height:20px}.mtb-header-bismillah-text{font-size:11px}
  .mtb-header-topline{
    min-height:0!important;
    height:72px!important;
    padding:0!important;
    border:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    direction:ltr!important;
  }
  .mtb-utility-links{gap:9px!important;min-width:0!important;font-size:.72rem!important;direction:ltr!important}
  .mtb-utility-date,.mtb-utility-time,.mtb-utility-tv{display:none!important}
  .mtb-utility-en{padding:0!important;font-size:.78rem!important;font-weight:600!important}
  .mtb-utility-actions{display:flex!important;align-items:center!important;gap:8px!important;direction:ltr!important}
  .mtb-search-toggle{display:none!important}
  .mtb-theme-toggle{width:34px!important;height:34px!important;margin:0!important;font-size:.82rem!important}

  /* The large title image was being reintroduced by the v58 rule with !important. */
  .mtb-sticky-logo-title,
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title,
  .mtb-sticky-logo-title-image{display:none!important}

  /* Navigation becomes a clean two-control bar. */
  .mtb-sticky-nav-shell,
  .mtb-sticky-nav-container{width:100%!important;margin:0!important}
  .mtb-sticky-nav-shell{position:relative!important;top:auto!important;left:auto!important;right:auto!important}
  .mtb-sticky-nav-shell.is-fixed{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    box-shadow:0 2px 12px rgba(0,0,0,.08)!important;
  }
  .mtb-sticky-nav-container{background:var(--surface)!important}
  .mtb-header-navline{
    min-height:48px!important;
    height:48px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    border-top:1px solid var(--border)!important;
    border-bottom:0!important;
    position:relative!important;
    box-shadow:none!important;
    background:var(--surface)!important;
    direction:rtl!important;
  }
  .mtb-header-tools{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex:0 0 auto!important;
    padding:0!important;
    order:0!important;
  }
  .mtb-mobile-menu-toggle{
    height:34px!important;
    min-width:74px!important;
    padding:0 11px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    border:1px solid #cfd4da!important;
    border-radius:6px!important;
    background:var(--surface)!important;
    color:var(--text)!important;
    font-size:.78rem!important;
    font-weight:700!important;
    line-height:1!important;
  }
  .mtb-mobile-menu-toggle span:first-child{font-size:1rem;line-height:1}
  .mtb-primary-nav{
    display:block!important;
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    overflow:hidden!important;
    order:1!important;
  }
  .mtb-primary-nav-inner{
    min-height:48px!important;
    height:48px!important;
    display:flex!important;
    align-items:center!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
    direction:rtl!important;
  }
  .mtb-primary-nav .npt-menu{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    min-width:max-content!important;
    height:48px!important;
    gap:0!important;
  }
  .mtb-primary-nav .npt-menu>li{border:0!important;flex:0 0 auto!important}
  .mtb-primary-nav .npt-menu>li>a{
    min-height:48px!important;
    height:48px!important;
    padding:0 11px!important;
    font-size:.76rem!important;
    font-weight:500!important;
    justify-content:center!important;
  }
  .mtb-primary-nav .npt-menu>li.current-menu-item>a:after,
  .mtb-primary-nav .npt-menu>li.current-menu-ancestor>a:after,
  .mtb-primary-nav .npt-menu>li.current_page_item>a:after{right:8px!important;left:8px!important;height:2px!important}
  .mtb-nav-tv-primary{display:none!important}

  /* Open menu is a real mobile panel, not a desktop list squeezed into the header. */
  .mtb-primary-nav.is-open{
    position:absolute!important;
    top:48px!important;
    right:0!important;
    left:0!important;
    width:100%!important;
    max-height:calc(100vh - 120px)!important;
    overflow-y:auto!important;
    background:var(--surface)!important;
    border-top:1px solid var(--border)!important;
    border-bottom:1px solid var(--border)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.12)!important;
    z-index:10001!important;
  }
  .mtb-primary-nav.is-open .mtb-primary-nav-inner{height:auto!important;min-height:0!important;display:block!important;overflow:visible!important}
  .mtb-primary-nav.is-open .npt-menu{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:auto!important}
  .mtb-primary-nav.is-open .npt-menu>li{width:100%!important;border-bottom:1px solid var(--border)!important}
  .mtb-primary-nav.is-open .npt-menu>li>a{width:100%!important;height:46px!important;min-height:46px!important;justify-content:flex-start!important;padding:0 18px!important;font-size:.82rem!important}
  .mtb-primary-nav.is-open .npt-menu>li.current-menu-item>a:after,
  .mtb-primary-nav.is-open .npt-menu>li.current-menu-ancestor>a:after,
  .mtb-primary-nav.is-open .npt-menu>li.current_page_item>a:after{display:none!important}

  /* Header ad should never create a blank band above the article on phones. */
  .mtb-header-ad-wrap:empty{display:none!important}
  .mtb-header-ad-wrap{padding:0!important;width:100%!important}
  .mtb-header-ad-wrap .npt-ad:empty{display:none!important}

  /* Article: predictable mobile rhythm. */
  .npt-internal-layout,.npt-home-layout{display:block!important;width:100%!important}
  .npt-internal-sidebar,.npt-sidebar{width:100%!important;max-width:none!important}
  .npt-mobile-sidebar-hidden{display:none!important}
  .npt-main>.npt-container{width:calc(100% - 28px)!important}
  .npt-article-yjc-exact{width:100%!important;min-width:0!important}
  .npt-yjc-utility{min-height:32px!important;margin-bottom:10px!important;padding:5px 0!important;font-size:.67rem!important;border-bottom:1px solid #e1e4e8!important}
  .npt-yjc-utility-right{gap:6px!important;overflow:hidden!important;white-space:nowrap!important;max-width:100%!important}
  .npt-yjc-utility-right a{font-size:.67rem!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .npt-article-yjc-exact .npt-lead-summary-row{margin-top:10px!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media{width:100%!important;max-width:none!important;margin:0 0 12px!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-featured{width:100%!important;aspect-ratio:16/10!important;height:auto!important;border-radius:6px!important;box-shadow:none!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-article-kicker{font-size:.78rem!important;line-height:1.8!important;margin:0 0 4px!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{font-size:clamp(1.35rem,5.8vw,1.72rem)!important;line-height:1.75!important;letter-spacing:-.01em!important;margin:0 0 9px!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{font-size:.88rem!important;line-height:2!important;padding:9px 11px!important;margin:0 0 12px!important;border-radius:5px!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools{height:42px!important;margin-top:8px!important;border-radius:5px!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools .npt-reference-tool{font-size:.66rem!important;gap:4px!important;padding:0 3px!important}
  .npt-article-yjc-exact .npt-reference-entry-content{font-size:.94rem!important;line-height:2.15!important}
  .npt-article-yjc-exact .npt-reference-entry-content img,.npt-article-yjc-exact .npt-reference-entry-content video{max-width:100%!important;height:auto!important}

  /* Home/archives/widgets: never allow desktop grids to squeeze. */
  .npt-featured-layout,.npt-analysis,.npt-editor-grid,.npt-news-six,.npt-related-grid{grid-template-columns:1fr!important;gap:14px!important}
  .npt-featured-main .npt-card-image,.npt-featured-main-card .npt-card-image{aspect-ratio:16/10!important}
  .npt-featured-main .npt-card-body h3,.npt-featured-main-card .npt-card-body h3{font-size:1.15rem!important;line-height:1.8!important}
  .npt-horizontal-track{gap:10px!important;padding-bottom:4px!important}
  .npt-horizontal-item{flex-basis:82%!important}
  .npt-video-card{flex-basis:86%!important}
  .npt-top-horizontal{grid-template-columns:1fr!important}
  .npt-archive-card{grid-template-columns:120px minmax(0,1fr)!important;gap:12px!important;padding:14px 0!important}
  .npt-archive-body h2{font-size:.95rem!important;line-height:1.75!important}
  .npt-archive-body p{display:none!important}
  .npt-card{padding:12px!important}
  .widget-title{font-size:1.05rem!important;margin-bottom:10px!important}

  .npt-footer-grid{grid-template-columns:1fr!important;gap:10px!important}
}

@media (max-width:380px){
  .mtb-header-main-inner{height:64px!important}
  .mtb-header-brand,.mtb-header-topline{height:64px!important}
  .mtb-logo{max-width:126px!important;max-height:48px!important}
  .mtb-mobile-menu-toggle{min-width:68px!important;padding-inline:8px!important}
  .mtb-primary-nav .npt-menu>li>a{padding-inline:9px!important;font-size:.72rem!important}
  .npt-main>.npt-container{width:calc(100% - 22px)!important}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{font-size:1.28rem!important}
}

/* v66 — Mobile sticky: only title image + TV button. */
/* v70 — Preserve document flow while pinning the sticky shell to prevent scroll jump. */
.mtb-sticky-spacer{display:none;width:100%;height:0;pointer-events:none;visibility:hidden;}
@media(max-width:700px){.mtb-sticky-nav-shell.is-fixed{will-change:position;}.mtb-sticky-nav-shell.is-fixed .mtb-header-navline{height:48px!important;min-height:48px!important}.mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{height:48px!important;min-height:48px!important}.mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title-image{max-height:32px!important}.mtb-sticky-nav-shell.is-fixed .mtb-nav-tv-primary{height:32px!important;min-height:32px!important}}
@media (max-width:700px){
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline{
    height:48px!important;
    min-height:48px!important;
    padding:0 14px!important;
    justify-content:space-between!important;
    gap:10px!important;
    border-top:0!important;
    border-bottom:1px solid var(--border)!important;
  }
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title,
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title-image{
    display:inline-flex!important;
  }
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{
    order:1!important;
    flex:1 1 auto!important;
    min-width:0!important;
    height:48px!important;
    min-height:48px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
  }
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title-image{
    width:auto!important;
    max-width:145px!important;
    max-height:36px!important;
    object-fit:contain!important;
  }
  .mtb-sticky-nav-shell.is-fixed .mtb-header-tools,
  .mtb-sticky-nav-shell.is-fixed .mtb-mobile-menu-toggle,
  .mtb-sticky-nav-shell.is-fixed .mtb-primary-nav,
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline>.npt-widget-area,
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline>.widget-area{
    display:none!important;
  }
  .mtb-sticky-nav-shell.is-fixed .mtb-nav-tv-primary{
    display:inline-flex!important;
    order:2!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    min-height:34px!important;
    height:34px!important;
    padding:0 11px!important;
    border-radius:6px!important;
    white-space:nowrap!important;
  }

  /* Natural article typography on phones. */
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{
    font-size:clamp(1.42rem,6.1vw,1.72rem)!important;
    line-height:1.78!important;
    letter-spacing:0!important;
    font-weight:800!important;
    margin:0 0 10px!important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{
    padding:0!important;
    margin:0 0 16px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--muted,#555)!important;
    font-size:.94rem!important;
    line-height:2.05!important;
    font-weight:400!important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline p{
    margin:0!important;
  }
}

/* v68: mobile article lead order — headline first, then image + tools, then summary. */
@media(max-width:700px){
  .npt-article-yjc-exact .npt-lead-summary-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    margin-top:12px !important;
    direction:rtl !important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary{
    display:contents !important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-article-kicker-wrap{
    order:1 !important;
    width:100% !important;
    margin:0 0 4px !important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-title{
    order:2 !important;
    width:100% !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media{
    order:3 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{
    order:4 !important;
    width:100% !important;
    margin:0 0 16px !important;
    padding:0 !important;
    border:0 !important;
    border-inline-start:3px solid var(--accent) !important;
    border-radius:0 !important;
    background:transparent !important;
    color:var(--text) !important;
    font-size:.94rem !important;
    line-height:2 !important;
    font-weight:500 !important;
  }
}

/* v74 — Mobile sticky is always available; preserve the existing Firefox-safe behavior. */
@media (max-width:700px){
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{display:flex!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title-image{display:block!important;visibility:visible!important;opacity:1!important;width:auto!important;max-width:145px!important;max-height:36px!important;object-fit:contain!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-fallback-logo{max-width:125px!important;max-height:34px!important;}
}

/* v88 — compact utility menu moved beside date/time in the upper utility row. */
.mtb-header-quick-links{
  display:inline-flex;
  align-items:center;
  direction:rtl;
  min-width:0;
  max-width:520px;
  margin-inline-start:4px;
  overflow:hidden;
  white-space:nowrap;
}
.mtb-header-quick-links a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 10px;
  color:var(--muted);
  text-decoration:none;
  font-size:.69rem;
  font-weight:400;
  line-height:1;
}
.mtb-header-quick-links a + a:before{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height:12px;
  background:var(--border);
  transform:translateY(-50%);
}
.mtb-header-quick-links a:hover{color:var(--accent)}
@media(max-width:1000px){
  .mtb-header-quick-links{max-width:400px}
  .mtb-header-quick-links a{padding-inline:8px;font-size:.66rem}
}
@media(max-width:700px){
  .mtb-header-quick-links{max-width:250px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
  .mtb-header-quick-links a{min-height:26px;padding-inline:7px;font-size:.63rem;flex:0 0 auto}
}
@media(max-width:560px){
  .mtb-header-quick-links{max-width:180px}
  .mtb-header-quick-links a{font-size:.60rem;padding-inline:6px}
}

/* v97 — Main header logo only: exact 60px height on desktop.
   Sticky logo styles are intentionally untouched. */
@media (min-width:1001px){
  .mtb-header-brand .mtb-logo{
    max-height:60px;
    height:60px;
    width:auto;
    object-fit:contain;
  }
}

/* v98 — FINAL MAIN LOGO SIZE OVERRIDE
   Applies only to the primary (non-sticky) header logo on desktop.
   Sticky logo selectors are intentionally excluded. */
@media (min-width:1001px){
  .mtb-header-brand img.mtb-logo{
    width:auto !important;
    height:60px !important;
    max-height:60px !important;
    object-fit:contain !important;
  }
}

/* v99 — Compact desktop header: reduce only the normal top/header area.
   The sticky navigation shell and sticky logo are intentionally untouched. */
@media (min-width:901px){
  .mtb-header-main-inner{min-height:72px;}
  .mtb-header-brand{min-height:72px;padding-top:3px;padding-bottom:3px;}
  .mtb-header-topline{min-height:36px;}
}

/* v103 — Bismillah fallback text + clean utility row. */
.mtb-utility-date,.mtb-utility-time{border-left:0!important;}
.npt-color-field{display:flex;align-items:center;gap:10px}.npt-color-picker{width:52px!important;height:34px!important;padding:2px!important}.npt-color-value{width:100px!important;direction:ltr;text-align:left}

/* v104: no separator line beside centered Bismillah */
.mtb-header-bismillah{border:0!important;border-inline:0!important;box-shadow:none!important;}

/* ==========================================================================
   اصلاح چیدمان شناور تصویر، سایدبار و خلاصه خبر
   ========================================================================== */

/* شناوری عکس و سایدبار کناری (عرض توسط فایل PHP کنترل می‌شود) */
.npt-article-float-media {
    float: left !important;
    max-width: 100% !important;
    margin-right: 25px !important;
    margin-bottom: 20px !important;
}

.npt-article-lead-sidebar {
    clear: none !important;
    margin-top: 15px !important;
    width: 100% !important;
}

/* تیتر و خلاصه خبر (قرارگیری کنار عکس بدون نفوذ کادر) */
.npt-lead-summary {
    display: block !important;
    width: auto !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}

/* بدنه متن خبر (جریان طبیعی دور عکس) */
.npt-article-flow-wrapper .entry-content {
    display: block !important;
    overflow: visible !important;
    width: auto !important;
}

.npt-article-flow-wrapper .entry-content p,
.npt-article-flow-wrapper .entry-content div,
.npt-article-flow-wrapper .entry-content h2,
.npt-article-flow-wrapper .entry-content h3 {
    clear: none !important;
    display: block !important;
    overflow: visible !important;
    width: auto !important;
}

/* تمیزکاری انتهای شناوری */
.npt-clearfix {
    clear: both !important;
    display: table !important;
}


/* v111 — عرض و جهت سایدبار زیر تصویر نمایه
   عرض تنظیمات فقط روی خود سایدبار اعمال می‌شود و لبه بیرونی آن ثابت می‌ماند. */
.npt-article-yjc-exact .npt-article-float-media{
  width:min(47%,430px) !important;
  max-width:430px !important;
  box-sizing:border-box !important;
  direction:rtl !important;
}
@media(min-width:701px){
  .npt-article-yjc-exact .npt-article-float-media .npt-article-lead-sidebar{
    width:min(100%,var(--npt-lead-sidebar-width,300px)) !important;
    max-width:var(--npt-lead-sidebar-width,300px) !important;
    box-sizing:border-box !important;
    direction:rtl !important;
    text-align:right !important;
  }

  /* تصویر/ابزارها در سمت چپ: سایدبار زیر آنها به لبه چپ می‌چسبد؛
     بنابراین با کم شدن عرض، به سمت بیرون/چپ جمع می‌شود و وارد متن خبر نمی‌شود. */
  .npt-article-yjc-exact .npt-lead-media-position-left .npt-article-lead-sidebar{
    margin-right:auto !important;
    margin-left:0 !important;
  }

  /* تصویر/ابزارها در سمت راست: سایدبار به لبه راست می‌چسبد. */
  .npt-article-yjc-exact .npt-lead-media-position-right .npt-article-lead-sidebar{
    margin-left:auto !important;
    margin-right:0 !important;
  }

  /* کارت‌های اخبار سایدبار: در RTL عکس سمت راست و متن سمت چپ قرار می‌گیرد. */
  .npt-article-yjc-exact .npt-article-lead-sidebar .npt-sidebar-news,
  .npt-article-yjc-exact .npt-article-lead-sidebar .npt-post-card{
    direction:rtl !important;
    text-align:right !important;
  }
}
@media(max-width:700px){
  .npt-article-yjc-exact .npt-article-float-media{
    width:100% !important;
    max-width:none !important;
    float:none !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media .npt-article-lead-sidebar{
    width:100% !important;
    max-width:none !important;
  }
}

/* v112 — کاهش فضای خالی بین تصویر/سایدبار نمایه و متن خبر */
@media(min-width:701px){
  .npt-article-yjc-exact .npt-article-float-media{
    /* عرض شناور باید با عرض واقعی تصویر هماهنگ باشد، نه 47٪ از کل متن */
    width:min(42%,430px) !important;
    max-width:430px !important;
    box-sizing:border-box !important;
  }

  .npt-article-yjc-exact .npt-lead-media-position-left .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-media-position-left{
    float:left !important;
    margin-right:22px !important;
    margin-left:0 !important;
  }

  .npt-article-yjc-exact .npt-lead-media-position-right .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-media-position-right{
    float:right !important;
    margin-left:22px !important;
    margin-right:0 !important;
  }
}



/* v113 — the lead sidebar is narrower than the media column. Keep the outer edge fixed,
   but let article text use the unused inner width beside the sidebar after the image/tools. */
@media (min-width:701px){
  .npt-article-yjc-exact .npt-article-float-media{
    /* Keep the image and toolbar completely protected from article text.
       Only the unused part beside the narrower sidebar becomes available
       after the sidebar actually starts. */
    shape-outside:var(--npt-lead-shape,margin-box) !important;
    -webkit-shape-outside:var(--npt-lead-shape,margin-box) !important;
  }
}


/* v115 — Keep summary beside the lead media, then let the article body
   occupy the remaining text column instead of forcing it below the image. */
@media (min-width:701px){
  .npt-article-yjc-exact .npt-article-flow-wrapper .npt-lead-summary{
    min-height:1px !important;
    overflow:visible !important;
    margin-bottom:18px !important;
  }
  .npt-article-yjc-exact .npt-article-flow-wrapper .npt-reference-entry-content{
    clear:none !important;
    width:auto !important;
    max-width:none !important;
    margin-top:0 !important;
    display:block !important;
    overflow:visible !important;
  }
  /* Do not let paragraphs create a new clear line under the image/sidebar. */
  .npt-article-yjc-exact .npt-article-flow-wrapper .npt-reference-entry-content p,
  .npt-article-yjc-exact .npt-article-flow-wrapper .npt-reference-entry-content div,
  .npt-article-yjc-exact .npt-article-flow-wrapper .npt-reference-entry-content h2,
  .npt-article-yjc-exact .npt-article-flow-wrapper .npt-reference-entry-content h3{
    clear:none !important;
  }
}


/* FIX: summary box should wrap content only */
.npt-article-yjc-exact .npt-lead-summary-row{
  align-items:flex-start;
}
.npt-article-yjc-exact .npt-lead-summary{
  flex:0 0 53%;
  width:53%;
  min-width:0;
  display:block;
  align-self:flex-start;
}
.npt-article-yjc-exact .npt-lead-summary > *{
  width: auto;
}

/* v116 — Mobile article order: title → image → summary → lead sidebar.
   Desktop/tablet layout is intentionally untouched. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-auto-flow:row !important;
    gap:0 !important;
  }

  .npt-article-yjc-exact .npt-article-float-media{
    display:contents !important;
    float:none !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
  }

  /* 1) Headline */
  .npt-article-yjc-exact .npt-lead-summary{
    display:contents !important;
  }
  .npt-article-yjc-exact .npt-lead-summary .npt-title{
    grid-column:1 !important;
    grid-row:1 !important;
    order:1 !important;
    width:100% !important;
    min-width:0 !important;
    margin:0 0 12px !important;
  }

  /* 2) Featured news image */
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{
    grid-column:1 !important;
    grid-row:2 !important;
    order:2 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 12px !important;
  }

  /* 3) Action toolbar — immediately below the image */
  .npt-article-yjc-exact .npt-article-float-media .npt-reference-tools{
    grid-column:1 !important;
    grid-row:3 !important;
    order:3 !important;
    width:100% !important;
    margin:0 0 14px !important;
  }

  /* 4) News summary/excerpt */
  .npt-article-yjc-exact .npt-lead-summary .npt-subheadline{
    grid-column:1 !important;
    grid-row:4 !important;
    order:4 !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 0 16px !important;
  }

  /* 5) The desktop lead sidebar moves directly below the summary. */
  .npt-article-yjc-exact .npt-article-float-media .npt-article-lead-sidebar{
    grid-column:1 !important;
    grid-row:5 !important;
    order:5 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 16px !important;
    clear:none !important;
  }

  .npt-article-yjc-exact .npt-article-flow-wrapper > .npt-widget-area{
    grid-column:1 !important;
    grid-row:6 !important;
  }

  .npt-article-yjc-exact .npt-article-flow-wrapper > .entry-content{
    grid-column:1 !important;
    grid-row:7 !important;
    order:7 !important;
    width:100% !important;
    margin-top:0 !important;
    clear:none !important;
  }

  .npt-article-yjc-exact .npt-lead-summary .npt-article-kicker-wrap{
    grid-column:1 !important;
    grid-row:8 !important;
    order:8 !important;
  }

  .npt-article-yjc-exact .npt-article-flow-wrapper > .npt-clearfix{
    display:none !important;
  }
}

/* MTB v119 — mobile article order: title → image → toolbar → summary → sidebar */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:flex!important;
    flex-direction:column!important;
  }
  .npt-article-yjc-exact .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-summary{
    display:contents!important;
  }
  .npt-article-yjc-exact .npt-lead-summary .npt-article-kicker-wrap{
    order:1!important;
  }
  .npt-article-yjc-exact .npt-lead-summary .npt-title{
    order:2!important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{
    order:3!important;
    width:100%!important;
    height:auto!important;
    display:block!important;
    margin:0 0 10px!important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools{
    order:4!important;
    width:100%!important;
    margin:0 0 12px!important;
  }
  .npt-article-yjc-exact .npt-lead-summary .npt-subheadline{
    order:5!important;
    width:100%!important;
    box-sizing:border-box!important;
    margin:0 0 14px!important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{
    order:6!important;
    width:100%!important;
    margin:0 0 14px!important;
  }
}

/* v120 — Mobile article order: title → image → toolbar → summary → sidebar. */
@media(max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:flex;
    flex-direction:column;
  }
  .npt-article-yjc-exact .npt-lead-summary-row{display:contents;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary{display:contents;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media{display:contents;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-kicker-wrap{order:0;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-title{order:1;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-featured{order:2;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-yjc-tools{order:3;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-lead-summary .npt-subheadline{order:4;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-media .npt-article-lead-sidebar{order:5;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-title{display:block;width:100%;margin:0 0 12px!important;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-featured{width:100%;margin:0 0 10px!important;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-yjc-tools{width:100%!important;margin:0 0 12px!important;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-subheadline{width:100%;margin:0 0 12px!important;}
  .npt-article-yjc-exact .npt-lead-summary-row .npt-article-lead-sidebar{width:100%;margin:0 0 14px!important;}
}

/* Mobile article order: title -> image -> toolbar -> summary -> sidebar. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{display:contents!important;}
  .npt-article-yjc-exact .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-summary{display:contents!important;}
  .npt-article-yjc-exact .npt-article-kicker-wrap{order:0;}
  .npt-article-yjc-exact .npt-title{order:1;display:block;width:100%;margin:0 0 12px!important;}
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{order:2;width:100%;margin:0 0 10px!important;}
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools{order:3;width:100%!important;margin:0 0 12px!important;}
  .npt-article-yjc-exact .npt-subheadline{order:4;width:100%;margin:0 0 12px!important;}
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{order:5;width:100%;margin:0 0 14px!important;}
  .npt-article-yjc-exact .npt-article-float-media{width:100%!important;margin:0!important;}
}


/* MOBILE ARTICLE ORDER FIX v122
   Mobile-only order: title -> featured image -> summary -> toolbar -> lead sidebar.
   Desktop layout remains unchanged. */
@media (max-width:700px){
  .npt-article-flow-wrapper{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:0;
  }
  .npt-article-flow-wrapper .npt-lead-summary{
    display:contents;
  }
  .npt-article-flow-wrapper .npt-article-float-media{
    display:contents;
  }
  .npt-article-flow-wrapper .npt-article-kicker-wrap{
    display:block;
    order:0;
  }
  .npt-article-flow-wrapper .npt-title{
    order:1;
  }
  .npt-article-flow-wrapper .npt-article-float-media > .npt-featured{
    order:2;
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 0 12px;
  }
  .npt-article-flow-wrapper .npt-article-float-media > .npt-reference-tools{
    order:4;
    width:100%;
    margin:0 0 14px;
  }
  .npt-article-flow-wrapper .npt-subheadline{
    order:3;
    width:100%;
    box-sizing:border-box;
  }
  .npt-article-flow-wrapper .npt-article-float-media > .npt-article-lead-sidebar{
    order:5;
    width:100%;
    max-width:100%;
    margin:0 0 18px;
  }
}

/* MTB v123 — Mobile final order: title → image → summary → toolbar → lead sidebar.
   Only mobile is affected; desktop/tablet remain unchanged. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-auto-flow:row !important;
    gap:0 !important;
  }
  .npt-article-yjc-exact .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-summary{
    display:contents !important;
  }
  .npt-article-yjc-exact .npt-article-kicker-wrap{order:0 !important;}
  .npt-article-yjc-exact .npt-title{
    order:1 !important;
    grid-column:1 !important;
    width:100% !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{
    order:2 !important;
    grid-column:1 !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .npt-subheadline{
    order:3 !important;
    grid-column:1 !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools{
    order:4 !important;
    grid-column:1 !important;
    width:100% !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{
    order:5 !important;
    grid-column:1 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
  }
}

/* اطلاعات حرفه‌ای خبر در نسخه موبایل */
.mtb-mobile-news-meta{display:none}
@media(max-width:700px){
  .mtb-mobile-news-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px 12px;
    margin:10px 0 12px;
    padding:8px 10px;
    border-top:1px solid #e3e6e9;
    border-bottom:1px solid #e3e6e9;
    background:#fafbfc;
    color:#6a7077;
    font-size:.68rem;
    line-height:1.9;
    direction:rtl;
  }
  .mtb-news-meta-item{white-space:nowrap}
  .mtb-news-meta-item + .mtb-news-meta-item{position:relative}
  .mtb-news-meta-item + .mtb-news-meta-item:before{content:"•";margin-inline-end:10px;color:#a8adb3}
  .mtb-news-meta-item strong{font-weight:700;color:#333}
}

/* MTB v125 — Mobile news meta placement: title -> image -> summary -> news meta -> toolbar -> sidebar. */
@media (max-width:700px){
  .npt-article-yjc-exact .mtb-mobile-news-meta{
    display:flex !important;
    order:4 !important;
    grid-column:1 !important;
    width:100% !important;
    box-sizing:border-box !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools{
    order:5 !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{
    order:6 !important;
  }
}

/* v126 — Mobile article meta directly under the subheadline, before toolbar/sidebar. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-kicker-wrap{order:0!important;}
  .npt-article-yjc-exact .npt-title{order:1!important;}
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{order:2!important;}
  .npt-article-yjc-exact .npt-subheadline{order:3!important;}
  .npt-article-yjc-exact .mtb-mobile-news-meta{order:4!important;}
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools{order:5!important;}
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{order:6!important;}
}

/* v127 — Final mobile news order:
   title -> news meta -> image -> summary -> toolbar -> sidebar.
   Desktop/tablet layout is intentionally untouched. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-auto-flow:row !important;
    gap:0 !important;
  }
  .npt-article-yjc-exact .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-summary{
    display:contents !important;
  }
  .npt-article-yjc-exact .npt-article-kicker-wrap{
    display:none !important;
  }
  .npt-article-yjc-exact .npt-title{
    order:1 !important;
    grid-column:1 !important;
    width:100% !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta{
    order:2 !important;
    grid-column:1 !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{
    order:3 !important;
    grid-column:1 !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .npt-subheadline{
    order:4 !important;
    grid-column:1 !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools{
    order:5 !important;
    grid-column:1 !important;
    width:100% !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{
    order:6 !important;
    grid-column:1 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
  }
}


/* v128 — Mobile news order fix.
   Exact mobile order: title -> news meta -> image -> subheadline -> toolbar -> lead sidebar.
   The mobile metadata is a dedicated mobile block placed immediately after the title in the DOM. */
.mtb-mobile-news-meta-mobile{display:none;}
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-auto-flow:row !important;
    gap:0 !important;
  }
  .npt-article-yjc-exact .npt-article-float-media,
  .npt-article-yjc-exact .npt-lead-summary{display:contents !important;}
  .npt-article-yjc-exact .npt-article-kicker-wrap,
  .npt-article-yjc-exact .mtb-mobile-news-meta{display:none !important;}
  .npt-article-yjc-exact .npt-title{
    order:1 !important; grid-column:1 !important; width:100% !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile{
    display:flex !important; order:2 !important; grid-column:1 !important;
    flex-wrap:wrap; align-items:center; gap:6px 12px; width:100% !important;
    box-sizing:border-box; margin:0 0 12px !important; padding:8px 10px;
    border-top:1px solid #e3e6e9; border-bottom:1px solid #e3e6e9;
    background:#fafbfc; color:#6a7077; font-size:.68rem; line-height:1.9; direction:rtl;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item{white-space:nowrap;}
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item + .mtb-news-meta-item{position:relative;}
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item + .mtb-news-meta-item:before{content:"•"; margin-inline-end:10px; color:#a8adb3;}
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item strong{font-weight:700; color:var(--secondary,#333);}
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{
    order:3 !important; grid-column:1 !important; width:100% !important;
    max-width:100% !important; height:auto !important; margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .npt-subheadline{
    order:4 !important; grid-column:1 !important; width:100% !important;
    box-sizing:border-box !important; margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools{
    order:5 !important; grid-column:1 !important; width:100% !important; margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{
    order:6 !important; grid-column:1 !important; width:100% !important;
    max-width:100% !important; margin:0 0 18px !important;
  }
  .npt-article-yjc-exact .npt-article-flow-wrapper > .entry-content,
  .npt-article-yjc-exact .npt-article-flow-wrapper > .npt-article-kicker-wrap{order:10 !important;}
}

/* MTB v129 — FINAL mobile article structure.
   Exact order: title -> professional news meta -> featured image -> summary -> toolbar -> lead sidebar.
   Mobile only. Desktop/tablet remain unchanged. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-flow-wrapper{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-auto-flow:row !important;
    gap:0 !important;
  }
  .npt-article-yjc-exact .npt-lead-summary,
  .npt-article-yjc-exact .npt-article-float-media{
    display:contents !important;
  }
  .npt-article-yjc-exact .npt-article-kicker-wrap{
    display:none !important;
  }
  .npt-article-yjc-exact .npt-title{
    grid-column:1 !important;
    grid-row:1 !important;
    order:initial !important;
    width:100% !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile{
    display:flex !important;
    grid-column:1 !important;
    grid-row:2 !important;
    order:initial !important;
    width:100% !important;
    box-sizing:border-box !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:5px 10px !important;
    margin:0 0 12px !important;
    padding:8px 10px !important;
    border-top:1px solid #e3e6e9 !important;
    border-bottom:1px solid #e3e6e9 !important;
    background:#fafbfc !important;
    color:#6a7077 !important;
    font-size:.68rem !important;
    line-height:1.9 !important;
    direction:rtl !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item{
    white-space:nowrap !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item + .mtb-news-meta-item:before{
    content:"•" !important;
    margin-inline-end:9px !important;
    color:#a8adb3 !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item strong{
    font-weight:700 !important;
    color:var(--secondary,#333) !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-featured{
    grid-column:1 !important;
    grid-row:3 !important;
    order:initial !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    display:block !important;
    margin:0 0 12px !important;
  }
  .npt-article-yjc-exact .npt-subheadline{
    grid-column:1 !important;
    grid-row:4 !important;
    order:initial !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-reference-tools,
  .npt-article-yjc-exact .npt-article-float-media > .npt-yjc-tools{
    grid-column:1 !important;
    grid-row:5 !important;
    order:initial !important;
    width:100% !important;
    margin:0 0 14px !important;
  }
  .npt-article-yjc-exact .npt-article-float-media > .npt-article-lead-sidebar{
    grid-column:1 !important;
    grid-row:6 !important;
    order:initial !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
  }
}

/* MTB v134 — Minimal modern news metadata appearance only.
   Applies to the existing code/date/time/author/views metadata on desktop and mobile. */
.npt-article-yjc-exact .npt-yjc-utility-left{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:6px 12px;
  color:#737980;
  font-size:.76rem;
  line-height:1.8;
}
.npt-article-yjc-exact .npt-yjc-utility-left > span{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  color:#737980;
}
.npt-article-yjc-exact .npt-yjc-utility-left > span + span:before{
  content:"";
  width:3px;
  height:3px;
  border-radius:50%;
  background:#c5c9ce;
  margin-inline:0 10px;
  flex:0 0 3px;
}
@media(max-width:700px){
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile{
    background:transparent !important;
    border:0 !important;
    padding:2px 0 10px !important;
    margin:0 0 12px !important;
    gap:4px 0 !important;
    color:#737980 !important;
    font-size:.70rem !important;
    line-height:1.8 !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item{
    display:inline-flex !important;
    align-items:center !important;
    white-space:nowrap !important;
    color:#737980 !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item + .mtb-news-meta-item:before{
    content:"" !important;
    width:3px !important;
    height:3px !important;
    border-radius:50% !important;
    background:#c5c9ce !important;
    margin-inline:0 9px !important;
  }
  .npt-article-yjc-exact .mtb-mobile-news-meta-mobile .mtb-news-meta-item strong{
    font-weight:500 !important;
    color:#4f555b !important;
    margin-inline-end:3px !important;
  }
}

/* v135 — Mobile: hide the desktop news-meta block.
   Mobile uses only the dedicated .mtb-mobile-news-meta-mobile block. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-yjc-utility-left{
    display:none !important;
  }
}

/* Viral/share UX: compact, fast and RTL-safe. */
.npt-share-action{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--text);border:1px solid var(--border);border-radius:50%;background:var(--surface);cursor:pointer;padding:0;flex:0 0 30px;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;appearance:none;-webkit-appearance:none}
.npt-share-action:hover,.npt-share-action.is-copied{color:var(--accent);background:var(--soft);border-color:var(--accent);transform:translateY(-1px)}
.npt-share-action svg{width:16px;height:16px;fill:currentColor;display:block}
.npt-article-share-card-data{display:none}
.npt-selection-share{position:absolute;z-index:99999;direction:rtl;background:#222;color:#fff;border:0;border-radius:7px;padding:7px 11px;font:700 12px/1.2 Vazirmatn,Tahoma,sans-serif;box-shadow:0 5px 20px rgba(0,0,0,.18);cursor:pointer;white-space:nowrap}
.npt-selection-share:hover{background:var(--accent)}
@media(max-width:700px){.npt-share-action{width:30px;height:30px;flex-basis:30px}.npt-share-action svg{width:15px;height:15px}.npt-selection-share{font-size:11px;padding:6px 9px}}
@media(max-width:380px){.npt-share-action{width:28px;height:28px;flex-basis:28px}.npt-share-action svg{width:14px;height:14px}}
/* Functional share panel */
.npt-reference-tools{position:relative}
.npt-share-panel{position:absolute;z-index:10000;top:calc(100% + 8px);right:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;width:max-content;max-width:min(92vw,420px);padding:10px;background:var(--surface,#fff);border:1px solid var(--border,#ddd);box-shadow:0 8px 24px rgba(0,0,0,.14);border-radius:8px;direction:rtl}
.npt-share-panel-title{width:100%;font-weight:800;color:var(--text,#222);font-size:.8rem;padding:2px 3px 5px}
.npt-share-panel button,.npt-share-panel a{border:1px solid var(--border,#ddd);background:var(--soft,#f7f7f7);color:var(--text,#222);padding:7px 10px;border-radius:5px;text-decoration:none;cursor:pointer;font:inherit;font-size:.75rem;white-space:nowrap}
.npt-share-panel button:hover,.npt-share-panel a:hover{border-color:var(--accent,#b40000);color:var(--accent,#b40000)}
@media(max-width:700px){.npt-share-panel{right:auto;left:0;max-width:calc(100vw - 24px)}}

/* MTB v139 — real, visible share dialog */
.mtb-share-modal{position:fixed;inset:0;z-index:2147483000;background:rgba(0,0,0,.52);display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box;direction:rtl}
.mtb-share-box{position:relative;width:min(520px,100%);background:#fff;color:#171717;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.28);padding:24px;box-sizing:border-box;font-family:Vazirmatn,Tahoma,sans-serif}
.mtb-share-close{position:absolute;top:10px;left:10px;width:34px;height:34px;border:0;background:#f1f1f1;border-radius:50%;font-size:25px;line-height:1;cursor:pointer;color:#333}
.mtb-share-title{font-size:18px;font-weight:800;padding:4px 0 18px;border-bottom:1px solid #e5e5e5;margin-bottom:16px}
.mtb-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mtb-share-actions button,.mtb-share-actions a{min-height:58px;border:1px solid #ddd;background:#fafafa;color:#222;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;cursor:pointer;font:700 13px Vazirmatn,Tahoma,sans-serif;box-sizing:border-box}
.mtb-share-actions button:hover,.mtb-share-actions a:hover,.mtb-share-actions .is-copied{border-color:#b40000;color:#b40000;background:#fff5f5}
.mtb-share-actions button:first-child{background:#b40000;color:#fff;border-color:#b40000}
.mtb-share-actions button:first-child:hover{background:#900000;color:#fff}
.mtb-share-actions span{font-size:12px}
@media(max-width:480px){.mtb-share-modal{align-items:flex-end;padding:10px}.mtb-share-box{border-radius:16px 16px 8px 8px;padding:20px 14px}.mtb-share-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mtb-share-actions button,.mtb-share-actions a{min-height:54px}}
/* MTB share network settings/admin */
.npt-share-network-settings{margin:18px 28px;padding:16px 18px;background:#fafafa;border:1px solid #e1e1e1;border-radius:6px;display:flex;gap:28px;align-items:center}.npt-share-network-settings>div:first-child{min-width:260px}.npt-share-network-settings strong{display:block;font-size:13px}.npt-share-network-settings small{display:block;color:#777;margin-top:5px}.npt-share-network-checks{display:flex;flex-wrap:wrap;gap:10px}.npt-share-network-checks label{display:flex;align-items:center;gap:7px;padding:8px 12px;background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer}.npt-share-network-checks input{margin:0}.npt-share-network-checks label:has(input:checked){border-color:#3857d6;background:#f1f4ff}@media(max-width:760px){.npt-share-network-settings{display:block;margin:14px 16px}.npt-share-network-checks{margin-top:12px}}
/* MTB v140 — reliable share actions and feedback */
.mtb-share-toast{position:fixed;right:50%;bottom:24px;transform:translate(50%,18px);opacity:0;z-index:2147483647;background:#222;color:#fff;padding:10px 16px;border-radius:9px;font:700 13px/1.5 Vazirmatn,Tahoma,sans-serif;box-shadow:0 8px 28px rgba(0,0,0,.22);transition:opacity .2s ease,transform .2s ease;pointer-events:none}
.mtb-share-toast.is-visible{opacity:1;transform:translate(50%,0)}
.mtb-share-toast.is-error{background:#9d1111}
.mtb-share-actions button[data-network]{cursor:pointer}

/* MTB v143 — quick summary and share preview */
.mtb-quick-summary{background:#fff;border-right:4px solid #0284c7;border-radius:8px;padding:16px;margin:0 0 25px;box-shadow:0 2px 8px rgba(0,0,0,.05);direction:rtl}
.mtb-quick-summary-head{display:flex;align-items:center;gap:8px;color:#0284c7;font-size:14px;margin-bottom:8px}
.mtb-quick-summary p{font-size:13px;color:#334155;line-height:1.9;margin:0 0 12px}
.mtb-summary-copy,.mtb-quote-share{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #cbd5e1;padding:7px 12px;border-radius:6px;font-size:12px;cursor:pointer;color:#0f172a;font-family:inherit}
.mtb-summary-copy:hover,.mtb-quote-share:hover{background:#0284c7;color:#fff;border-color:#0284c7}
.mtb-quote-card{float:left;width:31%;box-sizing:border-box;background:#fff;color:#1f2937;padding:18px 18px 15px;border:0;border-inline-start:4px solid var(--accent,#0284c7);border-radius:0 10px 10px 0;position:relative;margin:4px 24px 18px 0;box-shadow:0 3px 14px rgba(15,23,42,.08);direction:rtl;z-index:1}
.mtb-quote-mark{font-size:42px;line-height:1;opacity:.12;position:absolute;top:5px;right:12px;color:var(--accent,#0284c7);font-family:Georgia,serif}
.mtb-quote-text{font-size:15px;font-weight:700;line-height:1.95;margin:0 0 13px;padding-top:5px;position:relative;z-index:1;color:#1e293b}
.mtb-quote-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;padding-top:10px;gap:10px;color:#64748b;font-size:11px}
.mtb-quote-share{background:transparent;color:var(--accent,#0284c7);border-color:transparent;padding:4px 0;font-size:11px}
.mtb-quote-share:hover{background:transparent;color:#0369a1;border-color:transparent}

.mtb-share-preview-modal{position:fixed;inset:0;z-index:2147483646;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box;direction:rtl}
.mtb-share-preview-box{width:min(620px,100%);background:#fff;border-radius:14px;padding:20px;box-sizing:border-box;box-shadow:0 20px 70px rgba(0,0,0,.3);position:relative}
.mtb-share-preview-close{position:absolute;top:9px;left:9px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f1f1;font-size:24px;cursor:pointer}
.mtb-share-preview-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.mtb-share-preview-card img{display:block;width:100%;height:220px;object-fit:cover;background:#f1f5f9}
.mtb-share-preview-content{padding:18px}
.mtb-share-preview-content strong{display:block;font-size:18px;line-height:1.8;color:#111827}
.mtb-share-preview-content p{font-size:13px;line-height:1.9;color:#475569;margin:10px 0}
.mtb-share-preview-content small{direction:ltr;display:block;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mtb-share-preview-actions{display:flex;gap:10px;margin-top:14px}
.mtb-share-preview-actions button{flex:1;border:1px solid #d1d5db;background:#f8fafc;padding:11px;border-radius:8px;cursor:pointer;font:700 13px Vazirmatn,Tahoma,sans-serif}
.mtb-share-preview-actions button:last-child{background:#b40000;color:#fff;border-color:#b40000}
@media(max-width:900px){.mtb-quote-card{width:34%;margin-right:20px;margin-left:0}}
@media(max-width:600px){.mtb-quote-card{float:none;width:auto;margin:16px 0;padding:16px 16px 13px;border-radius:0 9px 9px 0}.mtb-quote-footer{align-items:flex-start;flex-direction:column}.mtb-share-preview-card img{height:170px}.mtb-share-preview-box{padding:15px}.mtb-share-preview-actions{flex-direction:column}}

/* MTB Newsroom full available width */
.mtb-newsroom,.mtb-newsroom-wrap,.mtb-editor,.mtb-newsroom-page{width:100% !important;max-width:none !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}
.mtb-newsroom *,.mtb-newsroom-wrap *,.mtb-editor *,.mtb-newsroom-page *{box-sizing:border-box}
@media(max-width:782px){.mtb-newsroom,.mtb-newsroom-wrap,.mtb-editor,.mtb-newsroom-page{width:100% !important;max-width:100% !important}}


/* MTB Newsroom v154 - remove width restriction from right newsroom column */
.mtb-newsroom .mtb-newsroom-sidebar,
.mtb-newsroom-wrap .mtb-newsroom-sidebar,
.mtb-editor .mtb-newsroom-sidebar,
.mtb-newsroom-page .mtb-newsroom-sidebar {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    flex: 0 0 320px !important;
    box-sizing: border-box !important;
}

/* The newsroom shell itself must not constrain the sidebar */
.mtb-newsroom .mtb-newsroom-grid,
.mtb-newsroom-wrap .mtb-newsroom-grid,
.mtb-editor .mtb-newsroom-grid,
.mtb-newsroom-page .mtb-newsroom-grid {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Let the main newsroom column consume all remaining space */
.mtb-newsroom .mtb-newsroom-main,
.mtb-newsroom-wrap .mtb-newsroom-main,
.mtb-editor .mtb-newsroom-main,
.mtb-newsroom-page .mtb-newsroom-main {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

/* On narrow screens, return to a single full-width column */
@media (max-width: 900px) {
    .mtb-newsroom .mtb-newsroom-sidebar,
    .mtb-newsroom-wrap .mtb-newsroom-sidebar,
    .mtb-editor .mtb-newsroom-sidebar,
    .mtb-newsroom-page .mtb-newsroom-sidebar {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 0 0 100% !important;
    }
}


/* MTB Newsroom v155 - eliminate the empty middle column */
.mtb-newsroom .mtb-newsroom-grid,
.mtb-newsroom-wrap .mtb-newsroom-grid,
.mtb-editor .mtb-newsroom-grid,
.mtb-newsroom-page .mtb-newsroom-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start !important;
}

/* Main content must occupy the complete first grid track */
.mtb-newsroom .mtb-newsroom-main,
.mtb-newsroom-wrap .mtb-newsroom-main,
.mtb-editor .mtb-newsroom-main,
.mtb-newsroom-page .mtb-newsroom-main {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
}

/* Sidebar occupies only the second track */
.mtb-newsroom .mtb-newsroom-sidebar,
.mtb-newsroom-wrap .mtb-newsroom-sidebar,
.mtb-editor .mtb-newsroom-sidebar,
.mtb-newsroom-page .mtb-newsroom-sidebar {
    grid-column: 2 !important;
    width: 320px !important;
    max-width: 320px !important;
    min-width: 320px !important;
    margin: 0 !important;
}

/* If an accidental third grid child exists, don't let it create a visible blank column */
.mtb-newsroom .mtb-newsroom-grid > :not(.mtb-newsroom-main):not(.mtb-newsroom-sidebar),
.mtb-newsroom-wrap .mtb-newsroom-grid > :not(.mtb-newsroom-main):not(.mtb-newsroom-sidebar),
.mtb-editor .mtb-newsroom-grid > :not(.mtb-newsroom-main):not(.mtb-newsroom-sidebar),
.mtb-newsroom-page .mtb-newsroom-grid > :not(.mtb-newsroom-main):not(.mtb-newsroom-sidebar) {
    display: none !important;
}

@media (max-width: 900px) {
    .mtb-newsroom .mtb-newsroom-grid,
    .mtb-newsroom-wrap .mtb-newsroom-grid,
    .mtb-editor .mtb-newsroom-grid,
    .mtb-newsroom-page .mtb-newsroom-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
    }

    .mtb-newsroom .mtb-newsroom-main,
    .mtb-newsroom .mtb-newsroom-sidebar,
    .mtb-newsroom-wrap .mtb-newsroom-main,
    .mtb-newsroom-wrap .mtb-newsroom-sidebar,
    .mtb-editor .mtb-newsroom-main,
    .mtb-editor .mtb-newsroom-sidebar,
    .mtb-newsroom-page .mtb-newsroom-main,
    .mtb-newsroom-page .mtb-newsroom-sidebar {
        grid-column: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }
}

/* =========================================================
   MTB Native Comments — frontend final UI
   ========================================================= */
.npt-comments{direction:rtl;max-width:100%;min-width:0;margin-top:34px;padding:20px;border:1px solid var(--border);border-radius:var(--mtb-radius,10px);background:var(--surface);box-shadow:0 5px 20px rgba(15,23,42,.04);overflow:hidden}
.npt-comments-heading{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-bottom:1px solid var(--border);padding:0 0 13px;margin:0 0 18px;position:relative}
.npt-comments-heading:after{content:"";position:absolute;right:0;bottom:-1px;width:54px;height:2px;background:var(--accent)}
.npt-comments-heading h2{margin:0!important;padding:0!important;border:0!important;font-size:1.08rem;font-weight:800;color:var(--text)}
.npt-comments-icon{font-size:1rem;line-height:1}
.npt-comments-count-badge,.npt-comments-count{margin-right:auto;font-size:.72rem;font-weight:700;color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent);border:1px solid color-mix(in srgb,var(--accent) 25%,transparent);border-radius:12px;padding:3px 9px;white-space:nowrap}
.npt-comments .comment-form{margin:0 0 14px;padding:13px;background:var(--soft);border:1px solid var(--border);border-radius:9px}
.npt-comments .comment-form .comment-reply-title{font-size:.92rem;margin:0 0 10px;color:var(--text);font-weight:800}
.npt-comments .comment-form p{margin:0 0 10px}
.npt-comments .comment-form label{display:block;font-size:.78rem;font-weight:700;margin:0 0 5px;color:var(--text)}
.npt-comments .comment-form input[type=text],.npt-comments .comment-form input[type=email],.npt-comments .comment-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:9px 10px;font:inherit;font-size:.84rem;line-height:1.8;transition:border-color .15s ease,box-shadow .15s ease}
.npt-comments .comment-form textarea{min-height:120px;resize:vertical}
.npt-comments .comment-form input:focus,.npt-comments .comment-form textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}
.npt-comments .form-submit{display:flex;align-items:center;gap:10px;margin:0!important}
.npt-comment-submit{border:0!important;border-radius:8px!important;background:var(--accent)!important;color:#fff!important;padding:9px 20px!important;font:inherit!important;font-weight:800!important;cursor:pointer}
.npt-comment-submit:hover,.npt-comment-submit:focus-visible{opacity:.92}
.npt-comment-form-note{color:var(--muted);font-size:.72rem;display:block;margin-top:2px}
.npt-comments .comment-reply-link{display:inline-flex;align-items:center;text-decoration:none!important;color:var(--accent)!important;background:color-mix(in srgb,var(--accent) 7%,transparent);border:1px solid color-mix(in srgb,var(--accent) 24%,transparent);border-radius:6px;padding:4px 8px;font-size:.72rem;font-weight:700}
.npt-comments .comment-reply-link:hover{background:color-mix(in srgb,var(--accent) 12%,transparent)}
.npt-comment-copy{border:0;background:transparent;color:var(--muted);font:inherit;font-size:.72rem;cursor:pointer;padding:4px 5px}
.npt-comment-copy:hover{color:var(--accent)}
.npt-comment-reply-cancel{font-size:.72rem;color:var(--muted)}
.npt-comment-reply-cancel a{color:var(--muted)}
.npt-comment-reply-cancel a:hover{color:var(--accent)}
.npt-comment-rules{margin-top:10px;background:var(--soft);border:1px solid var(--border);border-radius:8px;padding:9px 12px;font-size:.78rem}
.npt-comment-rules summary{cursor:pointer;font-weight:700;color:var(--text)}
.npt-comment-rules p{color:var(--muted);line-height:1.9;margin:8px 0 0}
.npt-comments-list{margin-top:22px;border-top:1px solid var(--border);padding-top:14px}
.npt-comments-list-title{display:flex;align-items:center;gap:8px;justify-content:flex-start;margin-bottom:11px;font-weight:800;font-size:.9rem;color:var(--text)}
.npt-comments-list-title .npt-comments-count{margin-right:0}
.npt-comments-list .comment-list{list-style:none;margin:0;padding:0}
.npt-comments-list .comment-list .comment{list-style:none;margin:0 0 10px;padding:10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);box-shadow:none;min-width:0}
.npt-comments-list .mtb-comment-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;min-width:0}
.npt-comments-list .mtb-comment-user{display:flex;align-items:center;gap:7px;min-width:0;color:var(--text);font-size:.78rem}
.npt-comments-list .mtb-comment-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.npt-comments-list .mtb-comment-avatar{width:36px;height:36px;border-radius:50%;flex:0 0 36px}
.npt-comments-list .mtb-comment-meta time,.npt-comments-list .mtb-official-head time{font-size:.65rem;color:var(--muted);white-space:nowrap}
.npt-comments-list .mtb-comment-content{font-size:.79rem;line-height:1.95;color:var(--text);padding:8px 10px;background:var(--soft);border:1px solid var(--border);border-right:3px solid var(--accent);border-radius:7px;overflow-wrap:anywhere}
.npt-comments-list .mtb-comment-content p{margin:0 0 .6em}.npt-comments-list .mtb-comment-content p:last-child{margin-bottom:0}
.npt-comments-list .mtb-comment-actions{display:flex;align-items:center;justify-content:flex-start;border-top:1px dashed var(--border);padding-top:6px;margin-top:7px}
.npt-comments-list .mtb-comment-action-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.npt-comments-list .children{list-style:none;margin:8px 0 0;padding:0 12px 0 0;border-right:2px solid color-mix(in srgb,var(--accent) 25%,transparent)}
.npt-comments-list .children .comment{background:color-mix(in srgb,var(--soft) 65%,var(--surface))}
.npt-comments-list .mtb-official-comment{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}
.npt-comments-list .mtb-official-reply{margin-top:7px;background:#f0f9ff;border:1px solid #bae6fd;border-right:3px solid #0284c7;border-radius:8px;padding:9px 11px;box-shadow:0 1px 2px rgba(2,132,199,.05)}
.npt-comments-list .mtb-official-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}
.npt-comments-list .mtb-editorial-badge{display:inline-flex;align-items:center;background:#0284c7;color:#fff;font-size:.68rem;font-weight:800;padding:4px 9px;border-radius:12px;white-space:nowrap}
.npt-comments-list .mtb-official-body{font-size:.78rem;line-height:1.95;color:#0c4a6e;background:#fff;border:1px solid #dbeafe;border-radius:7px;padding:8px 9px;overflow-wrap:anywhere}
.npt-comments-list .mtb-official-body p{margin:0 0 .6em}.npt-comments-list .mtb-official-body p:last-child{margin-bottom:0}
.npt-comments-list .mtb-comment-official-actions{margin-top:6px}
.npt-comments-list .mtb-official-comment>.mtb-comment-official-actions .comment-reply-link{font-size:.68rem}
.npt-comments-pagination{text-align:center;margin-top:13px}
.npt-comments-pagination a,.npt-comments-pagination span{display:inline-block;padding:5px 9px;margin:2px;border:1px solid var(--border);border-radius:6px;text-decoration:none;font-size:.7rem;color:var(--muted)}
.npt-comments-pagination .current{background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 35%,transparent)}
@media(max-width:600px){
 .npt-comments{padding:12px;margin-top:24px;border-radius:9px}
 .npt-comments-heading{margin-bottom:12px;padding-bottom:9px}
 .npt-comments-heading h2{font-size:.98rem}
 .npt-comments .comment-form{padding:10px}
 .npt-comments .comment-form textarea{min-height:105px}
 .npt-comments-list .comment-list .comment{padding:9px;margin-bottom:8px}
 .npt-comments-list .mtb-comment-meta{align-items:flex-start}
 .npt-comments-list .mtb-comment-meta time,.npt-comments-list .mtb-official-head time{font-size:.6rem}
 .npt-comments-list .children{padding-right:8px}
 .npt-comments-list .mtb-official-reply{padding:8px}
 .npt-comments-list .mtb-comment-copy{font-size:.67rem}
}

/* =========================================================
   MTB Comments — screenshot-matched frontend skin
   Search intentionally omitted for performance.
   ========================================================= */
.npt-comments{direction:rtl;max-width:none;width:100%;margin:26px 0 0;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:none;overflow:hidden;color:#0f172a}
.npt-comments-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:31px;margin:0 0 11px;padding:0 0 7px;border-bottom:2px solid #2563eb;position:relative}
.npt-comments-heading:after{display:none}
.npt-comments-heading h2{margin:0!important;padding:0!important;border:0!important;font-size:13px!important;line-height:1.5!important;font-weight:700!important;color:#0f172a!important}
.npt-comments-icon{font-size:12px;line-height:1;order:0}
.npt-comments-sort{margin-right:auto;margin-left:0;display:flex;align-items:center}
.npt-comments-sort select{height:28px;min-width:90px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-family:inherit;font-size:10px;padding:3px 8px;outline:0;cursor:pointer}
.npt-comments-sort select:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.08)}
.npt-comments-count-badge{display:none}
.npt-comments .comment-form{margin:0 0 15px;padding:10px;background:#f1f5f9;border:0;border-radius:8px;box-shadow:none}
.npt-comments .comment-form .comment-reply-title{display:none}
.npt-comments .comment-form p{margin:0 0 8px}
.npt-comments .comment-form label:not(.screen-reader-text){display:block;font-size:10px;font-weight:700;margin:0 0 4px;color:#334155}
.npt-comments .comment-form input[type=text],.npt-comments .comment-form input[type=email]{height:34px;width:100%;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;padding:6px 9px;font:inherit;font-size:11px;outline:0}
.npt-comments .comment-form textarea{width:100%;min-height:69px;height:69px;resize:none;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;padding:8px 9px;font:inherit;font-size:11px;line-height:1.7;outline:0}
.npt-comments .comment-form input:focus,.npt-comments .comment-form textarea:focus{border-color:#93c5fd;box-shadow:none}
.npt-comments .form-submit{display:flex;align-items:center;justify-content:flex-start;margin:0!important}
.npt-comment-submit{height:27px!important;border:0!important;border-radius:6px!important;background:#2563eb!important;color:#fff!important;padding:4px 13px!important;font:inherit!important;font-size:10px!important;font-weight:700!important;cursor:pointer!important;box-shadow:none!important}
.npt-comment-submit:hover{background:#1d4ed8!important;opacity:1}
.npt-comment-form-note{display:block;margin-top:-34px;margin-right:0;margin-bottom:7px;text-align:left;color:#64748b;font-size:9px}
.npt-comments .comment-reply-cancel,.npt-comments .comment-reply-title #cancel-comment-reply-link{font-size:9px;color:#64748b}
.npt-comments-list{margin:0;border:0;padding:0}
.npt-comments-list .comment-list{list-style:none;margin:0;padding:0}
.npt-comments-list .comment-list .comment{list-style:none;margin:0 0 12px;padding:10px;background:#fff;border:1px solid #f59e0b;border-radius:8px;box-shadow:none;min-width:0}
.npt-comments-list .mtb-comment-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 7px;min-width:0}
.npt-comments-list .mtb-comment-user{display:flex;align-items:center;gap:6px;min-width:0;color:#0f172a;font-size:11px}
.npt-comments-list .mtb-comment-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.npt-comments-list .mtb-comment-avatar{width:24px!important;height:24px!important;border-radius:50%;flex:0 0 24px}
.npt-comments-list .mtb-comment-meta time,.npt-comments-list .mtb-official-head time{font-size:9px;color:#94a3b8;white-space:nowrap}
.npt-comments-list .mtb-comment-content{padding:0;margin:0 0 8px;background:transparent;border:0;border-radius:0;overflow-wrap:anywhere;font-size:11px;line-height:1.9;color:#334155}
.npt-comments-list .mtb-comment-content p{margin:0 0 .5em}.npt-comments-list .mtb-comment-content p:last-child{margin-bottom:0}
.npt-comments-list .mtb-comment-actions{display:flex;align-items:center;justify-content:flex-start;margin:0;padding-top:6px;border-top:1px dashed #e2e8f0}
.npt-comments-list .mtb-comment-action-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.npt-comments-list .mtb-comment-like{display:inline-flex;align-items:center;gap:3px;border:0;background:transparent;color:#64748b;padding:2px 0;font:inherit;font-size:10px;line-height:1;cursor:pointer}
.npt-comments-list .mtb-comment-like:hover,.npt-comments-list .mtb-comment-like.is-liked{color:#2563eb}
.npt-comments-list .mtb-like-icon{font-size:11px}
.npt-comments .comment-reply-link{display:inline-flex!important;align-items:center;text-decoration:none!important;color:#64748b!important;background:transparent!important;border:0!important;border-radius:0!important;padding:2px 0!important;font-size:10px!important;font-weight:400!important}
.npt-comments .comment-reply-link:hover{color:#2563eb!important;background:transparent!important}
.npt-comments-list .children{list-style:none;margin:8px 0 0;padding:0 10px 0 0;border-right:2px solid #e2e8f0}
.npt-comments-list .children .comment{background:#fff}
.npt-comments-list .mtb-official-comment{background:#fffcf7!important;border:1px solid #f59e0b!important;padding:10px!important;border-radius:8px!important}
.npt-comments-list .mtb-official-reply{margin:0;background:transparent;border:0;border-right:0;border-radius:0;padding:0;box-shadow:none}
.npt-comments-list .mtb-official-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 6px}
.npt-comments-list .mtb-editorial-badge{display:inline-flex;align-items:center;background:#f59e0b;color:#fff;font-size:9px;font-weight:700;padding:3px 7px;border-radius:5px;white-space:nowrap}
.npt-comments-list .mtb-official-body{padding:0;background:transparent;border:0;border-radius:0;overflow-wrap:anywhere;font-size:11px;line-height:1.9;color:#334155}
.npt-comments-list .mtb-official-body p{margin:0 0 .5em}.npt-comments-list .mtb-official-body p:last-child{margin-bottom:0}
.npt-comments-list .mtb-official-actions{margin-top:7px}
.npt-comments-pagination{text-align:center;margin-top:10px}
.npt-comments-pagination a,.npt-comments-pagination span{display:inline-block;padding:4px 8px;margin:2px;border:1px solid #e2e8f0;border-radius:6px;text-decoration:none;font-size:9px;color:#64748b}
.npt-comments-pagination .current{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}
@media(max-width:600px){
 .npt-comments{margin-top:20px;padding:10px;border-radius:9px}
 .npt-comments-heading{margin-bottom:10px}
 .npt-comments-heading h2{font-size:12px!important}
 .npt-comments-sort select{min-width:90px;height:27px;font-size:9px}
 .npt-comments .comment-form{padding:10px}
 .npt-comments .comment-form textarea{height:69px;min-height:69px}
 .npt-comments-list .comment-list .comment{padding:9px;margin-bottom:9px}
 .npt-comments-list .mtb-comment-meta{align-items:center}
 .npt-comments-list .mtb-comment-meta time,.npt-comments-list .mtb-official-head time{font-size:8px}
 .npt-comments-list .children{padding-right:8px}
}

/* Screenshot-matched form tools */
.npt-comments .comment-form-comment{position:relative;padding-bottom:36px!important}
.npt-comments .mtb-comment-tools{position:absolute;right:0;bottom:0;display:flex;align-items:center;gap:5px}
.npt-comments .mtb-emoji-btn,.npt-comments .mtb-photo-btn{height:24px;min-width:28px;padding:2px 6px;border:1px solid #e2e8f0;border-radius:5px;background:#fff;color:#0f172a;font-family:inherit;font-size:10px;line-height:1;cursor:pointer}
.npt-comments .mtb-photo-btn{min-width:58px}
.npt-comments .mtb-emoji-btn:hover,.npt-comments .mtb-photo-btn:hover{background:#f8fafc;border-color:#cbd5e1}
.npt-comments .comment-form .comment-form-author,.npt-comments .comment-form .comment-form-email{margin-bottom:8px}
.npt-comments .comment-form .comment-form-author input,.npt-comments .comment-form .comment-form-email input{height:31px;font-size:10px}
.npt-comments .comment-form .comment-form-comment{margin-bottom:8px!important}
.npt-comments .comment-form .form-submit{margin-top:0!important}
.npt-comments .mtb-comment-form-note{font-size:8px}
@media(max-width:600px){.npt-comments .mtb-comment-tools{right:0}.npt-comments .mtb-emoji-btn,.npt-comments .mtb-photo-btn{height:24px}.npt-comments .mtb-photo-btn{min-width:54px}}

/* =========================================================
   MTB Comments — exact screenshot correction
   Name/role row, pinned label, cream/orange editorial skin.
   ========================================================= */
.npt-comments-list .comment-list .comment.mtb-pinned-comment,
.npt-comments-list .comment-list .comment.mtb-official-comment {
  background:#fffdf8!important;
  border:1px solid #f59e0b!important;
  border-radius:8px!important;
  padding:10px!important;
  color:#0f172a;
}
.npt-comments-list .mtb-pinned-label{
  display:block;
  margin:0 0 5px;
  color:#d97706;
  font-size:9px;
  font-weight:700;
  line-height:1.5;
  text-align:right;
}
.npt-comments-list .mtb-comment-meta,
.npt-comments-list .mtb-official-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:0 0 6px;
}
.npt-comments-list .mtb-comment-user,
.npt-comments-list .mtb-official-author{
  display:flex;
  align-items:center;
  gap:5px;
  min-width:0;
  color:#0f172a!important;
  font-size:11px;
  line-height:1.4;
}
.npt-comments-list .mtb-comment-user strong,
.npt-comments-list .mtb-official-author strong{
  color:#0f172a!important;
  font-size:11px;
  font-weight:800!important;
  white-space:nowrap;
}
.npt-comments-list .mtb-comment-avatar{
  width:24px!important;
  height:24px!important;
  border-radius:50%!important;
  flex:0 0 24px;
}
.npt-comments-list .mtb-author-badge{
  display:inline-flex;
  align-items:center;
  padding:2px 6px;
  border-radius:4px;
  background:#f59e0b;
  color:#fff;
  font-size:8px;
  font-weight:800;
  line-height:1.35;
  white-space:nowrap;
}
.npt-comments-list .mtb-comment-meta time,
.npt-comments-list .mtb-official-head time{
  color:#94a3b8!important;
  font-size:8px!important;
  white-space:nowrap;
}
.npt-comments-list .mtb-comment-content,
.npt-comments-list .mtb-official-body{
  color:#334155!important;
  font-size:11px!important;
  line-height:1.9!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0 0 7px!important;
}
.npt-comments-list .mtb-comment-attachment{
  margin:0 0 7px;
  font-size:10px;
  line-height:1.6;
  color:#475569;
  text-align:right;
}
.npt-comments-list .mtb-comment-attachment a{
  color:#475569;
  text-decoration:underline;
  text-underline-offset:2px;
}
.npt-comments-list .mtb-comment-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  padding-top:6px!important;
  border-top:1px dashed #e2e8f0!important;
}
.npt-comments-list .mtb-comment-action-group{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
.npt-comments-list .mtb-comment-like,
.npt-comments-list .comment-reply-link{
  color:#64748b!important;
  background:transparent!important;
  border:0!important;
  padding:2px 0!important;
  font-size:10px!important;
  font-family:inherit!important;
}
.npt-comments-list .mtb-comment-like:hover,
.npt-comments-list .mtb-comment-like.is-liked,
.npt-comments-list .comment-reply-link:hover{
  color:#2563eb!important;
}
.npt-comments-list .mtb-official-reply{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.npt-comments-list .mtb-official-actions{margin-top:0!important}
.npt-comments-list .children{border-right:2px solid #e2e8f0!important}

/* =========================================================
   MTB Comments v171 — faithful live-site comment UI
   Neutral white cards, compact RTL rows, exact screenshot palette.
   ========================================================= */
.npt-comments-list{margin:0!important;padding:0!important}
.npt-comments-list .comment-list{
  list-style:none!important;
  margin:0!important;
  padding:0 10px!important;
  background:#fff!important;
  border:1px solid #d9dde3!important;
  border-radius:8px!important;
  overflow:hidden!important;
}
.npt-comments-list .comment-list .comment,
.npt-comments-list .comment-list .comment.mtb-pinned-comment,
.npt-comments-list .comment-list .comment.mtb-official-comment{
  list-style:none!important;
  margin:0!important;
  padding:10px 0!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px dotted #e2e8f0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#0f172a!important;
}
.npt-comments-list .comment-list>.comment:last-child{border-bottom:0!important}
.npt-comments-list .comment-list .comment.mtb-official-comment{
  background:#fffdf8!important;
  border:1px solid #f59e0b!important;
  border-radius:8px!important;
  margin:8px 0!important;
  padding:10px!important;
}
.npt-comments-list .mtb-pinned-label{
  margin:0 0 5px!important;
  color:#d97706!important;
  font-size:9px!important;
  font-weight:700!important;
  line-height:1.5!important;
  text-align:right!important;
}
.npt-comments-list .mtb-comment-meta,
.npt-comments-list .mtb-official-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin:0 0 5px!important;
  min-height:24px!important;
}
.npt-comments-list .mtb-comment-user,
.npt-comments-list .mtb-official-author{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  color:#0f172a!important;
  font-size:11px!important;
  line-height:1.35!important;
}
.npt-comments-list .mtb-comment-user strong,
.npt-comments-list .mtb-official-author strong{
  color:#0f172a!important;
  font-size:11px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.npt-comments-list .mtb-comment-avatar{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:50%!important;
  flex:0 0 24px!important;
  object-fit:cover!important;
}
.npt-comments-list .mtb-comment-meta time,
.npt-comments-list .mtb-official-head time{
  color:#94a3b8!important;
  font-size:8px!important;
  font-weight:400!important;
  white-space:nowrap!important;
}
.npt-comments-list .mtb-comment-content,
.npt-comments-list .mtb-official-body{
  margin:0 0 6px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  color:#334155!important;
  font-size:11px!important;
  line-height:1.8!important;
  overflow-wrap:anywhere!important;
}
.npt-comments-list .mtb-comment-content p,
.npt-comments-list .mtb-official-body p{margin:0!important}
.npt-comments-list .mtb-comment-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:18px!important;
  margin:0!important;
  padding:5px 0 0!important;
  border-top:1px dotted #e2e8f0!important;
}
.npt-comments-list .mtb-comment-action-group{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  flex-wrap:wrap!important;
}
.npt-comments-list .mtb-comment-like,
.npt-comments-list .comment-reply-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
  min-height:16px!important;
  border:0!important;
  background:transparent!important;
  color:#64748b!important;
  text-decoration:none!important;
  font-family:inherit!important;
  font-size:9px!important;
  font-weight:400!important;
  line-height:1.3!important;
  cursor:pointer!important;
}
.npt-comments-list .mtb-comment-like:hover,
.npt-comments-list .mtb-comment-like.is-liked,
.npt-comments-list .comment-reply-link:hover{color:#2563eb!important}
.npt-comments-list .mtb-like-icon{font-size:10px!important}
.npt-comments-list .mtb-like-count{font-size:8px!important;color:#64748b!important}
.npt-comments-list .mtb-comment-attachment{
  margin:0 0 6px!important;
  color:#64748b!important;
  font-size:9px!important;
}
.npt-comments-list .mtb-comment-attachment a{color:#475569!important}
.npt-comments-list .children{
  list-style:none!important;
  margin:0!important;
  padding:0 14px 0 0!important;
  border:0!important;
}
.npt-comments-list .children .comment{
  background:#fff!important;
  padding:10px 0!important;
}
.npt-comments-list .children .comment:last-child{border-bottom:0!important}
.npt-comments-list .mtb-official-reply{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.npt-comments-list .mtb-official-actions{margin-top:0!important}
.npt-comments-list .mtb-author-badge{background:#f59e0b!important;color:#fff!important;border-radius:4px!important;font-size:8px!important;padding:2px 6px!important}

/* فرم مطابق نمونه: زمینه خاکستری-آبی بسیار روشن و کنترل‌های کوچک */
.npt-comments .comment-form{
  margin:0 0 14px!important;
  padding:10px!important;
  background:#f1f5f9!important;
  border:0!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.npt-comments .comment-form textarea{
  min-height:69px!important;
  height:69px!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
  border-radius:6px!important;
  color:#0f172a!important;
  font-family:inherit!important;
  font-size:11px!important;
}
.npt-comments .mtb-comment-tools{right:0!important;bottom:0!important;gap:4px!important}
.npt-comments .mtb-emoji-btn,.npt-comments .mtb-photo-btn{
  height:24px!important;
  min-width:28px!important;
  padding:2px 6px!important;
  border:1px solid #e2e8f0!important;
  border-radius:5px!important;
  background:#fff!important;
  color:#0f172a!important;
  font-size:10px!important;
}
.npt-comments .mtb-photo-btn{min-width:58px!important}
.npt-comment-submit{
  height:27px!important;
  padding:4px 13px!important;
  border:0!important;
  border-radius:6px!important;
  background:#2563eb!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:700!important;
}

@media(max-width:600px){
  .npt-comments-list .comment-list{padding:0 8px!important;border-radius:8px!important}
  .npt-comments-list .comment-list .comment{padding:9px 0!important}
  .npt-comments-list .children{padding-right:10px!important}
  .npt-comments-list .mtb-comment-user strong,.npt-comments-list .mtb-official-author strong{font-size:11px!important}
  .npt-comments-list .mtb-comment-content,.npt-comments-list .mtb-official-body{font-size:11px!important;line-height:1.8!important}
}

.mtb-comment-avatar{display:none!important}.mtb-report-btn{background:#fff;border:1px solid #fca5a5;color:#b91c1c;border-radius:20px;padding:7px 14px}.mtb-comment-like{display:none!important}.mtb-pinned-label{background:#f59e0b;color:#fff;padding:4px 10px;border-radius:20px;display:inline-block;margin:10px}.npt-comments-heading{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #dbe3ec;padding:12px 16px;border-radius:12px}.mtb-comment-card{border-radius:12px;background:#eef6ff;border:1px solid #d9e2ec;margin-bottom:12px;padding:14px}.mtb-pinned-comment{background:#f8f3df;border-color:#f59e0b}

/* =========================================================
   MTB Public Comments — admin-inspired compact UI
   Visual language follows the moderation dashboard without
   exposing private moderation controls or user email/IP.
   ========================================================= */
.npt-comments{max-width:750px;margin-left:auto;margin-right:auto;background:#fff;border:1px solid #dbe3ee;border-radius:10px;padding:12px;color:#0f172a;box-shadow:0 2px 8px rgba(15,23,42,.035)}
.npt-comments-heading{display:flex;align-items:center;gap:7px;min-height:32px;margin:0 0 10px;padding:0 0 7px;border-bottom:1px solid #dbe3ee;position:relative}
.npt-comments-heading:after{display:none!important}
.npt-comments-heading h2{font-size:13px!important;font-weight:800!important;margin:0!important;padding:0!important;border:0!important;color:#0f172a!important}
.npt-comments-icon{font-size:12px}
.npt-comments-count-badge{display:inline-flex!important;align-items:center;margin-right:0!important;margin-left:auto;font-size:9px;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;padding:3px 7px}
.npt-comments-sort select{height:26px!important;min-width:82px!important;border:1px solid #dbe3ee!important;border-radius:5px!important;background:#fff!important;font-size:9px!important;padding:2px 7px!important}
.npt-comments .comment-form{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:10px!important;margin-bottom:12px!important}
.npt-comments .comment-form input[type=text],.npt-comments .comment-form input[type=email],.npt-comments .comment-form textarea{border-color:#dbe3ee!important;border-radius:6px!important;background:#fff!important;font-size:10px!important}
.npt-comments .comment-form textarea{min-height:82px;height:82px}
.npt-comment-submit{height:28px!important;border-radius:5px!important;font-size:10px!important;padding:4px 12px!important}
.npt-comments-list{border-top:0!important;padding-top:0!important;margin-top:0!important}
.npt-comments-list .comment-list .comment{margin:0 0 8px!important;padding:0!important;border:0!important;background:transparent!important}
.mtb-public-comment-card{position:relative;background:#fff;border:1px solid #cfd9e6;border-radius:8px;padding:8px 9px;box-shadow:0 1px 2px rgba(15,23,42,.025)}
.mtb-public-comment-card:hover{border-color:#b9c8da}
.mtb-public-comment-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;margin-bottom:7px}
.mtb-public-author-wrap{min-width:0;flex:1}
.mtb-public-author-line{display:flex;align-items:center;gap:5px;flex-wrap:wrap;min-width:0}
.mtb-public-author{font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
.mtb-public-user-badge,.mtb-public-status{display:inline-flex;align-items:center;white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700;line-height:1.5;border:1px solid #dbe3ee;background:#f8fafc;color:#64748b}
.mtb-public-status-approved{background:#ecfdf5;border-color:#a7f3d0;color:#059669}
.mtb-public-status-official{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}
.mtb-public-meta-line{display:flex;align-items:center;gap:5px;margin-top:2px;color:#94a3b8;font-size:8px}
.mtb-public-comment-body{font-size:10.5px;line-height:1.9;color:#334155;padding:7px 8px;background:#f8fafc;border:1px solid #e2e8f0;border-right:3px solid #2563eb;border-radius:6px;overflow-wrap:anywhere}
.mtb-public-comment-body p{margin:0 0 .45em}.mtb-public-comment-body p:last-child{margin-bottom:0}
.mtb-public-comment-actions{display:flex;align-items:center;gap:5px;margin-top:7px;padding-top:6px;border-top:1px dashed #e2e8f0}
.mtb-public-icon-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:3px;min-width:27px;height:24px;padding:2px 7px!important;border:1px solid #dbe3ee!important;border-radius:5px!important;background:#fff!important;color:#64748b!important;font:inherit!important;font-size:9px!important;line-height:1!important;text-decoration:none!important;cursor:pointer}
.mtb-public-icon-btn:hover{background:#f8fafc!important;border-color:#bfdbfe!important;color:#2563eb!important}
.mtb-public-icon-btn.is-liked{background:#eff6ff!important;border-color:#bfdbfe!important;color:#2563eb!important}
.mtb-public-reply-btn{min-width:47px!important}
.mtb-public-pin-badge{position:absolute;left:8px;top:8px;display:inline-flex;align-items:center;background:#fffbeb;border:1px solid #fde68a;color:#b45309;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700}
.mtb-public-comment-card .mtb-comment-attachment{margin-top:6px;font-size:9px;color:#64748b}
.mtb-public-comment-card .mtb-comment-attachment a{color:#2563eb;text-decoration:none}
.npt-comments-list .children{margin:7px 0 0!important;padding:0 9px 0 0!important;border-right:2px solid #dbe3ee!important}
.npt-comments-list .children .comment{background:transparent!important}
.npt-comments-list .mtb-official-comment{background:transparent!important;border:0!important;padding:0!important}
.npt-comments-list .mtb-official-reply{background:transparent!important;border:0!important;padding:0!important}
@media(max-width:600px){
 .npt-comments{width:100%;padding:9px;border-radius:8px}
 .mtb-public-comment-card{padding:8px}
 .mtb-public-author{max-width:140px}
 .mtb-public-comment-body{font-size:10px}
 .mtb-public-icon-btn{height:23px;min-width:26px;padding:2px 6px!important}
}

/* Public comments: compact report state/count */
.npt-comments .mtb-report-btn{white-space:nowrap}
.npt-comments .mtb-report-count{font-size:.9em;opacity:.8}

/* Public comments replies visual hierarchy */
.mtb-reply-comment .mtb-public-comment-card {
    margin-right: 34px;
    position: relative;
    border-right: 3px solid rgba(0,0,0,.12);
}
.mtb-reply-indicator {
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:12px;
    padding:4px 10px;
    margin-bottom:10px;
    border-radius:999px;
    background:#f1f5f9;
    color:#475569;
}
.mtb-official-comment .mtb-reply-indicator {
    background:#e0f2fe;
}


/* Multi-level public comments */
.npt-comments .comment-list ol.children{
    margin-right:18px;
    padding-right:18px;
    border-right:2px dashed #3b82f6;
}
.npt-comments .mtb-reply-indicator{
    display:inline-flex;
    background:#f1f5f9;
    color:#475569;
    border-radius:5px;
    padding:3px 9px;
    margin-bottom:8px;
    font-size:11px;
}
.npt-comments .mtb-reply-comment .mtb-public-comment-card{
    position:relative;
}

/* v30 exact nested comments UI */
.mtb-public-comment-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.02);position:relative}
.mtb-public-comment-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.mtb-public-author-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.mtb-public-author{font-weight:800;color:#1e293b}
.mtb-public-user-badge,.mtb-public-status{padding:3px 8px;border-radius:6px;font-size:11px;background:#e0e7ff;color:#4338ca}
.mtb-public-status-approved{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}
.mtb-public-meta-line{margin-right:auto;color:#94a3b8;font-size:11px}
.mtb-public-comment-body{background:#fff;border:1px solid #e2e8f0;border-right:4px solid #2563eb;border-radius:8px;padding:12px 14px;color:#334155;line-height:1.8;margin-bottom:10px}
.mtb-public-comment-actions{display:flex;gap:8px;align-items:center}
.mtb-public-icon-btn,.mtb-public-reply-btn{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:5px 12px;font-size:11px;text-decoration:none!important;color:#475569!important}
.mtb-reply-indicator{display:inline-block;background:#f1f5f9;color:#475569;padding:2px 8px;border-radius:4px;font-size:11px;margin-bottom:8px}
.mtb-reply-comment{margin-right:18px;padding-right:18px;border-right:2px dashed #3b82f6}
.mtb-pinned-comment{border-color:#93c5fd}
@media(max-width:600px){.mtb-reply-comment{margin-right:8px;padding-right:10px}}


/* Exact nested comments UI */
.mtb-exact-comment-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.02);position:relative}
.mtb-exact-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.mtb-exact-author{font-weight:700;color:#1e293b}
.mtb-exact-badge{background:#e0e7ff;color:#4338ca;padding:3px 8px;border-radius:6px;font-size:11px;display:inline-flex}
.mtb-exact-author-badge{background:#e0f2fe;color:#0369a1}
.mtb-exact-time{margin-right:auto;color:#94a3b8;font-size:11px}
.mtb-exact-approved{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0;padding:3px 8px;border-radius:6px;font-size:11px}
.mtb-exact-body{background:#fff;border:1px solid #e2e8f0;border-right:4px solid #2563eb;border-radius:8px;padding:12px 14px;color:#334155;line-height:1.7;margin-bottom:10px}
.mtb-exact-actions{display:flex;align-items:center;gap:8px}
.mtb-exact-btn{background:#f8fafc;border:1px solid #cbd5e1;color:#475569;padding:5px 12px;border-radius:6px;font-size:11px;display:inline-flex;align-items:center;gap:4px}
.mtb-exact-reply-target{display:inline-block;background:#f1f5f9;color:#475569;padding:2px 8px;border-radius:4px;font-size:11px;margin-bottom:8px}
.comment-list .children{margin-top:12px;padding-right:18px;border-right:2px dashed #3b82f6}

/* MTB v32 exact visual refinement */
.mtb-exact-comment-card{
 border-color:#dbe4ee;
 border-radius:8px;
 padding:14px;
 margin-bottom:10px;
 box-shadow:none;
}
.mtb-exact-meta{
 gap:6px;
 margin-bottom:8px;
}
.mtb-exact-author-line{
 display:flex;
 align-items:center;
 gap:6px;
}
.mtb-exact-badge{
 padding:2px 7px;
 border-radius:5px;
 font-size:10px;
}
.mtb-exact-approved{
 padding:2px 7px;
 border-radius:5px;
 font-size:10px;
}
.mtb-exact-time{
 font-size:10px;
 margin-right:auto;
}
.mtb-exact-body{
 border-color:#dbe4ee;
 border-right:3px solid #2563eb;
 border-radius:7px;
 padding:10px 12px;
 line-height:1.8;
 margin-bottom:8px;
 min-height:46px;
}
.mtb-exact-actions{
 gap:6px;
}
.mtb-exact-btn{
 padding:4px 10px;
 border-radius:5px;
 font-size:10px;
}
.mtb-exact-reply-target{
 padding:2px 7px;
 margin-bottom:6px;
 font-size:10px;
}
.comment-list .children{
 margin-top:10px;
 padding-right:16px;
 border-right:2px dashed #3b82f6;
}
.mtb-public-pin-badge{
 font-size:10px!important;
}


/* MTB v33 - exact reference tuning */
.mtb-exact-comment-card{
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:16px;
    margin-bottom:12px;
    box-shadow:0 1px 3px rgba(15,23,42,.03);
}
.comment-list .children{
    margin-top:12px;
    padding-right:18px;
    border-right:2px dashed #3b82f6;
}
.comment-list .children .mtb-exact-comment-card{
    padding:14px;
    margin-bottom:10px;
    border-color:#e2e8f0;
}
.mtb-exact-meta{
    gap:8px;
    margin-bottom:10px;
}
.mtb-exact-author-line{
    gap:5px;
}
.mtb-exact-badge,
.mtb-exact-approved{
    padding:3px 8px;
    border-radius:6px;
    font-size:11px;
}
.mtb-exact-time{
    font-size:11px;
}
.mtb-exact-body{
    border:1px solid #e2e8f0;
    border-right:4px solid #2563eb;
    border-radius:8px;
    padding:12px 14px;
    line-height:1.7;
    margin-bottom:10px;
    min-height:0;
}
.mtb-exact-actions{
    gap:8px;
}
.mtb-exact-btn{
    padding:5px 12px;
    border-radius:6px;
    font-size:11px;
}
.mtb-exact-reply-target{
    padding:2px 8px;
    margin-bottom:8px;
    font-size:11px;
}


/* News snapshot widget: exact compact RTL card treatment from the supplied reference. */
/* News snapshot widget: all reference-sensitive geometry is exposed as variables for easy manual tuning. */
.npt-news-snapshot-widget{
    /* ===== EDIT THESE VALUES TO TUNE THE WIDGET ===== */
    --npt-snapshot-card-border-width:1px;
    --npt-snapshot-card-border-color:#d1d1d1;
    --npt-snapshot-card-radius:0px 15px 4px 25px;
    --npt-snapshot-card-padding:8px;
    --npt-snapshot-card-height:98px;
    --npt-snapshot-card-gap:9px;
    --npt-snapshot-image-size:80px;
    --npt-snapshot-image-radius:0px 15px 4px 25px;
    --npt-snapshot-image-gap:10px;
    /* ============================================= */
    width:100%;max-width:100%;margin:0 0 20px;min-width:0;direction:rtl;overflow:hidden
}
.npt-news-snapshot-title{margin:0 3px 9px 0;padding:0;color:var(--text);font-size:16px;line-height:27px;font-weight:700;text-align:right}
.npt-news-snapshot-list{display:grid;grid-template-columns:repeat(var(--npt-snapshot-columns,1),minmax(0,1fr));gap:var(--npt-snapshot-card-gap);width:100%;min-width:0}
.npt-news-snapshot-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--npt-snapshot-image-gap);box-sizing:border-box;width:100%;height:var(--npt-snapshot-card-height);min-height:var(--npt-snapshot-card-height);padding:var(--npt-snapshot-card-padding);border:var(--npt-snapshot-card-border-width) solid var(--npt-snapshot-card-border-color);border-radius:var(--npt-snapshot-card-radius);background:#fff;overflow:hidden;direction:ltr}
.npt-news-snapshot-content{min-width:0;min-height:var(--npt-snapshot-image-size);flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:right;direction:rtl}
.npt-news-snapshot-content h3{margin:0;min-width:0;font-size:13px;line-height:23px;font-weight:500;text-align:right}
.npt-news-snapshot-content h3 a{display:-webkit-box;overflow:hidden;color:inherit;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.npt-news-snapshot-meta{margin-top:2px;color:var(--secondary,#333);font-size:11px;line-height:20px;font-weight:400;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.npt-news-snapshot-image{display:block;order:2;flex:0 0 var(--npt-snapshot-image-size);width:var(--npt-snapshot-image-size);height:var(--npt-snapshot-image-size);overflow:hidden;border-radius:var(--npt-snapshot-image-radius);background:#eee;direction:ltr}
.npt-news-snapshot-image img{display:block;width:var(--npt-snapshot-image-size)!important;height:var(--npt-snapshot-image-size)!important;max-width:none;max-height:none;object-fit:cover}
.npt-news-snapshot-image-placeholder{display:block;width:var(--npt-snapshot-image-size);height:var(--npt-snapshot-image-size);background:#f1f1f1}
.npt-news-snapshot-item:hover{border-color:var(--npt-snapshot-card-border-color)}

/* Keep the reference geometry intact on narrow screens; columns collapse to one for readability. */
@media(max-width:650px){.npt-news-snapshot-list{grid-template-columns:minmax(0,1fr)}.npt-news-snapshot-item{height:var(--npt-snapshot-card-height);min-height:var(--npt-snapshot-card-height);padding:var(--npt-snapshot-card-padding);border-radius:var(--npt-snapshot-card-radius)}.npt-news-snapshot-image{flex:0 0 var(--npt-snapshot-image-size);width:var(--npt-snapshot-image-size);height:var(--npt-snapshot-image-size);border-radius:var(--npt-snapshot-image-radius)}.npt-news-snapshot-image img,.npt-news-snapshot-image-placeholder{width:var(--npt-snapshot-image-size)!important;height:var(--npt-snapshot-image-size)!important}}

/* Special featured block: top slider + static continuation cards. */
.npt-special-featured{display:block;direction:rtl}
.npt-special-slider-wrap{margin:0 0 24px}
.npt-special-slider{position:relative;background:#eee;overflow:hidden}
.npt-special-slide{display:none;grid-template-columns:minmax(260px,1.55fr) minmax(0,1fr);min-height:250px;background:var(--surface)}
.npt-special-slide.is-active{display:grid}
.npt-special-slide-image{display:block;position:relative;grid-column:1;grid-row:1;min-width:0;overflow:hidden;background:#eee}
.npt-special-slide-image img{display:block;width:100%;height:100%;min-height:250px;object-fit:cover}
.npt-special-slide-date{position:absolute;top:10px;right:10px;padding:3px 7px;background:rgba(70,70,70,.78);color:#fff;font-size:.68rem;line-height:1.5;border-radius:2px}
.npt-special-slide-copy{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:20px 18px;text-align:right;background:var(--surface)}
.npt-special-slide-kicker{margin:0 0 5px;color:var(--muted);font-size:.9rem;line-height:1.8;font-weight:700}
.npt-special-slide-copy h3{margin:0 0 9px;font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1.8;font-weight:800}
.npt-special-slide-copy h3 a{color:var(--text);text-decoration:none}
.npt-special-slide-copy p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.9}
.npt-special-slider-dots{top:10px!important;left:10px!important;right:auto!important}
.npt-special-slider-dots button{width:10px!important;height:10px!important;border-radius:1px!important}
.npt-special-static-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;border-top:1px solid var(--border);padding-top:22px}
.npt-special-static-item{min-width:0;text-align:right}
.npt-special-static-image{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background:#eee}
.npt-special-static-image img{display:block;width:100%;height:100%;object-fit:cover}
.npt-special-static-kicker{margin:8px 0 2px;color:var(--muted);font-size:.78rem;line-height:1.7;font-weight:700}
.npt-special-static-item h3{margin:3px 0 4px;font-size:.98rem;line-height:1.75;font-weight:800}
.npt-special-static-item h3 a{color:var(--text);text-decoration:none}
.npt-special-static-item .npt-meta{font-size:.72rem;color:var(--muted)}
@media(max-width:800px){
 .npt-special-slide{grid-template-columns:1fr;grid-template-rows:auto auto}
 .npt-special-slide-image{grid-column:1;grid-row:1}
 .npt-special-slide-image img{min-height:0;aspect-ratio:16/9}
 .npt-special-slide-copy{grid-column:1;grid-row:2;padding:14px}
 .npt-special-slide-copy h3{font-size:1.15rem}
}
@media(max-width:600px){
 .npt-special-static-grid{grid-template-columns:1fr 1fr;gap:14px}
}
@media(max-width:400px){
 .npt-special-static-grid{grid-template-columns:1fr}
}

/* Homepage dual-sidebar layout — v70.59.1 */
@media(min-width:901px){
  .npt-home-layout{display:grid;grid-template-areas:"right content left";align-items:start;gap:28px;direction:ltr}
  .npt-home-layout>.npt-home-content{grid-area:content;direction:rtl;min-width:0}
  .npt-home-layout>.npt-home-right-sidebar{grid-area:right;direction:rtl;min-width:0}
  .npt-home-layout>.npt-home-left-sidebar{grid-area:left;direction:rtl;min-width:0}
  .npt-home-layout .npt-home-sidebar{position:sticky;top:16px;align-self:start}
  .npt-home-layout.npt-home-no-sidebar{grid-template-columns:minmax(0,1fr);grid-template-areas:"content"}
  .npt-home-layout.npt-home-has-right.npt-home-no-left{grid-template-areas:"right content"}
  .npt-home-layout.npt-home-no-right.npt-home-has-left{grid-template-areas:"content left"}
  .npt-home-layout.npt-home-content-position-right{direction:ltr;grid-template-areas:"left right content"}
  .npt-home-layout.npt-home-content-position-right.npt-home-has-right.npt-home-no-left{grid-template-areas:"right content"}
  .npt-home-layout.npt-home-content-position-right.npt-home-no-right.npt-home-has-left{grid-template-areas:"left content"}
  .npt-home-layout.npt-home-content-position-left{direction:ltr;grid-template-areas:"content left right"}
  .npt-home-layout.npt-home-content-position-left.npt-home-has-right.npt-home-no-left{grid-template-areas:"content right"}
  .npt-home-layout.npt-home-content-position-left.npt-home-no-right.npt-home-has-left{grid-template-areas:"content left"}
}
@media(max-width:900px){
  .npt-home-layout{display:grid;grid-template-columns:1fr!important;grid-template-areas:"content" "right" "left"!important;gap:22px}
  .npt-home-layout>.npt-home-content{grid-area:content}
  .npt-home-layout>.npt-home-right-sidebar{grid-area:right}
  .npt-home-layout>.npt-home-left-sidebar{grid-area:left}
  .npt-home-layout .npt-home-sidebar{position:static}
  .npt-home-layout.npt-home-no-right.npt-home-no-left{grid-template-areas:"content"!important}
  .npt-home-layout.npt-home-has-right.npt-home-no-left{grid-template-areas:"content" "right"!important}
  .npt-home-layout.npt-home-no-right.npt-home-has-left{grid-template-areas:"content" "left"!important}
}


/* Homepage UX visual refinement 70.59.14 — CSS-only, no query/AJAX/JS changes. */
body.home .npt-main{
  background:var(--soft);
}
body.home .npt-home-layout{
  gap:24px;
}
body.home .npt-home-content{
  min-width:0;
}
body.home .npt-home-content > .npt-widget,
body.home .npt-home-content > .widget{
  margin:0 0 22px;
  padding:18px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:11px;
  box-shadow:0 2px 10px rgba(15,23,42,.035);
}
body.home .npt-home-content > .npt-widget:last-child,
body.home .npt-home-content > .widget:last-child{
  margin-bottom:0;
}
body.home .npt-home-content > .npt-widget > .widget-title,
body.home .npt-home-content > .widget > .widget-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  padding:0 12px 11px 0;
  border-inline-start:0;
  border-bottom:1px solid var(--border);
  font-size:1.12rem;
  line-height:1.6;
  font-weight:900;
  color:var(--text);
}
body.home .npt-home-content > .npt-widget > .widget-title::before,
body.home .npt-home-content > .widget > .widget-title::before{
  content:'';
  flex:0 0 4px;
  width:4px;
  height:23px;
  border-radius:4px;
  background:var(--accent);
}
body.home .npt-home-content > .npt-widget > .widget-title::after,
body.home .npt-home-content > .widget > .widget-title::after{
  content:'';
  display:block;
  flex:1;
  height:1px;
  background:var(--border);
  opacity:.55;
}
body.home .npt-home-content > .npt-home-section-featured{
  padding:20px;
  border-color:color-mix(in srgb,var(--accent) 18%,var(--border));
}
body.home .npt-home-content > .npt-home-section-featured > .widget-title{
  font-size:1.25rem;
  padding-bottom:13px;
}
body.home .npt-home-content > .npt-home-section-featured > .widget-title::before{
  height:27px;
}
body.home .npt-home-content > .npt-home-section-popular .npt-popular-columns{
  padding-top:2px;
}
body.home .npt-home-layout > .npt-sidebar{
  min-width:0;
}
body.home .npt-home-layout > .npt-sidebar .npt-widget,
body.home .npt-home-layout > .npt-sidebar .widget{
  margin:0 0 18px;
  padding:16px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:10px;
  box-shadow:0 2px 10px rgba(15,23,42,.03);
}
body.home .npt-home-layout > .npt-sidebar .npt-widget + .npt-widget,
body.home .npt-home-layout > .npt-sidebar .widget + .widget{
  margin-top:0;
}
body.home .npt-home-layout > .npt-sidebar .widget-title{
  margin-bottom:13px;
  padding-bottom:9px;
  border-bottom:1px solid var(--border);
  border-inline-start:0;
}
body.home .npt-home-layout > .npt-sidebar .widget-title::before{
  content:'';
  display:inline-block;
  width:3px;
  height:18px;
  margin-inline-end:8px;
  vertical-align:-3px;
  border-radius:3px;
  background:var(--accent);
}
@media(max-width:900px){
  body.home .npt-home-content > .npt-widget,
  body.home .npt-home-content > .widget{padding:15px;margin-bottom:18px;border-radius:9px}
  body.home .npt-home-content > .npt-home-section-featured{padding:16px}
  body.home .npt-home-layout > .npt-sidebar .npt-widget,
  body.home .npt-home-layout > .npt-sidebar .widget{padding:14px;border-radius:9px}
}
@media(max-width:600px){
  body.home .npt-main{padding-top:10px}
  body.home .npt-home-layout{gap:18px}
  body.home .npt-home-content > .npt-widget,
  body.home .npt-home-content > .widget{padding:12px;margin-bottom:14px;border-radius:8px;box-shadow:none}
  body.home .npt-home-content > .npt-home-section-featured{padding:12px}
  body.home .npt-home-content > .npt-widget > .widget-title,
  body.home .npt-home-content > .widget > .widget-title{font-size:1rem;margin-bottom:12px;padding-bottom:8px}
  body.home .npt-home-content > .npt-widget > .widget-title::before,
  body.home .npt-home-content > .widget > .widget-title::before{height:20px;width:3px;flex-basis:3px}
  body.home .npt-home-layout > .npt-sidebar .npt-widget,
  body.home .npt-home-layout > .npt-sidebar .widget{padding:12px;margin-bottom:12px;box-shadow:none}
}


/* 70.59.14 — subtle hierarchy, separation and interaction polish. */
body.home .npt-container > .npt-home-layout{
  position:relative;
}
body.home .npt-container > .npt-home-layout::before{
  content:'';
  position:absolute;
  inset-inline:0;
  top:-12px;
  height:1px;
  background:var(--border);
  opacity:.55;
  pointer-events:none;
}
body.home .npt-home-content > .npt-widget,
body.home .npt-home-content > .widget,
body.home .npt-home-layout > .npt-sidebar .npt-widget,
body.home .npt-home-layout > .npt-sidebar .widget{
  transition:border-color .16s ease,box-shadow .16s ease;
}
body.home .npt-home-content > .npt-widget:hover,
body.home .npt-home-content > .widget:hover,
body.home .npt-home-layout > .npt-sidebar .npt-widget:hover,
body.home .npt-home-layout > .npt-sidebar .widget:hover{
  border-color:color-mix(in srgb,var(--accent) 22%,var(--border));
  box-shadow:0 3px 14px rgba(15,23,42,.055);
}
body.home .npt-home-content > .npt-home-section-featured{
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 3%,var(--surface)),var(--surface));
}
body.home .npt-home-content > .npt-home-section-featured:hover{
  border-color:color-mix(in srgb,var(--accent) 28%,var(--border));
}
body.home .npt-home-layout > .npt-sidebar .widget-title{
  font-weight:850;
}
@media(max-width:600px){
  body.home .npt-container > .npt-home-layout::before{top:-8px}
  body.home .npt-home-content > .npt-widget,
  body.home .npt-home-content > .widget,
  body.home .npt-home-layout > .npt-sidebar .npt-widget,
  body.home .npt-home-layout > .npt-sidebar .widget{transition:none}
}


/* 70.59.15 — homepage UX refinement: stronger hierarchy with restrained framing. */
body.home .npt-home-content > .npt-widget,
body.home .npt-home-content > .widget{
  position:relative;
  isolation:isolate;
}
body.home .npt-home-content > .npt-widget:not(.npt-home-section-featured):not(.npt-home-section-popular),
body.home .npt-home-content > .widget:not(.npt-home-section-featured):not(.npt-home-section-popular){
  padding:18px 18px 20px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--mtb-radius);
  box-shadow:0 3px 16px rgba(15,23,42,.025);
}
body.home .npt-home-content > .npt-widget:not(.npt-home-section-featured):not(.npt-home-section-popular) > .widget-title,
body.home .npt-home-content > .widget:not(.npt-home-section-featured):not(.npt-home-section-popular) > .widget-title{
  margin-bottom:16px;
}
body.home .npt-home-content > .npt-widget .npt-post-card,
body.home .npt-home-content > .widget .npt-post-card{
  min-width:0;
}
body.home .npt-home-content > .npt-home-section-featured{
  box-shadow:0 7px 26px rgba(15,23,42,.045);
}
body.home .npt-home-content > .npt-home-section-popular{
  box-shadow:0 5px 22px rgba(15,23,42,.035);
}
body.home .npt-home-content > .npt-widget + .npt-widget,
body.home .npt-home-content > .widget + .widget{margin-top:0}
body.home .npt-home-layout > .npt-sidebar .npt-widget:hover{
  transform:translateY(-1px);
}
@media(max-width:900px){
  body.home .npt-home-content > .npt-widget:not(.npt-home-section-featured):not(.npt-home-section-popular),
  body.home .npt-home-content > .widget:not(.npt-home-section-featured):not(.npt-home-section-popular){
    padding:15px 14px 16px;
    box-shadow:0 2px 12px rgba(15,23,42,.025);
  }
}
@media(max-width:600px){
  body.home .npt-home-content > .npt-widget:not(.npt-home-section-featured):not(.npt-home-section-popular),
  body.home .npt-home-content > .widget:not(.npt-home-section-featured):not(.npt-home-section-popular){
    padding:12px;
    border-radius:var(--mtb-radius-sm);
    box-shadow:none;
  }
  body.home .npt-home-layout > .npt-sidebar .npt-widget:hover{transform:none}
}

/* v70.59.16 — widget identity polish: visual hierarchy without extra requests */
.npt-special-featured{border:1px solid var(--border);border-radius:var(--mtb-radius);background:var(--surface);box-shadow:var(--mtb-shadow);overflow:hidden}
.npt-special-slider-wrap{position:relative;background:var(--soft)}
.npt-special-slide{min-height:330px}
.npt-special-slide-image{display:block;overflow:hidden}
.npt-special-slide-image img{transition:transform .3s ease}
.npt-special-slide:hover .npt-special-slide-image img{transform:scale(1.02)}
.npt-special-slide-copy{padding:18px 20px 20px;background:var(--surface)}
.npt-special-slide-kicker,.npt-special-static-kicker{color:var(--accent);font-size:.76rem;font-weight:800;margin-bottom:5px}
.npt-special-slide-title{font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.7;font-weight:900}
.npt-special-static-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px;background:var(--surface);border-top:1px solid var(--border)}
.npt-special-static-item{min-width:0;border:1px solid var(--border);border-radius:var(--mtb-radius-sm);overflow:hidden;background:var(--surface);transition:box-shadow .2s ease,transform .2s ease}
.npt-special-static-item:hover{box-shadow:var(--mtb-shadow);transform:translateY(-1px)}
.npt-special-static-image{display:block;overflow:hidden}
.npt-special-static-image img{transition:transform .25s ease}
.npt-special-static-item:hover .npt-special-static-image img{transform:scale(1.02)}
.npt-special-static-copy{padding:10px 12px 12px}
.npt-special-static-title{font-size:.92rem;line-height:1.75;font-weight:800}
.npt-latest-hot-widget{border:1px solid var(--border);border-radius:var(--mtb-radius);background:var(--surface);padding:16px;box-shadow:var(--mtb-shadow)}
.npt-lht-columns{gap:18px}
.npt-lht-column{min-width:0}
.npt-lht-heading{display:flex;align-items:center;gap:7px;padding-bottom:9px;margin-bottom:4px;border-bottom:1px solid var(--border);font-size:.95rem}
.npt-lht-heading-icon{color:var(--accent);font-weight:900}
.npt-lht-item{padding:10px 0;border-bottom:1px solid var(--border)}
.npt-lht-item:last-child{border-bottom:0}
.npt-video-wrap{border:1px solid var(--border);border-radius:var(--mtb-radius);background:var(--surface);padding:10px;box-shadow:var(--mtb-shadow)}
.npt-video-card{border:0;box-shadow:none;background:transparent}
.npt-editor-grid .npt-post-card:hover,.npt-news-six .npt-post-card:hover,.npt-horizontal-item:hover{box-shadow:var(--mtb-shadow);transform:translateY(-1px)}
.npt-editor-grid .npt-post-card,.npt-news-six .npt-post-card,.npt-horizontal-item{transition:box-shadow .2s ease,transform .2s ease}
@media(max-width:700px){
 .npt-special-static-grid{grid-template-columns:1fr;gap:10px;padding:10px}
 .npt-special-slide{min-height:0}
 .npt-special-slide-copy{padding:14px}
 .npt-latest-hot-widget{padding:12px}
 .npt-video-wrap{padding:7px}
}
@media(prefers-reduced-motion:reduce){
 .npt-special-slide-image img,.npt-special-static-item,.npt-special-static-image img,.npt-editor-grid .npt-post-card,.npt-news-six .npt-post-card,.npt-horizontal-item{transition:none}
}

/* v70.59.17 — final homepage spacing, focus and content-density polish. */
body.home .npt-home-content > .npt-widget,
body.home .npt-home-content > .widget{
  scroll-margin-top:24px;
}
body.home .npt-home-content > .npt-widget > .widget-title a,
body.home .npt-home-content > .widget > .widget-title a,
body.home .npt-home-layout > .npt-sidebar .widget-title a{
  color:inherit;
  text-decoration:none;
}
body.home .npt-home-content > .npt-widget a:focus-visible,
body.home .npt-home-content > .widget a:focus-visible,
body.home .npt-home-layout > .npt-sidebar a:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
  border-radius:4px;
}
body.home .npt-home-content > .npt-widget:not(.npt-home-section-featured):not(.npt-home-section-popular) + .npt-widget,
body.home .npt-home-content > .widget:not(.npt-home-section-featured):not(.npt-home-section-popular) + .widget{
  border-top-color:var(--border);
}
body.home .npt-home-content > .npt-home-section-featured .npt-special-static-title,
body.home .npt-home-content > .npt-home-section-featured .npt-special-slide-title{
  text-wrap:balance;
}
body.home .npt-home-layout > .npt-sidebar .npt-widget:last-child,
body.home .npt-home-layout > .npt-sidebar .widget:last-child{
  margin-bottom:0;
}
@media(min-width:901px){
  body.home .npt-home-content > .npt-widget:not(.npt-home-section-featured):not(.npt-home-section-popular) > .widget-title,
  body.home .npt-home-content > .widget:not(.npt-home-section-featured):not(.npt-home-section-popular) > .widget-title{
    min-height:34px;
    display:flex;
    align-items:center;
  }
}
@media(max-width:600px){
  body.home .npt-home-content > .npt-widget > .widget-title,
  body.home .npt-home-content > .widget > .widget-title{
    line-height:1.65;
  }
  body.home .npt-home-layout > .npt-sidebar .npt-widget:last-child,
  body.home .npt-home-layout > .npt-sidebar .widget:last-child{margin-bottom:0}
}
@media(prefers-reduced-motion:reduce){
  body.home .npt-home-content > .npt-widget,
  body.home .npt-home-content > .widget,
  body.home .npt-home-layout > .npt-sidebar .npt-widget,
  body.home .npt-home-layout > .npt-sidebar .widget{scroll-behavior:auto}
}

/* v70.60.0 — final site-wide UX polish for internal pages. */
.npt-internal-content{
  min-width:0;
}
.npt-internal-content > .npt-article-header,
.npt-special-page .npt-article-header,
.npt-gallery .npt-article-header,
.npt-video .npt-article-header{
  padding:18px 20px 16px;
  margin:0 0 20px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:10px;
}
.npt-internal-content > .npt-article-header .npt-title,
.npt-special-page .npt-article-header .npt-title{
  margin:0;
  line-height:1.65;
  font-weight:900;
}
.npt-archive-header{
  padding:18px 20px 16px;
  margin-bottom:20px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:10px;
  border-bottom:1px solid var(--border);
}
.npt-archive-header .npt-title{font-weight:900}
.npt-archive-list{
  border:1px solid var(--border);
  border-radius:10px;
  overflow:hidden;
  background:var(--surface);
}
.npt-archive-card{
  padding:18px;
  border-bottom:1px solid var(--border);
  transition:background-color .16s ease;
}
.npt-archive-card:last-child{border-bottom:0}
.npt-archive-card:hover{background:var(--soft)}
.npt-archive-body h2{font-weight:800}
.npt-special-page .entry-content,
.npt-special-page .npt-widget-area{
  min-width:0;
}
.npt-special-page .entry-content{
  line-height:2.05;
}
.npt-special-page .entry-content > *:first-child{margin-top:0}
.npt-special-page .entry-content > *:last-child{margin-bottom:0}
.npt-special-page .npt-widget-area{
  margin-bottom:22px;
}
.npt-internal-layout > .npt-sidebar{
  min-width:0;
}
.npt-internal-layout > .npt-sidebar .npt-widget{
  border:1px solid var(--border);
  border-radius:10px;
  padding:14px;
  background:var(--surface);
}
.npt-internal-layout > .npt-sidebar .npt-widget + .npt-widget{margin-top:18px}
.npt-internal-layout > .npt-sidebar .widget-title{
  margin-bottom:12px;
  padding-inline-start:9px;
  border-inline-start-width:3px;
}
.npt-pagination,
.nav-links{
  margin-top:20px;
}
.npt-special-page .npt-layout{
  margin-bottom:22px;
}
.npt-gallery .entry-content,
.npt-video .entry-content,
.npt-special .entry-content{
  background:var(--surface);
}
@media(max-width:900px){
  .npt-internal-content > .npt-article-header,
  .npt-special-page .npt-article-header,
  .npt-gallery .npt-article-header,
  .npt-video .npt-article-header,
  .npt-archive-header{padding:15px 16px;border-radius:8px}
  .npt-archive-card{padding:15px}
}
@media(max-width:560px){
  .npt-internal-content > .npt-article-header,
  .npt-special-page .npt-article-header,
  .npt-gallery .npt-article-header,
  .npt-video .npt-article-header,
  .npt-archive-header{margin-bottom:15px}
  .npt-archive-card{padding:12px}
}
@media(prefers-reduced-motion:reduce){
  .npt-archive-card{transition:none}
}



/* v70.60.1 — final accessibility and interaction hardening; CSS-only. */
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid color-mix(in srgb, var(--accent) 70%, #fff 30%);
  outline-offset:2px;
}
.npt-card a,
.npt-archive-card a,
.npt-related-card a,
.npt-post-card a{
  -webkit-tap-highlight-color:transparent;
}
.npt-archive-card:hover{background:var(--soft)}
.npt-archive-card:focus-within{background:var(--soft)}
.npt-home-section,
.npt-internal-layout > .npt-sidebar,
.npt-footer-col{min-width:0}
.npt-footer a:focus-visible,
.npt-nav a:focus-visible,
.npt-menu a:focus-visible{position:relative;z-index:2}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}


/* v70.60.2 — deterministic single article title color control.
 * Keep this selector specific enough to override legacy article-layout colors
 * while still sourcing the value from the existing dynamic theme variable.
 */
body.single .npt-article-yjc-exact .npt-lead-summary .npt-title,
body.single-post .npt-article-yjc-exact .npt-lead-summary .npt-title,
body.single .npt-article-yjc-exact .npt-title,
body.single-post .npt-article-yjc-exact .npt-title {
  color: var(--npt-single-title-color, #151515) !important;
}


/* v70.60.7 — archive/search performance hardening; no visual changes. */
/* v70.60.8 — responsive image sizing hints; no visual changes. */


/* 70.60.22 — کارت‌های خبری: ابعاد عددی، نویسنده و تاریخ */
.npt-news-cards-widget{width:100%;min-width:0}
.npt-news-cards-heading{font-size:1.05rem;font-weight:800;line-height:1.8;margin:0 0 14px;padding-inline-start:10px;border-inline-start:3px solid var(--accent)}
.npt-news-cards-grid{display:grid;grid-template-columns:repeat(var(--npt-news-cards-columns),minmax(0,1fr));gap:16px}
.npt-news-cards-item{min-width:0;background:var(--surface);overflow:hidden;display:flex;flex-direction:column;border-radius:var(--npt-news-cards-card-radius,10px 10px 10px 10px)}
.npt-news-cards-card-bordered .npt-news-cards-item{border:1px solid var(--border)}
.npt-news-cards-image{display:block;overflow:hidden;background:var(--soft);flex:0 0 auto;border-radius:var(--npt-news-cards-image-radius,8px 8px 8px 8px)}
.npt-news-cards-image img{width:100%;height:100%;object-fit:cover;display:block}
.npt-news-cards-image-placeholder{display:block;width:100%;height:100%;background:var(--soft)}
.npt-news-cards-image-bordered .npt-news-cards-image{border:1px solid var(--border)}
.npt-news-cards-image{height:var(--npt-news-cards-image-height,170px);width:100%;max-width:100%}
.npt-news-cards-widget.npt-news-cards-size-medium .npt-news-cards-image{height:var(--npt-news-cards-image-height,170px);width:100%;max-width:100%}
.npt-news-cards-content{padding:11px 12px;min-width:0;flex:1}
.npt-news-cards-title{margin:0;font-size:1rem;line-height:1.8;font-weight:800}
.npt-news-cards-title a{color:var(--text);text-decoration:none}
.npt-news-cards-title a:hover{text-decoration:underline}
.npt-news-cards-excerpt{margin:6px 0 0;color:var(--muted);font-size:.84rem;line-height:1.9}
.npt-news-cards-meta{margin-top:7px;color:var(--muted);font-size:.74rem;line-height:1.7}
.npt-news-cards-pos-center .npt-news-cards-item{text-align:center}
.npt-news-cards-pos-center .npt-news-cards-image{margin-inline:auto}
.npt-news-cards-pos-left .npt-news-cards-item{text-align:left}
.npt-news-cards-pos-right .npt-news-cards-item{text-align:right}
.npt-news-cards-pos-right .npt-news-cards-item{flex-direction:row;align-items:stretch}
.npt-news-cards-pos-right .npt-news-cards-image{order:0;flex:0 0 var(--npt-news-cards-image-width,220px);width:var(--npt-news-cards-image-width,220px);height:var(--npt-news-cards-image-height,170px);min-height:0}
.npt-news-cards-pos-right .npt-news-cards-content{order:1}
.npt-news-cards-pos-left .npt-news-cards-item{flex-direction:row;align-items:stretch}
.npt-news-cards-pos-left .npt-news-cards-image{order:2;flex:0 0 var(--npt-news-cards-image-width,220px);width:var(--npt-news-cards-image-width,220px);height:var(--npt-news-cards-image-height,170px);min-height:0}
.npt-news-cards-pos-left .npt-news-cards-content{order:1}
.npt-news-cards-pos-center .npt-news-cards-item{flex-direction:column}
.npt-news-cards-pos-center .npt-news-cards-image{width:100%;height:var(--npt-news-cards-image-height,170px)}
@media(max-width:700px){
 .npt-news-cards-grid{grid-template-columns:repeat(min(2,var(--npt-news-cards-columns)),minmax(0,1fr))}
 .npt-news-cards-mobile-one .npt-news-cards-grid{grid-template-columns:1fr}
 .npt-news-cards-mobile-two .npt-news-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .npt-news-cards-mobile-hide .npt-news-cards-grid{display:none}
 .npt-news-cards-pos-right .npt-news-cards-image,.npt-news-cards-pos-left .npt-news-cards-image{flex-basis:min(var(--npt-news-cards-image-width,220px),45%);width:min(var(--npt-news-cards-image-width,220px),45%);height:var(--npt-news-cards-image-height,170px)}
}
@media(max-width:460px){
 .npt-news-cards-grid{grid-template-columns:1fr}
 .npt-news-cards-mobile-two .npt-news-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .npt-news-cards-title{font-size:.92rem}
 .npt-news-cards-content{padding:9px 10px}
}
.npt-radius-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:6px 0 12px}.npt-radius-fields label{font-size:11px;color:#50575e}.npt-radius-fields input{width:100%;margin-top:3px}

/* News Cards widget settings and visual variables. */
.npt-news-cards-item{background:var(--npt-news-cards-card-bg,var(--surface))}
.npt-news-cards-title{font-size:var(--npt-news-cards-title-size,18px)}
.npt-news-cards-title a{color:var(--npt-news-cards-title-color,var(--text))}
.npt-news-cards-pos-center .npt-news-cards-image{width:min(var(--npt-news-cards-image-width,220px),100%);max-width:100%;margin-inline:auto}
.npt-news-cards-settings details{margin:8px 0;border:1px solid #dcdcde;border-radius:6px;background:#fff}
.npt-news-cards-settings details summary{cursor:pointer;padding:8px 10px;font-weight:700}
.npt-news-cards-settings details>div,.npt-news-cards-settings details>p,.npt-news-cards-settings details>label{padding-inline:10px}
.npt-widget-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:8px}
.npt-widget-settings-grid label{display:flex;flex-direction:column;gap:4px;font-size:12px}
.npt-widget-settings-grid input[type="number"]{width:100%}
.npt-news-cards-settings input[type="color"]{width:100%;height:34px;padding:2px}
.npt-news-cards-settings .npt-radius-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:0 10px 10px}
.npt-news-cards-settings .npt-radius-fields label{font-size:10px}
.npt-news-cards-settings .npt-radius-fields input{width:100%}
@media(max-width:782px){.npt-widget-settings-grid{grid-template-columns:1fr}.npt-news-cards-settings .npt-radius-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* 70.60.26 — News cards: float image beside text; long text continues below the image. */
.npt-news-cards-widget .npt-news-cards-item{
  display:block !important;
  overflow:hidden;
}
.npt-news-cards-widget .npt-news-cards-item::after{
  content:"";
  display:table;
  clear:both;
}
.npt-news-cards-widget .npt-news-cards-image{
  display:block !important;
  flex:none !important;
  width:var(--npt-news-cards-image-width,220px) !important;
  max-width:100% !important;
  height:var(--npt-news-cards-image-height,170px) !important;
  margin:0 0 10px 12px !important;
  overflow:hidden;
}
.npt-news-cards-widget .npt-news-cards-content{
  display:block !important;
  width:auto !important;
  box-sizing:border-box;
  min-width:0;
  padding:11px 12px;
}
.npt-news-cards-widget.npt-news-cards-pos-right .npt-news-cards-image{
  float:right !important;
  margin:0 0 10px 12px !important;
}
.npt-news-cards-widget.npt-news-cards-pos-left .npt-news-cards-image{
  float:left !important;
  margin:0 12px 10px 0 !important;
}
.npt-news-cards-widget.npt-news-cards-pos-center .npt-news-cards-image{
  float:none !important;
  margin:0 auto 10px !important;
}
@media(max-width:700px){
  .npt-news-cards-widget .npt-news-cards-image{
    width:min(var(--npt-news-cards-image-width,220px),100%) !important;
    height:var(--npt-news-cards-image-height,170px) !important;
  }
}


/* 70.60.28 — News cards: preserve RTL text alignment with left/right floated images. */
.npt-news-cards-widget .npt-news-cards-content{
  direction:rtl !important;
  text-align:right !important;
}
.npt-news-cards-widget.npt-news-cards-pos-right .npt-news-cards-content,
.npt-news-cards-widget.npt-news-cards-pos-left .npt-news-cards-content{
  text-align:right !important;
}
.npt-news-cards-widget.npt-news-cards-pos-center .npt-news-cards-content{
  text-align:center !important;
}

/* 70.60.29 — News cards: true float-wrap layout for long RTL text. */
.npt-news-cards-widget .npt-news-cards-item{
  display:block !important;
  min-width:0;
  overflow:hidden;
  box-sizing:border-box;
}
.npt-news-cards-widget .npt-news-cards-item::after{
  content:"";
  display:block;
  clear:both;
}
.npt-news-cards-widget .npt-news-cards-image{
  display:block;
  box-sizing:border-box;
  overflow:hidden;
  width:var(--npt-news-cards-image-width,220px) !important;
  max-width:100% !important;
  height:var(--npt-news-cards-image-height,170px) !important;
  margin:0 0 10px 0;
  flex:none !important;
}
.npt-news-cards-widget .npt-news-cards-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.npt-news-cards-widget .npt-news-cards-content{
  display:block !important;
  box-sizing:border-box;
  min-width:0;
  padding:11px 12px;
  direction:rtl !important;
  text-align:right !important;
}
.npt-news-cards-widget.npt-news-cards-pos-right .npt-news-cards-image{
  float:right !important;
  margin-left:12px;
  margin-right:0;
}
.npt-news-cards-widget.npt-news-cards-pos-left .npt-news-cards-image{
  float:left !important;
  margin-right:12px;
  margin-left:0;
}
.npt-news-cards-widget.npt-news-cards-pos-right .npt-news-cards-content,
.npt-news-cards-widget.npt-news-cards-pos-left .npt-news-cards-content{
  text-align:right !important;
}
.npt-news-cards-widget.npt-news-cards-pos-center .npt-news-cards-item{
  text-align:center;
}
.npt-news-cards-widget.npt-news-cards-pos-center .npt-news-cards-image{
  float:none !important;
  width:min(var(--npt-news-cards-image-width,220px),100%) !important;
  max-width:100% !important;
  margin:0 auto 10px !important;
}
.npt-news-cards-widget.npt-news-cards-pos-center .npt-news-cards-content{
  text-align:center !important;
}
@media(max-width:782px){
  .npt-news-cards-widget .npt-news-cards-image{
    max-width:45%;
  }
}


/* 70.60.30 — News cards: float image against the actual text blocks.
 * The text elements are direct siblings of the floated image so long titles
 * and excerpts can naturally continue below the image at full card width.
 */
.npt-news-cards-widget .npt-news-cards-item{
  display:block !important;
  box-sizing:border-box;
  min-width:0;
  overflow:hidden;
  padding:11px 12px;
  text-align:right;
  direction:rtl;
}
.npt-news-cards-widget .npt-news-cards-item::after{
  content:"";
  display:block;
  clear:both;
}
.npt-news-cards-widget .npt-news-cards-image{
  display:block !important;
  box-sizing:border-box;
  overflow:hidden;
  width:var(--npt-news-cards-image-width,220px) !important;
  height:var(--npt-news-cards-image-height,170px) !important;
  max-width:100% !important;
  margin:0 0 10px 0;
  float:none;
  flex:none !important;
}
.npt-news-cards-widget .npt-news-cards-image img,
.npt-news-cards-widget .npt-news-cards-image-placeholder{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.npt-news-cards-widget .npt-news-cards-title,
.npt-news-cards-widget .npt-news-cards-excerpt,
.npt-news-cards-widget .npt-news-cards-meta{
  box-sizing:border-box;
  direction:rtl;
  text-align:right !important;
}
.npt-news-cards-widget .npt-news-cards-pos-right .npt-news-cards-image{
  float:right !important;
  margin-left:12px;
  margin-right:0;
}
.npt-news-cards-widget .npt-news-cards-pos-left .npt-news-cards-image{
  float:left !important;
  margin-right:12px;
  margin-left:0;
}
.npt-news-cards-widget .npt-news-cards-pos-center .npt-news-cards-item{
  text-align:center;
}
.npt-news-cards-widget .npt-news-cards-pos-center .npt-news-cards-image{
  float:none !important;
  width:min(var(--npt-news-cards-image-width,220px),100%) !important;
  max-width:100% !important;
  margin:0 auto 10px !important;
}
.npt-news-cards-widget .npt-news-cards-pos-center .npt-news-cards-title,
.npt-news-cards-widget .npt-news-cards-pos-center .npt-news-cards-excerpt,
.npt-news-cards-widget .npt-news-cards-pos-center .npt-news-cards-meta{
  text-align:center !important;
}
@media(max-width:782px){
  .npt-news-cards-widget .npt-news-cards-image{
    max-width:45% !important;
  }
}


/* =========================================================
   تازه ترین ها — text-only latest headlines widget
   Scoped to the widget only; no global layout changes.
   ========================================================= */
.npt-latest-headlines-widget{direction:rtl;text-align:right;color:var(--npt-lh-color,#222);font-size:var(--npt-lh-size,16px);line-height:1.9;min-width:0;background:var(--npt-lh-bg,#fff)}
.npt-latest-headlines-widget .npt-lh-heading{font-size:1.05em;font-weight:800;color:var(--npt-lh-color,#222);padding:0 0 9px;margin:0 0 3px;border-bottom:2px solid currentColor}
.npt-latest-headlines-widget .npt-lh-list{margin:0;padding:0}
.npt-latest-headlines-widget .npt-lh-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px;align-items:center;margin:0;padding:8px 0;border-bottom:1px solid var(--npt-lh-separator-color,#d9d9d9);min-width:0;background:transparent}
.npt-latest-headlines-widget .npt-lh-item:last-child{border-bottom:0}
.npt-latest-headlines-widget .npt-lh-item-important{background:transparent;border-inline-start:0;padding-inline:0}
.npt-latest-headlines-widget .npt-lh-item-important .npt-lh-link{font-weight:700 !important;color:#d32f2f !important}

.npt-latest-headlines-widget .npt-lh-marker{display:inline-flex;align-items:center;justify-content:center;min-width:1.25em;font-size:.85em;line-height:1.9;font-weight:800;color:var(--npt-lh-icon-color,var(--npt-lh-color,#222));flex:0 0 auto}
.npt-latest-headlines-widget .npt-lh-svg{display:block;width:var(--npt-lh-icon-size,16px);height:var(--npt-lh-icon-size,16px);max-width:none;max-height:none;color:var(--npt-lh-icon-color,var(--npt-lh-color,#222));flex:0 0 auto}
.npt-latest-headlines-widget .npt-lh-link{display:block;min-width:0;color:var(--npt-lh-color,#222);font-size:var(--npt-lh-size,16px);line-height:1.9;font-weight:400;text-decoration:none;overflow-wrap:anywhere}
.npt-latest-headlines-widget .npt-lh-link:hover{text-decoration:underline;text-underline-offset:3px}
.npt-latest-headlines-widget .npt-lh-empty{padding:8px 0;color:#777;font-size:.9em}
.npt-latest-headlines-widget .npt-lh-number{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:1.9em;height:1.9em;padding:0 .22em;background:var(--npt-lh-icon-color,var(--npt-lh-color,#222));color:#fff;border:0;border-radius:50%;font-size:.78em;line-height:1;font-weight:800;box-shadow:0 1px 3px rgba(0,0,0,.14)}
.npt-latest-headlines-widget .npt-lh-time{grid-column:2;display:block;margin-top:1px;color:rgba(90,90,90,.8);font-size:.68em;line-height:1.6}

/* 2 — numbered */
.npt-latest-headlines-numbered .npt-lh-item{gap:4px}
.npt-latest-headlines-numbered .npt-lh-marker{padding-top:0}

/* 3 — time */
.npt-latest-headlines-time .npt-lh-item{grid-template-columns:auto minmax(0,1fr)}

/* 4 — first headline emphasized */
.npt-latest-headlines-featured .npt-lh-item-1{display:block;padding:10px 0 12px}
.npt-latest-headlines-featured .npt-lh-item-1 .npt-lh-marker{display:inline-flex;margin-inline-end:5px;vertical-align:middle}
.npt-latest-headlines-featured .npt-lh-item-1 .npt-lh-link{display:inline;font-size:calc(var(--npt-lh-size,16px) * 1.22) !important;line-height:1.9;font-weight:800}
.npt-latest-headlines-featured .npt-lh-item:not(.npt-lh-item-1){grid-template-columns:auto minmax(0,1fr)}

/* User-selectable separators */
.npt-latest-headlines-widget.npt-lh-separator-solid .npt-lh-item{border-bottom-style:solid}
.npt-latest-headlines-widget.npt-lh-separator-dashed .npt-lh-item{border-bottom-style:dashed}
.npt-latest-headlines-widget.npt-lh-separator-dotted .npt-lh-item{border-bottom-style:dotted}
.npt-latest-headlines-widget.npt-lh-separator-double .npt-lh-item{border-bottom-style:double;border-bottom-width:3px}
.npt-latest-headlines-widget.npt-lh-separator-none .npt-lh-item{border-bottom:0}
.npt-latest-headlines-widget .npt-lh-item{border-bottom-color:var(--npt-lh-separator-color,#d9d9d9)}
.npt-latest-headlines-widget .npt-lh-item:last-child{border-bottom:0}

/* All headlines stay regular; only the featured headline is bold. */
.npt-latest-headlines-widget .npt-lh-link{font-weight:400}
.npt-latest-headlines-featured .npt-lh-item-1 .npt-lh-link{font-weight:800}

@media(max-width:520px){
  .npt-latest-headlines-columns .npt-lh-list{grid-template-columns:1fr}
  .npt-latest-headlines-columns .npt-lh-item:nth-last-child(-n+2){border-bottom:1px solid var(--npt-lh-separator-color,#d9d9d9)}
  .npt-latest-headlines-columns .npt-lh-item:last-child{border-bottom:0}
}


/* تازه ترین ها — final controls */
.npt-latest-headlines-widget .npt-lh-link{font-size:var(--npt-lh-size,16px) !important;font-weight:400 !important;line-height:1.9 !important;}
.npt-latest-headlines-widget .npt-lh-number-plain{background:transparent !important;color:var(--npt-lh-icon-color,var(--npt-lh-color,#222)) !important;box-shadow:none !important;border:0 !important;border-radius:0 !important;min-width:auto !important;height:auto !important;padding:0 !important;font-size:1em !important;font-weight:400 !important;line-height:1.9 !important;}
.npt-latest-headlines-widget .npt-lh-marker{font-weight:400;}
.npt-latest-headlines-widget .npt-lh-item{border-bottom-color:var(--npt-lh-separator-color,#d9d9d9) !important;}
.npt-latest-headlines-widget .npt-lh-item-1 .npt-lh-link{font-weight:400 !important;}
.npt-latest-headlines-featured .npt-lh-item-1 .npt-lh-link{font-size:calc(var(--npt-lh-size,16px) * 1.22) !important;font-weight:800 !important;}
/* تازه ترین ها: icon/number sizing and distinct numbered styles */
.npt-latest-headlines-widget .npt-lh-marker{font-size:var(--npt-lh-icon-size,16px) !important;line-height:1.4 !important;}
.npt-latest-headlines-widget .npt-lh-number-badge{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:1.7em;height:1.7em;min-width:1.7em;padding:0;background:var(--npt-lh-icon-color,var(--npt-lh-color,#222)) !important;color:#fff !important;border-radius:50%;font-size:.82em !important;font-weight:700 !important;line-height:1 !important;box-shadow:0 1px 3px rgba(0,0,0,.14);}
.npt-latest-headlines-widget .npt-lh-number-plain{background:transparent !important;color:var(--npt-lh-icon-color,var(--npt-lh-color,#222)) !important;box-shadow:none !important;border:0 !important;border-radius:0 !important;min-width:auto !important;width:auto !important;height:auto !important;padding:0 !important;font-size:1em !important;font-weight:500 !important;line-height:1.4 !important;}

/* Latest Headlines: keep marker close to the headline */
.npt-latest-headlines-widget .npt-lh-item{column-gap:4px !important;}
.npt-latest-headlines-widget .npt-lh-marker{margin-inline-end:0 !important;}

/* تازه ترین ها: جهت آیکن‌های نوک‌دار به سمت تیتر در چیدمان RTL */
.npt-latest-headlines-widget .npt-lh-marker.npt-lh-directional{
  transform:rotate(180deg);
  transform-origin:center;
}

/* v70.60.50 — compact special slider images and configurable lower grid. */
.npt-special-slide{grid-template-columns:minmax(210px,1.2fr) minmax(0,1fr);min-height:270px}
.npt-special-slide-image img{min-height:270px}
.npt-special-static-grid{grid-template-columns:repeat(var(--npt-special-cols,3),minmax(0,1fr));gap:12px;padding:12px}
.npt-special-static-grid.npt-special-static-grid-cols-1{--npt-special-cols:1}
.npt-special-static-grid.npt-special-static-grid-cols-2{--npt-special-cols:2}
.npt-special-static-grid.npt-special-static-grid-cols-3{--npt-special-cols:3}
.npt-special-static-grid.npt-special-static-grid-cols-4{--npt-special-cols:4}
.npt-special-static-image{aspect-ratio:16/9;max-height:150px;margin-inline:auto}
.npt-special-static-item h3{font-size:.9rem}
.npt-special-static-status{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:.68rem;color:var(--muted);line-height:1.7}
.npt-special-static-status span{white-space:nowrap}
@media(max-width:800px){.npt-special-slide{grid-template-columns:1fr;min-height:0}.npt-special-slide-image img{min-height:0}}
@media(max-width:600px){.npt-special-static-grid,.npt-special-static-grid.npt-special-static-grid-cols-3,.npt-special-static-grid.npt-special-static-grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:400px){.npt-special-static-grid,.npt-special-static-grid.npt-special-static-grid-cols-2,.npt-special-static-grid.npt-special-static-grid-cols-3,.npt-special-static-grid.npt-special-static-grid-cols-4{grid-template-columns:1fr}}

/* Special slider refinements 70.60.51:
 * configurable title scale + compact mobile continuation list.
 */
.npt-special-featured{--npt-special-title-scale:1}
.npt-special-slide-copy h3{
  font-size:clamp(calc(1.15rem * var(--npt-special-title-scale)),calc(1.7vw * var(--npt-special-title-scale)),calc(1.55rem * var(--npt-special-title-scale)));
}
.npt-special-static-item h3{
  font-size:calc(.98rem * var(--npt-special-title-scale));
}
@media(max-width:800px){
  .npt-special-slide-copy h3{
    font-size:calc(1.15rem * var(--npt-special-title-scale));
  }
}
@media(max-width:600px){
  .npt-special-static-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
  }
  .npt-special-static-item{
    display:grid;
    grid-template-columns:76px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    column-gap:12px;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid var(--border);
    text-align:right;
  }
  .npt-special-static-item:last-child{border-bottom:0}
  .npt-special-static-image{
    grid-column:1;
    grid-row:1 / span 3;
    width:76px;
    height:56px;
    aspect-ratio:auto;
    border-radius:2px;
  }
  .npt-special-static-kicker{
    grid-column:2;
    grid-row:1;
    margin:0 0 2px;
    font-size:.7rem;
  }
  .npt-special-static-item h3{
    grid-column:2;
    grid-row:2;
    margin:0;
    font-size:calc(.9rem * var(--npt-special-title-scale));
    line-height:1.7;
  }
  .npt-special-static-item .npt-meta{display:none}
  .npt-special-static-status{grid-column:2;grid-row:3;margin-top:3px;gap:6px;font-size:.62rem;line-height:1.6;min-width:0}
  .npt-special-static-status span{white-space:normal}
}

/* v70.60.53 — separate title size and color for top slides and bottom stories. */
.npt-special-featured .npt-special-slide-copy h3,
.npt-special-featured .npt-special-slide-copy h3 a{
  font-size:var(--npt-special-top-title-size) !important;
  color:var(--npt-special-top-title-color) !important;
  line-height:1.75;
}
.npt-special-featured .npt-special-static-item h3,
.npt-special-featured .npt-special-static-item h3 a{
  font-size:var(--npt-special-bottom-title-size) !important;
  color:var(--npt-special-bottom-title-color) !important;
  line-height:1.75;
}
@media(max-width:800px){
  .npt-special-featured .npt-special-slide-copy h3,
  .npt-special-featured .npt-special-slide-copy h3 a{
    font-size:var(--npt-special-top-title-size) !important;
  }
}
@media(max-width:600px){
  .npt-special-featured .npt-special-static-item h3,
  .npt-special-featured .npt-special-static-item h3 a{
    font-size:var(--npt-special-bottom-title-size) !important;
    line-height:1.7;
  }
}

/* v70.60.63 — keep the homepage top row compact; long headline lists scroll inside the widget. */
.npt-home-top-row--both > .npt-home-top-row__col{align-self:stretch}
.npt-home-top-row--both > .npt-home-top-row__col > .npt-widget{align-self:stretch}
.npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide{min-height:0}
.npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide-image img{min-height:0;height:100%;object-fit:cover}


/* v70.60.74 — restore a visually substantial hero slider in the fixed top row. */
@media(min-width:801px){
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured{
    grid-template-rows:minmax(300px,300px) minmax(0,1fr);
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap{
    min-height:300px;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-static-grid{
    min-height:0;
    padding:10px;
    gap:10px;
    align-items:stretch;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-static-image{
    max-height:95px;
  }
}

@media(min-width:801px) and (max-width:1100px){
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured{
    grid-template-rows:minmax(255px,255px) minmax(0,1fr);
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap{
    min-height:255px;
  }
}


/* v70.60.75 — structural fix: let the top row grow with the special widget.
 * The hero keeps its intended height, while the lower story cards participate in
 * normal document flow instead of being forced into a 620px clipping box.
 */
@media(min-width:801px){
  .npt-home-top-row--both{
    grid-template-rows:auto;
    height:auto;
    max-height:none;
    overflow:visible;
  }
  .npt-home-top-row--both > .npt-home-top-row__col{
    height:auto;
    max-height:none;
    min-height:0;
    overflow:visible;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget{
    height:auto;
    max-height:none;
    flex:0 0 auto;
    overflow:visible;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured{
    height:auto;
    max-height:none;
    display:block;
    overflow:visible;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap{
    height:300px;
    min-height:300px;
    margin-bottom:14px;
    overflow:hidden;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider{
    height:300px;
    min-height:300px;
    flex:none;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide{
    height:300px;
    min-height:300px;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-static-grid{
    height:auto;
    min-height:0;
    overflow:visible;
    align-items:stretch;
  }
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-static-item{
    overflow:hidden;
  }
}

@media(min-width:801px) and (max-width:1100px){
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap,
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider,
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide{
    height:255px;
    min-height:255px;
  }
}

/* v70.60.77 — latest headlines must use the height of the opposite column.
 * The latest widget is removed from the column's intrinsic-height calculation,
 * so a long list can never stretch the top row. Only .npt-lh-list scrolls.
 */
@media(min-width:801px){
  .npt-home-top-row--both > .npt-home-top-row__col:has(> .npt-widget > .npt-latest-headlines-widget){
    position:relative;
    min-height:0;
    height:auto;
    overflow:hidden;
    align-self:stretch;
  }
  .npt-home-top-row--both > .npt-home-top-row__col:has(> .npt-widget > .npt-latest-headlines-widget) > .npt-widget{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:0;
    max-height:none;
    margin:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
  }
  .npt-home-top-row--both > .npt-home-top-row__col:has(> .npt-widget > .npt-latest-headlines-widget) > .npt-widget > .npt-latest-headlines-widget{
    width:100%;
    height:100%;
    min-height:0;
    max-height:none;
    overflow:hidden;
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    box-sizing:border-box;
  }
  .npt-home-top-row--both > .npt-home-top-row__col:has(> .npt-widget > .npt-latest-headlines-widget) > .npt-widget > .npt-latest-headlines-widget .npt-lh-list{
    min-height:0;
    height:auto;
    flex:1 1 auto;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    padding-inline-end:4px;
  }
}


/* v70.60.79 — unified section-heading system.
 * The selector set intentionally covers the theme's custom heading markup as well as
 * standard WordPress widget titles, so one setting is visually consistent site-wide.
 */
body.npt-heading-style-classic .npt-home-section>.widget-title,
body.npt-heading-style-classic .npt-widget>.widget-title,
body.npt-heading-style-classic .npt-news-cards-heading,
body.npt-heading-style-classic .npt-lh-heading,
body.npt-heading-style-classic .npt-lht-heading,
body.npt-heading-style-classic .npt-inarticle-popular-title,
body.npt-heading-style-classic .npt-more-read h2,
body.npt-heading-style-classic .npt-related h2{ }

/* Shared reset: each style owns its own visual treatment. */
body[class*="npt-heading-style-"] .npt-home-section>.widget-title,
body[class*="npt-heading-style-"] .npt-widget>.widget-title,
body[class*="npt-heading-style-"] .npt-news-cards-heading,
body[class*="npt-heading-style-"] .npt-lh-heading,
body[class*="npt-heading-style-"] .npt-lht-heading,
body[class*="npt-heading-style-"] .npt-inarticle-popular-title,
body[class*="npt-heading-style-"] .npt-more-read h2,
body[class*="npt-heading-style-"] .npt-related h2{
  box-sizing:border-box;
}

/* 01 — کلاسیک: عنوان پررنگ + نشانه رنگی + خط ظریف */
body.npt-heading-style-classic .npt-home-section>.widget-title,
body.npt-heading-style-classic .npt-widget>.widget-title,
body.npt-heading-style-classic .npt-news-cards-heading,
body.npt-heading-style-classic .npt-lh-heading,
body.npt-heading-style-classic .npt-inarticle-popular-title,
body.npt-heading-style-classic .npt-more-read h2,
body.npt-heading-style-classic .npt-related h2{
  display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--border);padding:0 0 9px;margin-bottom:14px;font-weight:800;
}
body.npt-heading-style-classic .npt-home-section>.widget-title:before,
body.npt-heading-style-classic .npt-widget>.widget-title:before,
body.npt-heading-style-classic .npt-news-cards-heading:before,
body.npt-heading-style-classic .npt-lh-heading:before,
body.npt-heading-style-classic .npt-inarticle-popular-title:before,
body.npt-heading-style-classic .npt-more-read h2:before,
body.npt-heading-style-classic .npt-related h2:before{
  content:"";display:block;flex:0 0 5px;width:5px;height:24px;border-radius:4px;background:var(--accent);
}
body.npt-heading-style-classic .npt-home-section>.widget-title:after,
body.npt-heading-style-classic .npt-widget>.widget-title:after,
body.npt-heading-style-classic .npt-news-cards-heading:after,
body.npt-heading-style-classic .npt-lh-heading:after,
body.npt-heading-style-classic .npt-inarticle-popular-title:after,
body.npt-heading-style-classic .npt-more-read h2:after,
body.npt-heading-style-classic .npt-related h2:after{content:"";height:2px;flex:1;background:var(--border);opacity:.45}

/* 02 — خط مدرن: خط کوتاه رنگی کنار عنوان و خط امتدادی */
body.npt-heading-style-underline .npt-home-section>.widget-title,
body.npt-heading-style-underline .npt-widget>.widget-title,
body.npt-heading-style-underline .npt-news-cards-heading,
body.npt-heading-style-underline .npt-lh-heading,
body.npt-heading-style-underline .npt-inarticle-popular-title,
body.npt-heading-style-underline .npt-more-read h2,
body.npt-heading-style-underline .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:0 0 10px;margin-bottom:14px;border:0;border-bottom:2px solid var(--border);font-weight:800;
}
body.npt-heading-style-underline .npt-home-section>.widget-title:before,
body.npt-heading-style-underline .npt-widget>.widget-title:before,
body.npt-heading-style-underline .npt-news-cards-heading:before,
body.npt-heading-style-underline .npt-lh-heading:before,
body.npt-heading-style-underline .npt-inarticle-popular-title:before,
body.npt-heading-style-underline .npt-more-read h2:before,
body.npt-heading-style-underline .npt-related h2:before{content:"";width:34px;height:4px;flex:0 0 34px;border-radius:5px;background:var(--accent)}
body.npt-heading-style-underline .npt-home-section>.widget-title:after,
body.npt-heading-style-underline .npt-widget>.widget-title:after,
body.npt-heading-style-underline .npt-news-cards-heading:after,
body.npt-heading-style-underline .npt-lh-heading:after,
body.npt-heading-style-underline .npt-inarticle-popular-title:after,
body.npt-heading-style-underline .npt-more-read h2:after,
body.npt-heading-style-underline .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.7}

/* 03 — روبانی: عنوان روی یک زمینه بسیار ملایم، بدون سنگینی بصری */
body.npt-heading-style-double .npt-home-section>.widget-title,
body.npt-heading-style-double .npt-widget>.widget-title,
body.npt-heading-style-double .npt-news-cards-heading,
body.npt-heading-style-double .npt-lh-heading,
body.npt-heading-style-double .npt-inarticle-popular-title,
body.npt-heading-style-double .npt-more-read h2,
body.npt-heading-style-double .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:9px 12px;margin-bottom:14px;border:0;border-radius:8px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));font-weight:800;
}
body.npt-heading-style-double .npt-home-section>.widget-title:before,
body.npt-heading-style-double .npt-widget>.widget-title:before,
body.npt-heading-style-double .npt-news-cards-heading:before,
body.npt-heading-style-double .npt-lh-heading:before,
body.npt-heading-style-double .npt-inarticle-popular-title:before,
body.npt-heading-style-double .npt-more-read h2:before,
body.npt-heading-style-double .npt-related h2:before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:4px;background:var(--accent)}
body.npt-heading-style-double .npt-home-section>.widget-title:after,
body.npt-heading-style-double .npt-widget>.widget-title:after,
body.npt-heading-style-double .npt-news-cards-heading:after,
body.npt-heading-style-double .npt-lh-heading:after,
body.npt-heading-style-double .npt-inarticle-popular-title:after,
body.npt-heading-style-double .npt-more-read h2:after,
body.npt-heading-style-double .npt-related h2:after{content:"";height:1px;flex:1;background:var(--accent);opacity:.22}

/* 04 — قاب ظریف: مناسب بخش‌هایی که باید از محتوای زیر جدا شوند */
body.npt-heading-style-boxed .npt-home-section>.widget-title,
body.npt-heading-style-boxed .npt-widget>.widget-title,
body.npt-heading-style-boxed .npt-news-cards-heading,
body.npt-heading-style-boxed .npt-lh-heading,
body.npt-heading-style-boxed .npt-inarticle-popular-title,
body.npt-heading-style-boxed .npt-more-read h2,
body.npt-heading-style-boxed .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:8px 11px;margin-bottom:14px;border:1px solid var(--border);border-radius:7px;background:var(--surface);font-weight:800;box-shadow:inset 3px 0 0 var(--accent);
}
body.npt-heading-style-boxed .npt-home-section>.widget-title:before,
body.npt-heading-style-boxed .npt-widget>.widget-title:before,
body.npt-heading-style-boxed .npt-news-cards-heading:before,
body.npt-heading-style-boxed .npt-lh-heading:before,
body.npt-heading-style-boxed .npt-inarticle-popular-title:before,
body.npt-heading-style-boxed .npt-more-read h2:before,
body.npt-heading-style-boxed .npt-related h2:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent)}
body.npt-heading-style-boxed .npt-home-section>.widget-title:after,
body.npt-heading-style-boxed .npt-widget>.widget-title:after,
body.npt-heading-style-boxed .npt-news-cards-heading:after,
body.npt-heading-style-boxed .npt-lh-heading:after,
body.npt-heading-style-boxed .npt-inarticle-popular-title:after,
body.npt-heading-style-boxed .npt-more-read h2:after,
body.npt-heading-style-boxed .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.7}

/* 05 — نوار خبری: نوار باریک بالا + عنوان در مرکز خط */
body.npt-heading-style-accent .npt-home-section>.widget-title,
body.npt-heading-style-accent .npt-widget>.widget-title,
body.npt-heading-style-accent .npt-news-cards-heading,
body.npt-heading-style-accent .npt-lh-heading,
body.npt-heading-style-accent .npt-inarticle-popular-title,
body.npt-heading-style-accent .npt-more-read h2,
body.npt-heading-style-accent .npt-related h2{
  display:flex;align-items:center;gap:10px;padding:8px 0 9px;margin-bottom:14px;border:0;border-top:3px solid var(--accent);font-weight:800;
}
body.npt-heading-style-accent .npt-home-section>.widget-title:before,
body.npt-heading-style-accent .npt-widget>.widget-title:before,
body.npt-heading-style-accent .npt-news-cards-heading:before,
body.npt-heading-style-accent .npt-lh-heading:before,
body.npt-heading-style-accent .npt-inarticle-popular-title:before,
body.npt-heading-style-accent .npt-more-read h2:before,
body.npt-heading-style-accent .npt-related h2:before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}
body.npt-heading-style-accent .npt-home-section>.widget-title:after,
body.npt-heading-style-accent .npt-widget>.widget-title:after,
body.npt-heading-style-accent .npt-news-cards-heading:after,
body.npt-heading-style-accent .npt-lh-heading:after,
body.npt-heading-style-accent .npt-inarticle-popular-title:after,
body.npt-heading-style-accent .npt-more-read h2:after,
body.npt-heading-style-accent .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.55}

/* 06 — مینیمال: فقط نشانه کوتاه و خط سبک */
body.npt-heading-style-minimal .npt-home-section>.widget-title,
body.npt-heading-style-minimal .npt-widget>.widget-title,
body.npt-heading-style-minimal .npt-news-cards-heading,
body.npt-heading-style-minimal .npt-lh-heading,
body.npt-heading-style-minimal .npt-inarticle-popular-title,
body.npt-heading-style-minimal .npt-more-read h2,
body.npt-heading-style-minimal .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:0 0 8px;margin-bottom:14px;border:0;border-bottom:1px solid var(--border);font-weight:800;
}
body.npt-heading-style-minimal .npt-home-section>.widget-title:before,
body.npt-heading-style-minimal .npt-widget>.widget-title:before,
body.npt-heading-style-minimal .npt-news-cards-heading:before,
body.npt-heading-style-minimal .npt-lh-heading:before,
body.npt-heading-style-minimal .npt-inarticle-popular-title:before,
body.npt-heading-style-minimal .npt-more-read h2:before,
body.npt-heading-style-minimal .npt-related h2:before{content:"";width:22px;height:3px;flex:0 0 22px;border-radius:4px;background:var(--accent)}
body.npt-heading-style-minimal .npt-home-section>.widget-title:after,
body.npt-heading-style-minimal .npt-widget>.widget-title:after,
body.npt-heading-style-minimal .npt-news-cards-heading:after,
body.npt-heading-style-minimal .npt-lh-heading:after,
body.npt-heading-style-minimal .npt-inarticle-popular-title:after,
body.npt-heading-style-minimal .npt-more-read h2:after,
body.npt-heading-style-minimal .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.6}

/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
body.npt-heading-style-classic .npt-lht-heading,
body.npt-heading-style-underline .npt-lht-heading,
body.npt-heading-style-double .npt-lht-heading,
body.npt-heading-style-boxed .npt-lht-heading,
body.npt-heading-style-accent .npt-lht-heading,
body.npt-heading-style-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}
body.npt-heading-style-classic .npt-lht-heading{padding:9px 11px;border-bottom:1px solid var(--border);box-shadow:inset 0 -2px 0 var(--accent)}
body.npt-heading-style-underline .npt-lht-heading{padding:9px 11px;border-bottom:2px solid var(--accent)}
body.npt-heading-style-double .npt-lht-heading{padding:8px 10px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));border-radius:7px}
body.npt-heading-style-boxed .npt-lht-heading{padding:8px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:inset 3px 0 0 var(--accent)}
body.npt-heading-style-accent .npt-lht-heading{padding:9px 10px;border-top:3px solid var(--accent);border-bottom:1px solid var(--border)}
body.npt-heading-style-minimal .npt-lht-heading{padding:8px 8px;border-bottom:1px solid var(--border)}
body[class*="npt-heading-style-"] .npt-lht-heading-icon{color:var(--accent);font-weight:900}

/* Comments heading: keep the sort control usable while matching the selected style. */
body[class*="npt-heading-style-"] .npt-comments-heading{border-radius:7px;box-sizing:border-box}
body.npt-heading-style-classic .npt-comments-heading,
body.npt-heading-style-underline .npt-comments-heading,
body.npt-heading-style-double .npt-comments-heading,
body.npt-heading-style-boxed .npt-comments-heading,
body.npt-heading-style-accent .npt-comments-heading,
body.npt-heading-style-minimal .npt-comments-heading{border-color:var(--border)}

/* Page title used by the links section follows the same global choice. */
body[class*="npt-heading-style-"] .mtb-links-page .mtb-links-title-wrap{box-sizing:border-box}
body.npt-heading-style-classic .mtb-links-page .mtb-links-title-wrap{border-bottom:2px solid var(--accent)}
body.npt-heading-style-underline .mtb-links-page .mtb-links-title-wrap{border-bottom:3px solid var(--accent)}
body.npt-heading-style-double .mtb-links-page .mtb-links-title-wrap{border-top:3px solid var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--surface))}
body.npt-heading-style-boxed .mtb-links-page .mtb-links-title-wrap{border:1px solid var(--border);border-radius:7px;background:var(--surface);margin-bottom:12px}
body.npt-heading-style-accent .mtb-links-page .mtb-links-title-wrap{border-top:4px solid var(--accent)}
body.npt-heading-style-minimal .mtb-links-page .mtb-links-title-wrap{border-bottom:1px solid var(--border)}

@media(max-width:700px){
  body[class*="npt-heading-style-"] .npt-home-section>.widget-title,
  body[class*="npt-heading-style-"] .npt-widget>.widget-title,
  body[class*="npt-heading-style-"] .npt-news-cards-heading,
  body[class*="npt-heading-style-"] .npt-lh-heading,
  body[class*="npt-heading-style-"] .npt-inarticle-popular-title,
  body[class*="npt-heading-style-"] .npt-more-read h2,
  body[class*="npt-heading-style-"] .npt-related h2{font-size:1.05rem}
}


/* v70.60.80 — additional section-heading presets. */
.npt-heading-style-editorial,
.npt-heading-style-pill,
.npt-heading-style-tab,
.npt-heading-style-bracket,
.npt-heading-style-dotline,
.npt-heading-style-ribbon,
.npt-heading-style-split,
.npt-heading-style-clean{--npt-heading-gap:10px}

/* 07 — تحریریه: تایپوگرافی قوی با خط بسیار ظریف */
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:0 0 10px;border:0;border-bottom:1px solid var(--border);font-weight:850;letter-spacing:-.15px;position:relative;
}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:28px;height:3px;flex:0 0 28px;border-radius:3px;background:var(--accent)}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.55}

/* 08 — کپسولی: نشانه رنگی داخل یک کپسول کم‌ارتفاع */
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin:0 0 15px;padding:7px 14px;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));font-weight:800;
}
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}

/* 09 — تب‌دار: عنوان مانند تب فعال، با امتداد خط تا انتهای ردیف */
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:0;border:0;border-bottom:2px solid var(--border);font-weight:800;
}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";align-self:stretch;width:4px;flex:0 0 4px;background:var(--accent);border-radius:4px 4px 0 0}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:2px;flex:1;background:var(--accent);opacity:.18}

/* 10 — گوشه‌ای: قاب باز با دو نشانه ظریف */
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 15px;padding:7px 12px;border:0;border-inline-start:3px solid var(--accent);border-inline-end:3px solid var(--accent);border-radius:2px;font-weight:800;background:color-mix(in srgb,var(--surface) 96%,var(--accent));
}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border:2px solid var(--accent);border-radius:2px}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.7}

/* 11 — نقطه‌ای: بسیار سبک و مناسب صفحات شلوغ */
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;margin:0 0 14px;padding:0 0 8px;border:0;border-bottom:1px dashed var(--border);font-weight:800;
}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 11%,transparent)}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.45}

/* 12 — روبان: یک نوار کوتاه رنگی زیر عنوان */
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 10px;border:0;border-bottom:1px solid var(--border);font-weight:800;position:relative;
}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:48px;height:4px;flex:0 0 48px;border-radius:0 0 4px 4px;background:var(--accent)}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.45}

/* 13 — دو بخشی: بخش رنگی کوتاه + خط خنثی */
body.npt-heading-style-split :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:0;margin:0 0 15px;padding:0 0 8px;border:0;border-bottom:1px solid var(--border);font-weight:800;
}
body.npt-heading-style-split :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:34px;height:5px;flex:0 0 34px;margin-inline-end:10px;border-radius:0 5px 5px 0;background:var(--accent)}
body.npt-heading-style-split :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.55}

/* 14 — تمیز: فقط وزن و فاصله مناسب، بدون تزئین سنگین */
body.npt-heading-style-clean :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:0 0 8px;border:0;border-bottom:1px solid var(--border);font-size:1.08em;font-weight:800;color:var(--text);
}
body.npt-heading-style-clean :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:var(--accent)}

@media(max-width:700px){
 body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){padding:6px 11px;margin-bottom:12px}
 body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){padding:6px 9px}
 body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{width:36px;flex-basis:36px}
}

/* 70.60.83: User-selectable section heading colors. The text color and decorative color are independent of the selected preset. */
.npt-home-section>.widget-title,
.npt-widget>.widget-title,
.npt-home-section .widget-title{
  color:var(--npt-heading-color)!important;
}
body:not(.npt-heading-style-minimal) .npt-home-section>.widget-title:before,
body:not(.npt-heading-style-minimal) .npt-widget>.widget-title:before{
  border-color:var(--npt-heading-accent)!important;
  background-color:var(--npt-heading-accent)!important;
}
body .npt-home-section>.widget-title,
body .npt-widget>.widget-title{
  border-inline-start-color:var(--npt-heading-accent);
  border-top-color:var(--npt-heading-accent);
  border-bottom-color:var(--npt-heading-accent);
}
body .npt-home-section>.widget-title:after,
body .npt-widget>.widget-title:after{
  background-color:var(--npt-heading-accent);
}
body.npt-heading-style-boxed .npt-home-section>.widget-title,
body.npt-heading-style-boxed .npt-widget>.widget-title{
  background:color-mix(in srgb,var(--npt-heading-accent) 8%,var(--surface));
}
body.npt-heading-style-ribbon .npt-home-section>.widget-title,
body.npt-heading-style-ribbon .npt-widget>.widget-title{
  background:linear-gradient(90deg,color-mix(in srgb,var(--npt-heading-accent) 12%,transparent),transparent);
}
body.npt-heading-style-pill .npt-home-section>.widget-title,
body.npt-heading-style-pill .npt-widget>.widget-title{
  border-color:var(--npt-heading-accent);
}
body.npt-heading-style-tab .npt-home-section>.widget-title,
body.npt-heading-style-tab .npt-widget>.widget-title{
  background:var(--npt-heading-accent);
  color:#fff!important;
}
body.npt-heading-style-tab .npt-home-section>.widget-title:after,
body.npt-heading-style-tab .npt-widget>.widget-title:after{
  background:color-mix(in srgb,#fff 45%,var(--npt-heading-accent));
}
body.npt-heading-style-minimal .npt-home-section>.widget-title:before,
body.npt-heading-style-minimal .npt-widget>.widget-title:before{
  background:var(--npt-heading-accent);
}

/* v70.60.83 — section heading color controls. */
body[class*="npt-heading-style-"] .npt-home-section>.widget-title,
body[class*="npt-heading-style-"] .npt-widget>.widget-title,
body[class*="npt-heading-style-"] .npt-news-cards-heading,
body[class*="npt-heading-style-"] .npt-lh-heading,
body[class*="npt-heading-style-"] .npt-lht-heading,
body[class*="npt-heading-style-"] .npt-inarticle-popular-title,
body[class*="npt-heading-style-"] .npt-more-read h2,
body[class*="npt-heading-style-"] .npt-related h2 {
    color:var(--npt-heading-color)!important;
    background-color:var(--npt-heading-bg)!important;
}
body[class*="npt-heading-style-"] .npt-home-section>.widget-title:before,
body[class*="npt-heading-style-"] .npt-widget>.widget-title:before,
body[class*="npt-heading-style-"] .npt-news-cards-heading:before,
body[class*="npt-heading-style-"] .npt-lh-heading:before,
body[class*="npt-heading-style-"] .npt-lht-heading:before,
body[class*="npt-heading-style-"] .npt-inarticle-popular-title:before,
body[class*="npt-heading-style-"] .npt-more-read h2:before,
body[class*="npt-heading-style-"] .npt-related h2:before {
    background-color:var(--npt-heading-accent)!important;
    border-color:var(--npt-heading-accent)!important;
}
body[class*="npt-heading-style-"] .npt-home-section>.widget-title:after,
body[class*="npt-heading-style-"] .npt-widget>.widget-title:after,
body[class*="npt-heading-style-"] .npt-news-cards-heading:after,
body[class*="npt-heading-style-"] .npt-lh-heading:after,
body[class*="npt-heading-style-"] .npt-lht-heading:after,
body[class*="npt-heading-style-"] .npt-inarticle-popular-title:after,
body[class*="npt-heading-style-"] .npt-more-read h2:after,
body[class*="npt-heading-style-"] .npt-related h2:after {
    background-color:var(--npt-heading-accent)!important;
    border-color:var(--npt-heading-accent)!important;
}


/* Configurable article summary colors. */
body.single .npt-subheadline, body.single-post .npt-subheadline, .npt-article-yjc-exact .npt-subheadline { color: var(--npt-single-summary-text-color, #222222) !important; background-color: var(--npt-single-summary-bg, #f7f7f7) !important; }


/* Post kicker: scoped to the special slider/blog widgets only. */
.npt-special-slide-kicker,
.npt-special-static-kicker,
.npt-special-blog-kicker{
  display:block;
  margin:0 0 4px;
  color:var(--accent);
  font-size:.86rem;
  line-height:1.7;
  font-weight:700;
  text-align:right;
}
.npt-special-blog-kicker{margin-bottom:3px}
@media(max-width:700px){
  .npt-special-slide-kicker,
  .npt-special-static-kicker,
  .npt-special-blog-kicker{font-size:.78rem;line-height:1.7;margin-bottom:3px}
}

/* 70.60.86: Article title/kicker markers are authored in their visual RTL direction. */
.npt-single-title-icon,.npt-single-kicker-icon{display:inline-block;direction:rtl;unicode-bidi:isolate}
.npt-single-title-icon[data-marker="vertical_line"],.npt-single-kicker-icon[data-marker="vertical_line"]{font-size:.95em;font-weight:900;line-height:.85;transform:translateY(.02em)}

/* 70.60.86: Keep article/kicker markers on the RTL text side and point directional glyphs toward the text. */
html body.single .npt-article-header .npt-title,
html body.single-post .npt-article-header .npt-title,
html body.single .npt-article-yjc-exact .npt-title,
html body.single-post .npt-article-yjc-exact .npt-title{
  display:flex;
  flex-direction:row;
  direction:rtl;
  align-items:baseline;
  justify-content:flex-start;
  text-align:right;
}
html body.single .npt-single-title-icon,
html body.single-post .npt-single-title-icon,
html body.single .npt-single-kicker-icon,
html body.single-post .npt-single-kicker-icon,
html body.single .npt-article-yjc-exact .npt-single-title-icon,
html body.single-post .npt-article-yjc-exact .npt-single-title-icon,
html body.single .npt-article-yjc-exact .npt-single-kicker-icon,
html body.single-post .npt-article-yjc-exact .npt-single-kicker-icon{
  direction:ltr;
  unicode-bidi:isolate;
}
/* 70.60.87: Vertically center article title/kicker markers against their text blocks, including multiline RTL headlines. */
html body.single .npt-article-header .npt-title,
html body.single-post .npt-article-header .npt-title,
html body.single .npt-article-yjc-exact .npt-title,
html body.single-post .npt-article-yjc-exact .npt-title{
  align-items:center;
}
html body.single .npt-article-header .npt-article-kicker,
html body.single-post .npt-article-header .npt-article-kicker,
html body.single .npt-article-yjc-exact .npt-article-kicker,
html body.single-post .npt-article-yjc-exact .npt-article-kicker{
  align-items:center;
}
html body.single .npt-single-title-icon,
html body.single-post .npt-single-title-icon,
html body.single .npt-single-kicker-icon,
html body.single-post .npt-single-kicker-icon{
  align-self:center;
  flex:0 0 auto;
}


/* 70.60.88 — News cards: selectable circular image shape. */
.npt-news-cards-widget.npt-news-cards-shape-circle .npt-news-cards-image{
  width:min(var(--npt-news-cards-image-width,220px),var(--npt-news-cards-image-height,170px)) !important;
  height:min(var(--npt-news-cards-image-width,220px),var(--npt-news-cards-image-height,170px)) !important;
  border-radius:50% !important;
}
.npt-news-cards-widget.npt-news-cards-shape-circle .npt-news-cards-image img,
.npt-news-cards-widget.npt-news-cards-shape-circle .npt-news-cards-image-placeholder{
  border-radius:50%;
}
@media(max-width:782px){
  .npt-news-cards-widget.npt-news-cards-shape-circle .npt-news-cards-image{
    width:min(var(--npt-news-cards-image-width,220px),var(--npt-news-cards-image-height,170px),45vw) !important;
    height:min(var(--npt-news-cards-image-width,220px),var(--npt-news-cards-image-height,170px),45vw) !important;
  }
}

/* 70.60.91 — News cards: author shown directly below the title. */
.npt-news-cards-widget .npt-news-cards-author-under-title{
  display:inline-block;
  max-width:100%;
  box-sizing:border-box;
  margin:0 0 8px;
  padding:3px 8px;
  border-radius:5px;
  background:transparent;
  color:var(--muted,#6b7280);
  font-size:.72rem;
  font-weight:500;
  line-height:1.6;
  text-align:right;
  direction:rtl;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


/* 70.60.92 — News cards: author and date share one line below the title. */
.npt-news-cards-widget .npt-news-cards-under-title-meta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  max-width:100%;
  margin:0 0 8px;
  direction:rtl;
  color:var(--muted,#6b7280);
  font-size:.72rem;
  line-height:1.6;
  white-space:nowrap;
  overflow:hidden;
}
.npt-news-cards-widget .npt-news-cards-under-title-meta .npt-news-cards-author-under-title,
.npt-news-cards-widget .npt-news-cards-under-title-meta .npt-news-cards-date-under-title{
  display:inline-block;
  margin:0;
  padding:3px 8px;
  border-radius:5px;
  background:transparent;
  color:inherit;
  font-size:inherit;
  font-weight:500;
  line-height:inherit;
  text-align:right;
  direction:rtl;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.npt-news-cards-widget .npt-news-cards-under-title-meta .npt-news-cards-author-under-title{
  max-width:55%;
}
.npt-news-cards-widget .npt-news-cards-under-title-meta .npt-news-cards-date-under-title{
  max-width:40%;
}
.npt-news-cards-widget .npt-news-cards-under-title-sep{
  color:var(--muted,#9ca3af);
  flex:0 0 auto;
}

/* 70.60.94 */
.npt-news-cards-top-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 4px;}
.npt-news-cards-top-layout p{margin:0;}

/* اطلاعات کوچک خبر */
.npt-blog-date{
  display:block;
  margin-top:3px;
  margin-bottom:5px;
  font-size:10px;
  line-height:1.4;
  color:rgba(120,120,120,.65);
  text-align:right;
  direction:rtl;
}
.npt-blog-status{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:wrap;
  gap:4px 8px;
  margin-top:7px;
  padding-top:0;
  border-top:none;
  font-size:10px;
  line-height:1.4;
  color:rgba(120,120,120,.65);
  text-align:left;
  direction:rtl;
  flex-direction:row;
  width:max-content;
  margin-right:auto;
  margin-left:0;
}
.npt-blog-status span{
  white-space:nowrap;
}

/* =========================================================
   12 professional section-header styles
   Applies to common widget/section heading selectors.
   Colors are controlled independently by the admin settings.
   ========================================================= */
:root{
  --npt-heading-title-color:#222;
  --npt-heading-accent-color:#1f6feb;
  --npt-heading-bg-color:#fff;
}
.npt-section-head,.npt-section-title,.npt-section-heading,.npt-widget-title,
.widget-title,.npt-widget h2,.npt-widget h3{
  color:var(--npt-heading-title-color);
}
body[class*="npt-section-heading-style"] .npt-section-head,
body[class*="npt-section-heading-style"] .npt-section-title,
body[class*="npt-section-heading-style"] .npt-section-heading,
body[class*="npt-section-heading-style"] .npt-widget-title,
body[class*="npt-section-heading-style"] .widget-title{
  background:transparent;
}
body.npt-section-heading-style01 .npt-section-head,body.npt-section-heading-style01 .npt-section-title,body.npt-section-heading-style01 .npt-section-heading,body.npt-section-heading-style01 .npt-widget-title,body.npt-section-heading-style01 .widget-title{
  position:relative;padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 12%,transparent)
}
body.npt-section-heading-style01 .npt-section-head:after,body.npt-section-heading-style01 .npt-section-title:after,body.npt-section-heading-style01 .npt-section-heading:after,body.npt-section-heading-style01 .npt-widget-title:after,body.npt-section-heading-style01 .widget-title:after{
  content:"";position:absolute;right:0;bottom:-1px;width:42px;height:3px;border-radius:3px;background:var(--npt-heading-accent-color)
}
body.npt-section-heading-style02 .npt-section-head,body.npt-section-heading-style02 .npt-section-title,body.npt-section-heading-style02 .npt-section-heading,body.npt-section-heading-style02 .npt-widget-title,body.npt-section-heading-style02 .widget-title{
  display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 12%,transparent)
}
body.npt-section-heading-style03 .npt-section-head,body.npt-section-heading-style03 .npt-section-title,body.npt-section-heading-style03 .npt-section-heading,body.npt-section-heading-style03 .npt-widget-title,body.npt-section-heading-style03 .widget-title{
  position:relative;padding:0 0 13px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 12%,transparent)
}
body.npt-section-heading-style03 .npt-section-head:after,body.npt-section-heading-style03 .npt-section-title:after,body.npt-section-heading-style03 .npt-section-heading:after,body.npt-section-heading-style03 .npt-widget-title:after,body.npt-section-heading-style03 .widget-title:after{
  content:"";position:absolute;right:0;bottom:-1px;width:30px;height:2px;background:var(--npt-heading-accent-color)
}
body.npt-section-heading-style04 .npt-section-head,body.npt-section-heading-style04 .npt-section-title,body.npt-section-heading-style04 .npt-section-heading,body.npt-section-heading-style04 .npt-widget-title,body.npt-section-heading-style04 .widget-title{
  position:relative;padding-right:13px;padding-bottom:9px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 12%,transparent)
}
body.npt-section-heading-style04 .npt-section-head:before,body.npt-section-heading-style04 .npt-section-title:before,body.npt-section-heading-style04 .npt-section-heading:before,body.npt-section-heading-style04 .npt-widget-title:before,body.npt-section-heading-style04 .widget-title:before{
  content:"";position:absolute;right:0;top:2px;width:3px;height:24px;border-radius:3px;background:var(--npt-heading-accent-color)
}
body.npt-section-heading-style05 .npt-section-head,body.npt-section-heading-style05 .npt-section-title,body.npt-section-heading-style05 .npt-section-heading,body.npt-section-heading-style05 .npt-widget-title,body.npt-section-heading-style05 .widget-title{
  position:relative;padding-right:32px;padding-bottom:9px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 10%,transparent)
}
body.npt-section-heading-style05 .npt-section-head:before,body.npt-section-heading-style05 .npt-section-title:before,body.npt-section-heading-style05 .npt-section-heading:before,body.npt-section-heading-style05 .npt-widget-title:before,body.npt-section-heading-style05 .widget-title:before{
  content:"01";position:absolute;right:0;top:0;font-size:11px;font-weight:700;color:var(--npt-heading-accent-color)
}
body.npt-section-heading-style06 .npt-section-head,body.npt-section-heading-style06 .npt-section-title,body.npt-section-heading-style06 .npt-section-heading,body.npt-section-heading-style06 .npt-widget-title,body.npt-section-heading-style06 .widget-title{position:relative;padding-right:14px;padding-bottom:9px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 10%,transparent)}
body.npt-section-heading-style06 .npt-section-head:before,body.npt-section-heading-style06 .npt-section-title:before,body.npt-section-heading-style06 .npt-section-heading:before,body.npt-section-heading-style06 .npt-widget-title:before,body.npt-section-heading-style06 .widget-title:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--npt-heading-accent-color)}
body.npt-section-heading-style07 .npt-section-head,body.npt-section-heading-style07 .npt-section-title,body.npt-section-heading-style07 .npt-section-heading,body.npt-section-heading-style07 .npt-widget-title,body.npt-section-heading-style07 .widget-title{display:flex;align-items:center;gap:12px}
body.npt-section-heading-style07 .npt-section-head:after,body.npt-section-heading-style07 .npt-section-title:after,body.npt-section-heading-style07 .npt-section-heading:after,body.npt-section-heading-style07 .npt-widget-title:after,body.npt-section-heading-style07 .widget-title:after{content:"";height:1px;flex:1;background:color-mix(in srgb,var(--npt-heading-accent-color) 35%,transparent)}
body.npt-section-heading-style08 .npt-section-head,body.npt-section-heading-style08 .npt-section-title,body.npt-section-heading-style08 .npt-section-heading,body.npt-section-heading-style08 .npt-widget-title,body.npt-section-heading-style08 .widget-title{display:flex;align-items:center;justify-content:center;gap:10px}
body.npt-section-heading-style08 .npt-section-head:before,body.npt-section-heading-style08 .npt-section-title:before,body.npt-section-heading-style08 .npt-section-heading:before,body.npt-section-heading-style08 .npt-widget-title:before,body.npt-section-heading-style08 .widget-title:before,body.npt-section-heading-style08 .npt-section-head:after,body.npt-section-heading-style08 .npt-section-title:after,body.npt-section-heading-style08 .npt-section-heading:after,body.npt-section-heading-style08 .npt-widget-title:after,body.npt-section-heading-style08 .widget-title:after{content:"";height:1px;width:32px;background:color-mix(in srgb,var(--npt-heading-accent-color) 45%,transparent)}
body.npt-section-heading-style09 .npt-section-head,body.npt-section-heading-style09 .npt-section-title,body.npt-section-heading-style09 .npt-section-heading,body.npt-section-heading-style09 .npt-widget-title,body.npt-section-heading-style09 .widget-title{display:inline-flex;align-items:center;padding:7px 13px;border-bottom:2px solid var(--npt-heading-accent-color);background:var(--npt-heading-bg-color);border-radius:8px 8px 0 0}
body.npt-section-heading-style10 .npt-section-head,body.npt-section-heading-style10 .npt-section-title,body.npt-section-heading-style10 .npt-section-heading,body.npt-section-heading-style10 .npt-widget-title,body.npt-section-heading-style10 .widget-title{display:flex;align-items:center;gap:10px;padding-bottom:9px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 12%,transparent)}
body.npt-section-heading-style10 .npt-section-head:before,body.npt-section-heading-style10 .npt-section-title:before,body.npt-section-heading-style10 .npt-section-heading:before,body.npt-section-heading-style10 .npt-widget-title:before,body.npt-section-heading-style10 .widget-title:before{content:"خبر";font-size:9px;font-weight:700;color:var(--npt-heading-accent-color);padding:2px 6px;border:1px solid color-mix(in srgb,var(--npt-heading-accent-color) 35%,transparent);border-radius:4px}
body.npt-section-heading-style11 .npt-section-head,body.npt-section-heading-style11 .npt-section-title,body.npt-section-heading-style11 .npt-section-heading,body.npt-section-heading-style11 .npt-widget-title,body.npt-section-heading-style11 .widget-title{position:relative;padding-bottom:12px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 10%,transparent)}
body.npt-section-heading-style11 .npt-section-head:after,body.npt-section-heading-style11 .npt-section-title:after,body.npt-section-heading-style11 .npt-section-heading:after,body.npt-section-heading-style11 .npt-widget-title:after,body.npt-section-heading-style11 .widget-title:after{content:"";display:block;width:28px;height:2px;margin-top:7px;background:var(--npt-heading-accent-color);border-radius:2px}
body.npt-section-heading-style12 .npt-section-head,body.npt-section-heading-style12 .npt-section-title,body.npt-section-heading-style12 .npt-section-heading,body.npt-section-heading-style12 .npt-widget-title,body.npt-section-heading-style12 .widget-title{position:relative;padding-bottom:8px;border-bottom:1px solid color-mix(in srgb,var(--npt-heading-title-color) 9%,transparent)}


/* v70.60.94 — Final unified section-heading application layer.
 * The admin saves style01..style12. These aliases make the existing 12 preset
 * designs apply consistently to every real section heading in the theme.
 * The three admin colors are deliberately scoped to headings only.
 */
body[class*="npt-heading-style-"]{
  --npt-heading-color:var(--npt-heading-title-color,#222);
  --npt-heading-accent:var(--npt-heading-accent-color,#1f6feb);
  --npt-heading-bg:var(--npt-heading-bg-color,#fff);
}

body[class*="npt-heading-style-"] :is(
  .npt-home-section>.widget-title,
  .npt-widget>.widget-title,
  .npt-news-cards-heading,
  .npt-lh-heading,
  .npt-lht-heading,
  .npt-inarticle-popular-title,
  .npt-more-read h2,
  .npt-related h2,
  .npt-comments-heading,
  .mtb-links-page .mtb-links-title-wrap,
  .mtb-links-page .mtb-links-title,
  .npt-lifestyle-widget>h2
){
  color:var(--npt-heading-color)!important;
  background-color:var(--npt-heading-bg)!important;
  border-color:var(--npt-heading-accent)!important;
  box-sizing:border-box;
}

body[class*="npt-heading-style-"] :is(
  .npt-home-section>.widget-title,
  .npt-widget>.widget-title,
  .npt-news-cards-heading,
  .npt-lh-heading,
  .npt-lht-heading,
  .npt-inarticle-popular-title,
  .npt-more-read h2,
  .npt-related h2,
  .npt-comments-heading,
  .mtb-links-page .mtb-links-title-wrap,
  .mtb-links-page .mtb-links-title,
  .npt-lifestyle-widget>h2
)::before{
  border-color:var(--npt-heading-accent)!important;
  background-color:var(--npt-heading-accent)!important;
}

body[class*="npt-heading-style-"] :is(
  .npt-home-section>.widget-title,
  .npt-widget>.widget-title,
  .npt-news-cards-heading,
  .npt-lh-heading,
  .npt-lht-heading,
  .npt-inarticle-popular-title,
  .npt-more-read h2,
  .npt-related h2,
  .npt-comments-heading,
  .mtb-links-page .mtb-links-title-wrap,
  .mtb-links-page .mtb-links-title,
  .npt-lifestyle-widget>h2
)::after{
  background-color:var(--npt-heading-accent)!important;
  border-color:var(--npt-heading-accent)!important;
}

/* Remove legacy color variables from the final visual path. */
body[class*="npt-heading-style-"] :is(
  .npt-home-section>.widget-title,
  .npt-widget>.widget-title,
  .npt-news-cards-heading,
  .npt-lh-heading,
  .npt-lht-heading,
  .npt-inarticle-popular-title,
  .npt-more-read h2,
  .npt-related h2,
  .npt-comments-heading,
  .mtb-links-page .mtb-links-title-wrap,
  .mtb-links-page .mtb-links-title,
  .npt-lifestyle-widget>h2
) a,
body[class*="npt-heading-style-"] :is(
  .npt-home-section>.widget-title,
  .npt-widget>.widget-title,
  .npt-news-cards-heading,
  .npt-lh-heading,
  .npt-lht-heading,
  .npt-inarticle-popular-title,
  .npt-more-read h2,
  .npt-related h2,
  .npt-comments-heading,
  .mtb-links-page .mtb-links-title-wrap,
  .mtb-links-page .mtb-links-title,
  .npt-lifestyle-widget>h2
) strong{
  color:var(--npt-heading-color)!important;
}

/* Styles with intentional filled heading treatment. */
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  background-color:var(--npt-heading-accent)!important;
  color:#fff!important;
}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) a,
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) strong{color:#fff!important}

/* Lifestyle has a custom H2 rather than a widget-title. */
body[class*="npt-heading-style-"] .npt-lifestyle-widget>h2 .npt-lifestyle-mark{color:var(--npt-heading-accent)!important}

/* Keep the title row readable when a section contains a right-side action. */
body[class*="npt-heading-style-"] :is(.npt-home-section>.widget-title,.npt-widget>.widget-title){
  min-width:0;
}

/* NPT FINAL — premium 12 section-heading designs
 * v70.60.94
 * One visual system for all supported section headings.
 * Uses only existing user-controlled heading color variables.
 */
:root{
  --npt-h-title:var(--npt-heading-title-color,var(--npt-heading-color,#222));
  --npt-h-accent:var(--npt-heading-accent-color,var(--npt-heading-accent,#1f6feb));
  --npt-h-bg:var(--npt-heading-bg-color,var(--npt-heading-bg,#fff));
  --npt-h-border:var(--border,#e5e7eb);
}

body[class*="npt-heading-style-"] :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  box-sizing:border-box;
  color:var(--npt-h-title)!important;
  background-color:var(--npt-h-bg);
  border-color:var(--npt-h-border);
  line-height:1.55;
}

/* 01 — کلاسیک حرفه‌ای: نشانگر عمودی + خط ظریف */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 10px;border:0;border-bottom:1px solid var(--npt-h-border);font-weight:800;position:relative;
}
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:5px;height:24px;flex:0 0 5px;border-radius:5px;background:var(--npt-h-accent)}
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border);opacity:.75}

/* 02 — مدرن: خط کوتاه رنگی + خط امتدادی */
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 9px;border:0;border-bottom:2px solid var(--npt-h-border);font-weight:800;
}
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:32px;height:4px;flex:0 0 32px;border-radius:4px;background:var(--npt-h-accent)}
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 03 — Editorial: عنوان با دو خط ظریف بالا و پایین */
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 17px;padding:8px 0;border-top:2px solid var(--npt-h-accent);border-bottom:1px solid var(--npt-h-accent);font-weight:800;background:transparent;
}
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--npt-h-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--npt-h-accent) 12%,transparent)}
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 04 — قاب نرم: کارت کوچک با حاشیه و سایه بسیار کنترل‌شده */
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:9px 12px;border:1px solid color-mix(in srgb,var(--npt-h-accent) 24%,var(--npt-h-border));border-radius:9px;background:var(--npt-h-bg);box-shadow:0 1px 0 color-mix(in srgb,var(--npt-h-accent) 8%,transparent);font-weight:800;
}
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:4px;background:var(--npt-h-accent)}
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 05 — خبری: نوار بالایی + نقطه کنترل‌شده */
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:9px 0 8px;border:0;border-top:3px solid var(--npt-h-accent);font-weight:850;
}
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--npt-h-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--npt-h-accent) 12%,transparent)}
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 06 — مینیمال: نقطه + خط کوتاه، مناسب Sidebar */
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:0 0 8px;border:0;border-bottom:1px solid var(--npt-h-border);font-weight:750;font-size:1.05em;
}
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--npt-h-accent)}
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border);opacity:.7}

/* 07 — مجله‌ای: عنوان در یک خط افقی با Accent کوتاه */
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:12px;margin:0 0 17px;padding:0 0 9px;border:0;border-bottom:1px solid var(--npt-h-border);font-size:1.12em;font-weight:850;letter-spacing:-.01em;
}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:46px;height:5px;flex:0 0 46px;border-radius:0 4px 4px 0;background:var(--npt-h-accent)}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:2px;flex:1;background:linear-gradient(to right,var(--npt-h-border),transparent)}

/* 08 — کپسولی: مدرن و نرم، مناسب بخش‌های منتخب */
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin:0 0 16px;padding:7px 14px;border:1px solid color-mix(in srgb,var(--npt-h-accent) 35%,var(--npt-h-border));border-radius:999px;background:var(--npt-h-bg);font-weight:800;
}
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--npt-h-accent)}
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:none}

/* 09 — Tab: برچسب رنگی با خط ادامه‌دهنده، بدون باکس کامل */
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0;border:0;border-bottom:2px solid var(--npt-h-accent);background:transparent;font-weight:850;
}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  color:var(--npt-h-title)!important;
}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:24px;flex:0 0 7px;border-radius:4px 4px 0 0;background:var(--npt-h-accent)}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 10 — خبرگزاری مدرن: خط ضخیم کناری + ناحیه خنثی */
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:7px 12px;border:0;border-inline-start:4px solid var(--npt-h-accent);background:color-mix(in srgb,var(--npt-h-accent) 5%,var(--npt-h-bg));font-weight:850;
}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border:2px solid var(--npt-h-accent);border-radius:2px}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 11 — نقطه‌ای Premium: نقطه بزرگ + خط نقطه‌چین */
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 9px;border:0;border-bottom:1px dashed color-mix(in srgb,var(--npt-h-accent) 40%,var(--npt-h-border));font-weight:800;
}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--npt-h-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--npt-h-accent) 10%,transparent)}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

/* 12 — مینیمال Premium: تایپوگرافی برجسته + خط Accent */
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:12px;margin:0 0 18px;padding:0 0 11px;border:0;border-bottom:1px solid var(--npt-h-border);font-size:1.16em;font-weight:900;letter-spacing:-.02em;position:relative;background:transparent;
}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:54px;height:3px;flex:0 0 54px;border-radius:3px;background:var(--npt-h-accent);box-shadow:12px 0 0 color-mix(in srgb,var(--npt-h-accent) 25%,transparent)}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:linear-gradient(to right,var(--npt-h-border),transparent)}

/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}

@media(max-width:700px){
  body[class*="npt-heading-style-"] :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){margin-bottom:13px}
  body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){font-size:1.05em}
  body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){font-size:1.08em}
  body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){max-width:calc(100% - 8px);padding:6px 11px}
  body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){padding:8px 10px}
  body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{width:34px;flex-basis:34px}
  body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{width:38px;flex-basis:38px}
}



/* v70.60.95 — 4 reference heading designs added from supplied visual references.
 * style13: Filled navy tab + hairline
 * style14: Soft gray tab + accent edge
 * style15: Minimal title + short red underline
 * style16: Chevron badge + gold rule
 */
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:0;width:100%;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #dee2e6;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.5;font-weight:800;min-height:36px;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{
  content:"";display:block;flex:0 0 8px;height:36px;background:var(--npt-h-accent);order:0;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  padding-inline-start:0;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";display:block;flex:1;height:1px;background:#dee2e6;order:2;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  /* Direct text is retained; accent block is the exact visual cue while remaining theme-color aware. */
  box-shadow:none;
}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:0;width:100%;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #ddd;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.5;font-weight:800;min-height:34px;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{
  content:"";display:block;flex:0 0 5px;height:30px;background:var(--npt-h-accent);order:0;border-radius:0 0 0 0;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";display:block;flex:1;height:1px;background:#ddd;order:2;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  box-shadow:inset -160px 0 0 rgba(221,221,221,.95);
}

body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  position:relative;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;margin:0 0 16px;padding:0 0 8px;border:0;border-bottom:1px solid #ddd;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45;font-weight:800;min-height:34px;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";position:absolute;right:0;bottom:-1px;width:36px;height:3px;background:var(--npt-h-accent);border-radius:0;box-shadow:none;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none}

body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  position:relative;display:flex;align-items:center;gap:8px;width:100%;margin:0 0 16px;padding:0 0 8px;border:0;border-bottom:3px solid var(--npt-h-accent);background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45;font-weight:800;min-height:36px;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{
  content:"‹";display:flex;align-items:center;justify-content:center;order:0;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--npt-h-accent);color:#fff;font-size:20px;font-weight:900;line-height:1;transform:translateY(-1px);
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";position:absolute;left:0;right:0;bottom:-3px;height:3px;background:var(--npt-h-accent);border-radius:0 0 2px 2px;opacity:.98;
}
@media(max-width:700px){
  body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){margin-bottom:13px}
}


/* Exact geometry refinement for supplied reference designs. */
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:stretch;justify-content:flex-start;gap:0;direction:rtl;width:100%;min-height:36px;padding:0;border:0;border-bottom:1px solid #dee2e6;background:transparent!important;color:var(--npt-h-title)!important;overflow:visible;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:36px;padding:0 24px;background:#38386c;color:#fff!important;font-weight:800;line-height:1.5;white-space:nowrap;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label a{color:#fff!important}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";display:block;flex:1;align-self:center;height:1px;background:#dee2e6;order:2}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:stretch;justify-content:flex-start;gap:0;direction:rtl;width:100%;min-height:34px;padding:0;border:0;border-bottom:1px solid #ddd;background:transparent!important;color:#38386c!important;overflow:visible;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:30px;padding:0 13px;background:#ddd;color:#38386c!important;font-weight:800;line-height:1.5;white-space:nowrap;border-inline-end:3px solid #38386c;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label a{color:#38386c!important}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";display:block;flex:1;align-self:center;height:1px;background:#ddd;order:2}

body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  direction:rtl;justify-content:flex-start;text-align:right;color:var(--npt-h-title)!important;border-bottom:1px solid #ddd;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{right:auto;inset-inline-end:0;width:36px;height:3px;background:#c4130b}

body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){direction:rtl;text-align:right;color:var(--npt-h-title)!important;border-bottom:3px solid #f2ab1f}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{background:#f2ab1f;color:#fff;content:"‹";}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{background:#f2ab1f}


/* 70.60.96 — scoped per-section heading styles. */
.npt-heading-scope-classic .npt-home-section>.widget-title,
.npt-heading-scope-classic .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;}



/* v70.60.79 — unified section-heading system.
 * The selector set intentionally covers the theme's custom heading markup as well as
 * standard WordPress widget titles, so one setting is visually consistent site-wide.
 */
.npt-heading-scope-classic .npt-home-section>.widget-title,
.npt-heading-scope-classic .npt-widget>.widget-title,
.npt-heading-scope-classic .npt-news-cards-heading,
.npt-heading-scope-classic .npt-lh-heading,
.npt-heading-scope-classic .npt-lht-heading,
.npt-heading-scope-classic .npt-inarticle-popular-title,
.npt-heading-scope-classic .npt-more-read h2,
.npt-heading-scope-classic .npt-related h2{ }


/* 01 — کلاسیک: عنوان پررنگ + نشانه رنگی + خط ظریف */
.npt-heading-scope-classic .npt-home-section>.widget-title,
.npt-heading-scope-classic .npt-widget>.widget-title,
.npt-heading-scope-classic .npt-news-cards-heading,
.npt-heading-scope-classic .npt-lh-heading,
.npt-heading-scope-classic .npt-inarticle-popular-title,
.npt-heading-scope-classic .npt-more-read h2,
.npt-heading-scope-classic .npt-related h2{
  display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--border);padding:0 0 9px;margin-bottom:14px;font-weight:800;
}

.npt-heading-scope-classic .npt-home-section>.widget-title:before,
.npt-heading-scope-classic .npt-widget>.widget-title:before,
.npt-heading-scope-classic .npt-news-cards-heading:before,
.npt-heading-scope-classic .npt-lh-heading:before,
.npt-heading-scope-classic .npt-inarticle-popular-title:before,
.npt-heading-scope-classic .npt-more-read h2:before,
.npt-heading-scope-classic .npt-related h2:before{
  content:"";display:block;flex:0 0 5px;width:5px;height:24px;border-radius:4px;background:var(--accent);
}

.npt-heading-scope-classic .npt-home-section>.widget-title:after,
.npt-heading-scope-classic .npt-widget>.widget-title:after,
.npt-heading-scope-classic .npt-news-cards-heading:after,
.npt-heading-scope-classic .npt-lh-heading:after,
.npt-heading-scope-classic .npt-inarticle-popular-title:after,
.npt-heading-scope-classic .npt-more-read h2:after,
.npt-heading-scope-classic .npt-related h2:after{content:"";height:2px;flex:1;background:var(--border);opacity:.45}


/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
.npt-heading-scope-classic .npt-lht-heading,
body.npt-heading-style-underline .npt-lht-heading,
body.npt-heading-style-double .npt-lht-heading,
body.npt-heading-style-boxed .npt-lht-heading,
body.npt-heading-style-accent .npt-lht-heading,
body.npt-heading-style-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}

.npt-heading-scope-classic .npt-lht-heading{padding:9px 11px;border-bottom:1px solid var(--border);box-shadow:inset 0 -2px 0 var(--accent)}

.npt-heading-scope-classic .npt-comments-heading,
body.npt-heading-style-underline .npt-comments-heading,
body.npt-heading-style-double .npt-comments-heading,
body.npt-heading-style-boxed .npt-comments-heading,
body.npt-heading-style-accent .npt-comments-heading,
body.npt-heading-style-minimal .npt-comments-heading{border-color:var(--border)}

.npt-heading-scope-classic .mtb-links-page .mtb-links-title-wrap{border-bottom:2px solid var(--accent)}


/* 01 — کلاسیک حرفه‌ای: نشانگر عمودی + خط ظریف */
.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 10px;border:0;border-bottom:1px solid var(--npt-h-border);font-weight:800;position:relative;
}

.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:5px;height:24px;flex:0 0 5px;border-radius:5px;background:var(--npt-h-accent)}

.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border);opacity:.75}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}


.npt-heading-scope-underline .npt-home-section>.widget-title,
.npt-heading-scope-underline .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding-inline:0 0 9px;border-inline-start:0;border-bottom:2px solid var(--accent);}

.npt-heading-scope-underline .npt-home-section>.widget-title:after,
.npt-heading-scope-underline .npt-widget>.widget-title:after{content:'';display:block;height:2px;flex:1;background:var(--border);opacity:.55;}


/* 02 — خط مدرن: خط کوتاه رنگی کنار عنوان و خط امتدادی */
.npt-heading-scope-underline .npt-home-section>.widget-title,
.npt-heading-scope-underline .npt-widget>.widget-title,
.npt-heading-scope-underline .npt-news-cards-heading,
.npt-heading-scope-underline .npt-lh-heading,
.npt-heading-scope-underline .npt-inarticle-popular-title,
.npt-heading-scope-underline .npt-more-read h2,
.npt-heading-scope-underline .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:0 0 10px;margin-bottom:14px;border:0;border-bottom:2px solid var(--border);font-weight:800;
}

.npt-heading-scope-underline .npt-home-section>.widget-title:before,
.npt-heading-scope-underline .npt-widget>.widget-title:before,
.npt-heading-scope-underline .npt-news-cards-heading:before,
.npt-heading-scope-underline .npt-lh-heading:before,
.npt-heading-scope-underline .npt-inarticle-popular-title:before,
.npt-heading-scope-underline .npt-more-read h2:before,
.npt-heading-scope-underline .npt-related h2:before{content:"";width:34px;height:4px;flex:0 0 34px;border-radius:5px;background:var(--accent)}

.npt-heading-scope-underline .npt-home-section>.widget-title:after,
.npt-heading-scope-underline .npt-widget>.widget-title:after,
.npt-heading-scope-underline .npt-news-cards-heading:after,
.npt-heading-scope-underline .npt-lh-heading:after,
.npt-heading-scope-underline .npt-inarticle-popular-title:after,
.npt-heading-scope-underline .npt-more-read h2:after,
.npt-heading-scope-underline .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.7}


/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
body.npt-heading-style-classic .npt-lht-heading,
.npt-heading-scope-underline .npt-lht-heading,
body.npt-heading-style-double .npt-lht-heading,
body.npt-heading-style-boxed .npt-lht-heading,
body.npt-heading-style-accent .npt-lht-heading,
body.npt-heading-style-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}

.npt-heading-scope-underline .npt-lht-heading{padding:9px 11px;border-bottom:2px solid var(--accent)}

body.npt-heading-style-classic .npt-comments-heading,
.npt-heading-scope-underline .npt-comments-heading,
body.npt-heading-style-double .npt-comments-heading,
body.npt-heading-style-boxed .npt-comments-heading,
body.npt-heading-style-accent .npt-comments-heading,
body.npt-heading-style-minimal .npt-comments-heading{border-color:var(--border)}

.npt-heading-scope-underline .mtb-links-page .mtb-links-title-wrap{border-bottom:3px solid var(--accent)}


/* 02 — مدرن: خط کوتاه رنگی + خط امتدادی */
.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 9px;border:0;border-bottom:2px solid var(--npt-h-border);font-weight:800;
}

.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:32px;height:4px;flex:0 0 32px;border-radius:4px;background:var(--npt-h-accent)}

.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}


.npt-heading-scope-double .npt-home-section>.widget-title,
.npt-heading-scope-double .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding-inline:0 0 8px;border-inline-start:0;border-top:2px solid var(--accent);border-bottom:1px solid var(--accent);padding-top:7px;}

.npt-heading-scope-double .npt-home-section>.widget-title:after,
.npt-heading-scope-double .npt-widget>.widget-title:after{content:'';display:block;height:1px;flex:1;background:var(--border);opacity:.7;}

  .npt-heading-scope-double .npt-home-section>.widget-title,
  .npt-heading-scope-double .npt-widget>.widget-title{padding-top:6px;}


/* 03 — روبانی: عنوان روی یک زمینه بسیار ملایم، بدون سنگینی بصری */
.npt-heading-scope-double .npt-home-section>.widget-title,
.npt-heading-scope-double .npt-widget>.widget-title,
.npt-heading-scope-double .npt-news-cards-heading,
.npt-heading-scope-double .npt-lh-heading,
.npt-heading-scope-double .npt-inarticle-popular-title,
.npt-heading-scope-double .npt-more-read h2,
.npt-heading-scope-double .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:9px 12px;margin-bottom:14px;border:0;border-radius:8px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));font-weight:800;
}

.npt-heading-scope-double .npt-home-section>.widget-title:before,
.npt-heading-scope-double .npt-widget>.widget-title:before,
.npt-heading-scope-double .npt-news-cards-heading:before,
.npt-heading-scope-double .npt-lh-heading:before,
.npt-heading-scope-double .npt-inarticle-popular-title:before,
.npt-heading-scope-double .npt-more-read h2:before,
.npt-heading-scope-double .npt-related h2:before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:4px;background:var(--accent)}

.npt-heading-scope-double .npt-home-section>.widget-title:after,
.npt-heading-scope-double .npt-widget>.widget-title:after,
.npt-heading-scope-double .npt-news-cards-heading:after,
.npt-heading-scope-double .npt-lh-heading:after,
.npt-heading-scope-double .npt-inarticle-popular-title:after,
.npt-heading-scope-double .npt-more-read h2:after,
.npt-heading-scope-double .npt-related h2:after{content:"";height:1px;flex:1;background:var(--accent);opacity:.22}


/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
body.npt-heading-style-classic .npt-lht-heading,
body.npt-heading-style-underline .npt-lht-heading,
.npt-heading-scope-double .npt-lht-heading,
body.npt-heading-style-boxed .npt-lht-heading,
body.npt-heading-style-accent .npt-lht-heading,
body.npt-heading-style-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}

.npt-heading-scope-double .npt-lht-heading{padding:8px 10px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));border-radius:7px}

body.npt-heading-style-classic .npt-comments-heading,
body.npt-heading-style-underline .npt-comments-heading,
.npt-heading-scope-double .npt-comments-heading,
body.npt-heading-style-boxed .npt-comments-heading,
body.npt-heading-style-accent .npt-comments-heading,
body.npt-heading-style-minimal .npt-comments-heading{border-color:var(--border)}

.npt-heading-scope-double .mtb-links-page .mtb-links-title-wrap{border-top:3px solid var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--surface))}


/* 03 — Editorial: عنوان با دو خط ظریف بالا و پایین */
.npt-heading-scope-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 17px;padding:8px 0;border-top:2px solid var(--npt-h-accent);border-bottom:1px solid var(--npt-h-accent);font-weight:800;background:transparent;
}

.npt-heading-scope-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--npt-h-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--npt-h-accent) 12%,transparent)}

.npt-heading-scope-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}


.npt-heading-scope-boxed .npt-home-section>.widget-title,
.npt-heading-scope-boxed .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--accent);border-radius:var(--mtb-radius);background:color-mix(in srgb,var(--accent) 8%,var(--surface));}

.npt-heading-scope-boxed .npt-home-section>.widget-title:after,
.npt-heading-scope-boxed .npt-widget>.widget-title:after{content:'';display:block;height:1px;flex:1;background:var(--border);opacity:.65;}

  .npt-heading-scope-boxed .npt-home-section>.widget-title,
  .npt-heading-scope-boxed .npt-widget>.widget-title{padding:8px 10px;}


/* 04 — قاب ظریف: مناسب بخش‌هایی که باید از محتوای زیر جدا شوند */
.npt-heading-scope-boxed .npt-home-section>.widget-title,
.npt-heading-scope-boxed .npt-widget>.widget-title,
.npt-heading-scope-boxed .npt-news-cards-heading,
.npt-heading-scope-boxed .npt-lh-heading,
.npt-heading-scope-boxed .npt-inarticle-popular-title,
.npt-heading-scope-boxed .npt-more-read h2,
.npt-heading-scope-boxed .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:8px 11px;margin-bottom:14px;border:1px solid var(--border);border-radius:7px;background:var(--surface);font-weight:800;box-shadow:inset 3px 0 0 var(--accent);
}

.npt-heading-scope-boxed .npt-home-section>.widget-title:before,
.npt-heading-scope-boxed .npt-widget>.widget-title:before,
.npt-heading-scope-boxed .npt-news-cards-heading:before,
.npt-heading-scope-boxed .npt-lh-heading:before,
.npt-heading-scope-boxed .npt-inarticle-popular-title:before,
.npt-heading-scope-boxed .npt-more-read h2:before,
.npt-heading-scope-boxed .npt-related h2:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent)}

.npt-heading-scope-boxed .npt-home-section>.widget-title:after,
.npt-heading-scope-boxed .npt-widget>.widget-title:after,
.npt-heading-scope-boxed .npt-news-cards-heading:after,
.npt-heading-scope-boxed .npt-lh-heading:after,
.npt-heading-scope-boxed .npt-inarticle-popular-title:after,
.npt-heading-scope-boxed .npt-more-read h2:after,
.npt-heading-scope-boxed .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.7}


/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
body.npt-heading-style-classic .npt-lht-heading,
body.npt-heading-style-underline .npt-lht-heading,
body.npt-heading-style-double .npt-lht-heading,
.npt-heading-scope-boxed .npt-lht-heading,
body.npt-heading-style-accent .npt-lht-heading,
body.npt-heading-style-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}

.npt-heading-scope-boxed .npt-lht-heading{padding:8px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:inset 3px 0 0 var(--accent)}

body.npt-heading-style-classic .npt-comments-heading,
body.npt-heading-style-underline .npt-comments-heading,
body.npt-heading-style-double .npt-comments-heading,
.npt-heading-scope-boxed .npt-comments-heading,
body.npt-heading-style-accent .npt-comments-heading,
body.npt-heading-style-minimal .npt-comments-heading{border-color:var(--border)}

.npt-heading-scope-boxed .mtb-links-page .mtb-links-title-wrap{border:1px solid var(--border);border-radius:7px;background:var(--surface);margin-bottom:12px}

.npt-heading-scope-boxed .npt-home-section>.widget-title,
.npt-heading-scope-boxed .npt-widget>.widget-title{
  background:color-mix(in srgb,var(--npt-heading-accent) 8%,var(--surface));
}


/* 04 — قاب نرم: کارت کوچک با حاشیه و سایه بسیار کنترل‌شده */
.npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:9px 12px;border:1px solid color-mix(in srgb,var(--npt-h-accent) 24%,var(--npt-h-border));border-radius:9px;background:var(--npt-h-bg);box-shadow:0 1px 0 color-mix(in srgb,var(--npt-h-accent) 8%,transparent);font-weight:800;
}

.npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:4px;background:var(--npt-h-accent)}

.npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}

  .npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){padding:8px 10px}


.npt-heading-scope-accent .npt-home-section>.widget-title,
.npt-heading-scope-accent .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding-inline:12px 0;border-inline-start:7px solid var(--accent);border-bottom:1px solid var(--border);padding-bottom:8px;}

.npt-heading-scope-accent .npt-home-section>.widget-title:after,
.npt-heading-scope-accent .npt-widget>.widget-title:after{content:'';display:block;height:2px;flex:1;background:var(--accent);opacity:.35;}


/* 05 — نوار خبری: نوار باریک بالا + عنوان در مرکز خط */
.npt-heading-scope-accent .npt-home-section>.widget-title,
.npt-heading-scope-accent .npt-widget>.widget-title,
.npt-heading-scope-accent .npt-news-cards-heading,
.npt-heading-scope-accent .npt-lh-heading,
.npt-heading-scope-accent .npt-inarticle-popular-title,
.npt-heading-scope-accent .npt-more-read h2,
.npt-heading-scope-accent .npt-related h2{
  display:flex;align-items:center;gap:10px;padding:8px 0 9px;margin-bottom:14px;border:0;border-top:3px solid var(--accent);font-weight:800;
}

.npt-heading-scope-accent .npt-home-section>.widget-title:before,
.npt-heading-scope-accent .npt-widget>.widget-title:before,
.npt-heading-scope-accent .npt-news-cards-heading:before,
.npt-heading-scope-accent .npt-lh-heading:before,
.npt-heading-scope-accent .npt-inarticle-popular-title:before,
.npt-heading-scope-accent .npt-more-read h2:before,
.npt-heading-scope-accent .npt-related h2:before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}

.npt-heading-scope-accent .npt-home-section>.widget-title:after,
.npt-heading-scope-accent .npt-widget>.widget-title:after,
.npt-heading-scope-accent .npt-news-cards-heading:after,
.npt-heading-scope-accent .npt-lh-heading:after,
.npt-heading-scope-accent .npt-inarticle-popular-title:after,
.npt-heading-scope-accent .npt-more-read h2:after,
.npt-heading-scope-accent .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.55}


/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
body.npt-heading-style-classic .npt-lht-heading,
body.npt-heading-style-underline .npt-lht-heading,
body.npt-heading-style-double .npt-lht-heading,
body.npt-heading-style-boxed .npt-lht-heading,
.npt-heading-scope-accent .npt-lht-heading,
body.npt-heading-style-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}

.npt-heading-scope-accent .npt-lht-heading{padding:9px 10px;border-top:3px solid var(--accent);border-bottom:1px solid var(--border)}

body.npt-heading-style-classic .npt-comments-heading,
body.npt-heading-style-underline .npt-comments-heading,
body.npt-heading-style-double .npt-comments-heading,
body.npt-heading-style-boxed .npt-comments-heading,
.npt-heading-scope-accent .npt-comments-heading,
body.npt-heading-style-minimal .npt-comments-heading{border-color:var(--border)}

.npt-heading-scope-accent .mtb-links-page .mtb-links-title-wrap{border-top:4px solid var(--accent)}


/* 05 — خبری: نوار بالایی + نقطه کنترل‌شده */
.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:9px 0 8px;border:0;border-top:3px solid var(--npt-h-accent);font-weight:850;
}

.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--npt-h-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--npt-h-accent) 12%,transparent)}

.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}


.npt-heading-scope-minimal .npt-home-section>.widget-title,
.npt-heading-scope-minimal .npt-widget>.widget-title{display:flex;align-items:center;gap:10px;padding:0;border:0;font-size:1.18rem;color:var(--text);}

.npt-heading-scope-minimal .npt-home-section>.widget-title:before,
.npt-heading-scope-minimal .npt-widget>.widget-title:before{content:'';display:block;flex:0 0 24px;width:24px;height:3px;border-radius:3px;background:var(--accent);}

.npt-heading-scope-minimal .npt-home-section>.widget-title:after,
.npt-heading-scope-minimal .npt-widget>.widget-title:after{content:'';display:block;height:1px;flex:1;background:var(--border);opacity:.55;}


/* 06 — مینیمال: فقط نشانه کوتاه و خط سبک */
.npt-heading-scope-minimal .npt-home-section>.widget-title,
.npt-heading-scope-minimal .npt-widget>.widget-title,
.npt-heading-scope-minimal .npt-news-cards-heading,
.npt-heading-scope-minimal .npt-lh-heading,
.npt-heading-scope-minimal .npt-inarticle-popular-title,
.npt-heading-scope-minimal .npt-more-read h2,
.npt-heading-scope-minimal .npt-related h2{
  display:flex;align-items:center;gap:9px;padding:0 0 8px;margin-bottom:14px;border:0;border-bottom:1px solid var(--border);font-weight:800;
}

.npt-heading-scope-minimal .npt-home-section>.widget-title:before,
.npt-heading-scope-minimal .npt-widget>.widget-title:before,
.npt-heading-scope-minimal .npt-news-cards-heading:before,
.npt-heading-scope-minimal .npt-lh-heading:before,
.npt-heading-scope-minimal .npt-inarticle-popular-title:before,
.npt-heading-scope-minimal .npt-more-read h2:before,
.npt-heading-scope-minimal .npt-related h2:before{content:"";width:22px;height:3px;flex:0 0 22px;border-radius:4px;background:var(--accent)}

.npt-heading-scope-minimal .npt-home-section>.widget-title:after,
.npt-heading-scope-minimal .npt-widget>.widget-title:after,
.npt-heading-scope-minimal .npt-news-cards-heading:after,
.npt-heading-scope-minimal .npt-lh-heading:after,
.npt-heading-scope-minimal .npt-inarticle-popular-title:after,
.npt-heading-scope-minimal .npt-more-read h2:after,
.npt-heading-scope-minimal .npt-related h2:after{content:"";height:1px;flex:1;background:var(--border);opacity:.6}


/* Custom two-column latest/hot headings use the same visual language without
 * affecting their tab/list behaviour. */
body.npt-heading-style-classic .npt-lht-heading,
body.npt-heading-style-underline .npt-lht-heading,
body.npt-heading-style-double .npt-lht-heading,
body.npt-heading-style-boxed .npt-lht-heading,
body.npt-heading-style-accent .npt-lht-heading,
.npt-heading-scope-minimal .npt-lht-heading{
  position:relative;display:flex;align-items:center;gap:7px;margin:0;border:0;font-weight:800;
}

.npt-heading-scope-minimal .npt-lht-heading{padding:8px 8px;border-bottom:1px solid var(--border)}

body.npt-heading-style-classic .npt-comments-heading,
body.npt-heading-style-underline .npt-comments-heading,
body.npt-heading-style-double .npt-comments-heading,
body.npt-heading-style-boxed .npt-comments-heading,
body.npt-heading-style-accent .npt-comments-heading,
.npt-heading-scope-minimal .npt-comments-heading{border-color:var(--border)}

.npt-heading-scope-minimal .mtb-links-page .mtb-links-title-wrap{border-bottom:1px solid var(--border)}

.npt-heading-scope-minimal .npt-home-section>.widget-title:before,
.npt-heading-scope-minimal .npt-widget>.widget-title:before{
  background:var(--npt-heading-accent);
}


/* 06 — مینیمال: نقطه + خط کوتاه، مناسب Sidebar */
.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:0 0 8px;border:0;border-bottom:1px solid var(--npt-h-border);font-weight:750;font-size:1.05em;
}

.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--npt-h-accent)}

.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border);opacity:.7}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}


/* 07 — تحریریه: تایپوگرافی قوی با خط بسیار ظریف */
.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:0 0 10px;border:0;border-bottom:1px solid var(--border);font-weight:850;letter-spacing:-.15px;position:relative;
}

.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:28px;height:3px;flex:0 0 28px;border-radius:3px;background:var(--accent)}

.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.55}


/* 07 — مجله‌ای: عنوان در یک خط افقی با Accent کوتاه */
.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:12px;margin:0 0 17px;padding:0 0 9px;border:0;border-bottom:1px solid var(--npt-h-border);font-size:1.12em;font-weight:850;letter-spacing:-.01em;
}

.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:46px;height:5px;flex:0 0 46px;border-radius:0 4px 4px 0;background:var(--npt-h-accent)}

.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:2px;flex:1;background:linear-gradient(to right,var(--npt-h-border),transparent)}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}

  .npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){font-size:1.05em}

  .npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{width:34px;flex-basis:34px}


/* 08 — کپسولی: نشانه رنگی داخل یک کپسول کم‌ارتفاع */
.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin:0 0 15px;padding:7px 14px;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));font-weight:800;
}

.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}

 .npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){padding:6px 11px;margin-bottom:12px}

.npt-heading-scope-pill .npt-home-section>.widget-title,
.npt-heading-scope-pill .npt-widget>.widget-title{
  border-color:var(--npt-heading-accent);
}


/* 08 — کپسولی: مدرن و نرم، مناسب بخش‌های منتخب */
.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin:0 0 16px;padding:7px 14px;border:1px solid color-mix(in srgb,var(--npt-h-accent) 35%,var(--npt-h-border));border-radius:999px;background:var(--npt-h-bg);font-weight:800;
}

.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--npt-h-accent)}

.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:none}

  .npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){max-width:calc(100% - 8px);padding:6px 11px}


/* 09 — تب‌دار: عنوان مانند تب فعال، با امتداد خط تا انتهای ردیف */
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:0;border:0;border-bottom:2px solid var(--border);font-weight:800;
}

.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";align-self:stretch;width:4px;flex:0 0 4px;background:var(--accent);border-radius:4px 4px 0 0}

.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:2px;flex:1;background:var(--accent);opacity:.18}

.npt-heading-scope-tab .npt-home-section>.widget-title,
.npt-heading-scope-tab .npt-widget>.widget-title{
  background:var(--npt-heading-accent);
  color:#fff!important;
}

.npt-heading-scope-tab .npt-home-section>.widget-title:after,
.npt-heading-scope-tab .npt-widget>.widget-title:after{
  background:color-mix(in srgb,#fff 45%,var(--npt-heading-accent));
}


/* Styles with intentional filled heading treatment. */
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  background-color:var(--npt-heading-accent)!important;
  color:#fff!important;
}

.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) a,
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) strong{color:#fff!important}


/* 09 — Tab: برچسب رنگی با خط ادامه‌دهنده، بدون باکس کامل */
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0;border:0;border-bottom:2px solid var(--npt-h-accent);background:transparent;font-weight:850;
}

.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  color:var(--npt-h-title)!important;
}

.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:24px;flex:0 0 7px;border-radius:4px 4px 0 0;background:var(--npt-h-accent)}

.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}


/* 10 — گوشه‌ای: قاب باز با دو نشانه ظریف */
.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 15px;padding:7px 12px;border:0;border-inline-start:3px solid var(--accent);border-inline-end:3px solid var(--accent);border-radius:2px;font-weight:800;background:color-mix(in srgb,var(--surface) 96%,var(--accent));
}

.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border:2px solid var(--accent);border-radius:2px}

.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.7}

 .npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){padding:6px 9px}


/* 10 — خبرگزاری مدرن: خط ضخیم کناری + ناحیه خنثی */
.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:7px 12px;border:0;border-inline-start:4px solid var(--npt-h-accent);background:color-mix(in srgb,var(--npt-h-accent) 5%,var(--npt-h-bg));font-weight:850;
}

.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border:2px solid var(--npt-h-accent);border-radius:2px}

.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}


/* 11 — نقطه‌ای: بسیار سبک و مناسب صفحات شلوغ */
.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:9px;margin:0 0 14px;padding:0 0 8px;border:0;border-bottom:1px dashed var(--border);font-weight:800;
}

.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 11%,transparent)}

.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.45}


/* 11 — نقطه‌ای Premium: نقطه بزرگ + خط نقطه‌چین */
.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 9px;border:0;border-bottom:1px dashed color-mix(in srgb,var(--npt-h-accent) 40%,var(--npt-h-border));font-weight:800;
}

.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--npt-h-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--npt-h-accent) 10%,transparent)}

.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-h-border)}


/* 12 — روبان: یک نوار کوتاه رنگی زیر عنوان */
.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:0 0 10px;border:0;border-bottom:1px solid var(--border);font-weight:800;position:relative;
}

.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:48px;height:4px;flex:0 0 48px;border-radius:0 0 4px 4px;background:var(--accent)}

.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--border);opacity:.45}

 .npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{width:36px;flex-basis:36px}

.npt-heading-scope-ribbon .npt-home-section>.widget-title,
.npt-heading-scope-ribbon .npt-widget>.widget-title{
  background:linear-gradient(90deg,color-mix(in srgb,var(--npt-heading-accent) 12%,transparent),transparent);
}


/* 12 — مینیمال Premium: تایپوگرافی برجسته + خط Accent */
.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:12px;margin:0 0 18px;padding:0 0 11px;border:0;border-bottom:1px solid var(--npt-h-border);font-size:1.16em;font-weight:900;letter-spacing:-.02em;position:relative;background:transparent;
}

.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:54px;height:3px;flex:0 0 54px;border-radius:3px;background:var(--npt-h-accent);box-shadow:12px 0 0 color-mix(in srgb,var(--npt-h-accent) 25%,transparent)}

.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:linear-gradient(to right,var(--npt-h-border),transparent)}


/* Keep configurable background subtle on styles where a full background would reduce hierarchy. */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){background:transparent}

  .npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){font-size:1.08em}

  .npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{width:38px;flex-basis:38px}




/* v70.60.95 — 4 reference heading designs added from supplied visual references.
 * style13: Filled navy tab + hairline
 * style14: Soft gray tab + accent edge
 * style15: Minimal title + short red underline
 * style16: Chevron badge + gold rule
 */
.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:0;width:100%;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #dee2e6;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.5;font-weight:800;min-height:36px;
}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{
  content:"";display:block;flex:0 0 8px;height:36px;background:var(--npt-h-accent);order:0;
}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  padding-inline-start:0;
}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";display:block;flex:1;height:1px;background:#dee2e6;order:2;
}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  /* Direct text is retained; accent block is the exact visual cue while remaining theme-color aware. */
  box-shadow:none;
}

  .npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){margin-bottom:13px}



/* Exact geometry refinement for supplied reference designs. */
.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:stretch;justify-content:flex-start;gap:0;direction:rtl;width:100%;min-height:36px;padding:0;border:0;border-bottom:1px solid #dee2e6;background:transparent!important;color:var(--npt-h-title)!important;overflow:visible;
}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:36px;padding:0 24px;background:#38386c;color:#fff!important;font-weight:800;line-height:1.5;white-space:nowrap;
}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label a{color:#fff!important}

.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";display:block;flex:1;align-self:center;height:1px;background:#dee2e6;order:2}


.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:center;gap:0;width:100%;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #ddd;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.5;font-weight:800;min-height:34px;
}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{
  content:"";display:block;flex:0 0 5px;height:30px;background:var(--npt-h-accent);order:0;border-radius:0 0 0 0;
}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";display:block;flex:1;height:1px;background:#ddd;order:2;
}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  box-shadow:inset -160px 0 0 rgba(221,221,221,.95);
}

  body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  .npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){margin-bottom:13px}


.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  display:flex;align-items:stretch;justify-content:flex-start;gap:0;direction:rtl;width:100%;min-height:34px;padding:0;border:0;border-bottom:1px solid #ddd;background:transparent!important;color:#38386c!important;overflow:visible;
}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:30px;padding:0 13px;background:#ddd;color:#38386c!important;font-weight:800;line-height:1.5;white-space:nowrap;border-inline-end:3px solid #38386c;
}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label a{color:#38386c!important}

.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";display:block;flex:1;align-self:center;height:1px;background:#ddd;order:2}


.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  position:relative;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;margin:0 0 16px;padding:0 0 8px;border:0;border-bottom:1px solid #ddd;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45;font-weight:800;min-height:34px;
}

.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";position:absolute;right:0;bottom:-1px;width:36px;height:3px;background:var(--npt-h-accent);border-radius:0;box-shadow:none;
}

.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none}

  body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  .npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){margin-bottom:13px}


.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  direction:rtl;justify-content:flex-start;text-align:right;color:var(--npt-h-title)!important;border-bottom:1px solid #ddd;
}

.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{right:auto;inset-inline-end:0;width:36px;height:3px;background:#c4130b}


.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  position:relative;display:flex;align-items:center;gap:8px;width:100%;margin:0 0 16px;padding:0 0 8px;border:0;border-bottom:3px solid var(--npt-h-accent);background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45;font-weight:800;min-height:36px;
}

.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{
  content:"‹";display:flex;align-items:center;justify-content:center;order:0;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--npt-h-accent);color:#fff;font-size:20px;font-weight:900;line-height:1;transform:translateY(-1px);
}

.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{
  content:"";position:absolute;left:0;right:0;bottom:-3px;height:3px;background:var(--npt-h-accent);border-radius:0 0 2px 2px;opacity:.98;
}

  body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
  .npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){margin-bottom:13px}


.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){direction:rtl;text-align:right;color:var(--npt-h-title)!important;border-bottom:3px solid #f2ab1f}

.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{background:#f2ab1f;color:#fff;content:"‹";}

.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{background:#f2ab1f}

/* -------------------------------------------------------------------------
 * Supplied RTL reference designs — final pixel/geometry pass (70.60.98)
 * The four supplied references are treated as fixed visual compositions.
 * ------------------------------------------------------------------------- */
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),
.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){
  direction:rtl!important;display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;width:100%!important;min-height:30px!important;height:30px!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-bottom:1px solid #e2e2e2!important;background:transparent!important;overflow:visible!important;box-sizing:border-box!important;text-align:right!important;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;height:30px!important;min-height:30px!important;padding:0 18px!important;background:#38386c!important;color:#fff!important;font-weight:800!important;line-height:1.35!important;white-space:nowrap!important;box-sizing:border-box!important;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label a,
.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label a{color:#fff!important}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),
.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){
  direction:rtl!important;display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;width:100%!important;min-height:27px!important;height:27px!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-bottom:1px solid #e1e1e1!important;background:transparent!important;overflow:visible!important;box-sizing:border-box!important;text-align:right!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;height:27px!important;min-height:27px!important;padding:0 12px!important;background:#dedede!important;color:#38386c!important;font-weight:800!important;line-height:1.35!important;white-space:nowrap!important;border-right:3px solid #38386c!important;box-sizing:border-box!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label a,
.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label a{color:#38386c!important}

body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),
.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){
  direction:rtl!important;position:relative!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;width:100%!important;min-height:31px!important;height:31px!important;margin:0 0 16px!important;padding:0 0 7px!important;border:0!important;border-bottom:1px solid #dedede!important;background:transparent!important;overflow:visible!important;box-sizing:border-box!important;text-align:right!important;color:var(--npt-h-title)!important;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{
  content:""!important;position:absolute!important;inset-inline-end:0!important;bottom:-1px!important;width:36px!important;height:3px!important;background:#c4130b!important;border:0!important;box-shadow:none!important;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,
.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:none!important}

body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),
.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){
  direction:rtl!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;min-height:31px!important;height:31px!important;margin:0 0 16px!important;padding:0 0 7px!important;border:0!important;border-bottom:3px solid #f2ab1f!important;background:transparent!important;overflow:visible!important;box-sizing:border-box!important;text-align:right!important;color:var(--npt-h-title)!important;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label{order:0!important;display:flex!important;align-items:center!important;white-space:nowrap!important;color:var(--npt-h-title)!important}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,
.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{
  content:"‹"!important;order:1!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 22px!important;width:22px!important;height:22px!important;margin:0!important;border-radius:50%!important;background:#f2ab1f!important;color:#fff!important;font-size:18px!important;font-weight:900!important;line-height:1!important;transform:none!important;box-sizing:border-box!important;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:none!important}

@media(max-width:700px){
 body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label{padding-inline:14px!important;font-size:.92em!important}
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label{padding-inline:10px!important;font-size:.92em!important}
}


/* 70.61.05 — Exact RTL geometry for the four supplied reference headings.
 * The label wrapper is intentionally text-sized; the horizontal rule belongs to
 * the heading itself, so it starts exactly at the bottom edge of the label.
 */
.npt-heading-label{display:contents}

/* 13 — تب سرمه‌ای: label right, its bottom edge sits on the rule. */
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:44px;height:44px;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #d9dde3;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.5;font-weight:800;overflow:visible;box-sizing:border-box;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;align-self:flex-end;min-height:30px;height:30px;padding:0 24px;background:#3b3a70;color:#fff!important;font-weight:800;line-height:1.5;white-space:nowrap;box-sizing:border-box;
}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label a{color:#fff!important}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:none!important}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:none!important}

/* 14 — نوار نرم: gray label at right, navy edge on its outer/right side, rule from its bottom. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:38px;height:38px;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #d8d8d8;background:transparent!important;color:#38386c!important;line-height:1.5;font-weight:800;overflow:visible;box-sizing:border-box;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;align-self:flex-end;min-height:27px;height:27px;padding:0 13px;background:#dedede;color:#38386c!important;font-weight:800;line-height:1.5;white-space:nowrap;box-sizing:border-box;border-inline-end:3px solid #38386c;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label a{color:#38386c!important}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:none!important}

/* 15 — زیرخط قرمز: gray baseline + red line exactly under the RTL title. */
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:39px;height:39px;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #d7d7d7;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45;font-weight:800;position:relative;box-sizing:border-box;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  position:relative;display:inline-flex;align-items:center;align-self:flex-end;flex:0 0 auto;padding:0 0 7px;margin:0;color:var(--npt-h-title)!important;line-height:1.45;white-space:nowrap;box-sizing:border-box;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label::after{
  content:"";position:absolute;right:0;bottom:-1px;width:100%;height:3px;background:#c4120b;border-radius:0;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:none!important}

/* 16 — فلش طلایی: circle/chevron is the first object on the user's right,
 * then the title, then a short heavier segment under that group, followed by
 * the continuous fine gold rule toward the left. */
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:41px;height:41px;margin:0 0 16px;padding:0;border:0;border-bottom:1px solid #efb52a;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45;font-weight:800;position:relative;box-sizing:border-box;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{
  display:inline-flex;align-items:center;align-self:flex-end;gap:8px;flex:0 0 auto;padding:0 0 8px;color:var(--npt-h-title)!important;line-height:1.45;white-space:nowrap;position:relative;box-sizing:border-box;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label::before{
  content:"‹";display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#f2ab1f;color:#fff;font-size:19px;font-weight:900;line-height:1;box-sizing:border-box;order:-1;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label::after{
  content:"";position:absolute;right:0;bottom:-1px;width:calc(100% - 30px);height:4px;background:#f2ab1f;border-radius:2px;
}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:none!important}

/* The hot-title widget has an icon inside the label; preserve it without
 * changing the four reference geometries. */
body.npt-heading-style-chevronline .npt-lht-heading .npt-heading-label .npt-lht-heading-icon{display:none}
body.npt-heading-style-filledtab .npt-lht-heading .npt-heading-label .npt-lht-heading-icon,
body.npt-heading-style-softbar .npt-lht-heading .npt-heading-label .npt-lht-heading-icon,
body.npt-heading-style-redunderline .npt-lht-heading .npt-heading-label .npt-lht-heading-icon{display:none}

@media(max-width:700px){
  body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){min-height:40px;height:40px;margin-bottom:13px}
  body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{height:29px;min-height:29px;padding-inline:17px}
  body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){min-height:35px;height:35px;margin-bottom:13px}
  body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{height:25px;min-height:25px;padding-inline:10px}
  body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){min-height:36px;height:36px;margin-bottom:13px}
  body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{padding-bottom:6px}
  body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){min-height:38px;height:38px;margin-bottom:13px}
  body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) .npt-heading-label{padding-bottom:7px}
}

/* Admin live preview — same four geometries, scoped to the preview only. */
.npt-heading-preview-scope.npt-heading-scope-filledtab .npt-heading-preview-title{
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:44px;height:44px;margin:0;padding:0;border:0;border-bottom:1px solid #d9dde3;background:transparent!important;color:#222!important;line-height:1.5;font-weight:800;box-sizing:border-box;
}
.npt-heading-preview-scope.npt-heading-scope-filledtab .npt-heading-preview-title .npt-heading-label{display:flex;align-items:center;justify-content:center;align-self:flex-end;height:30px;min-height:30px;flex:0 0 auto;padding:0 24px;background:#3b3a70;color:#fff!important;white-space:nowrap;box-sizing:border-box}
.npt-heading-preview-scope.npt-heading-scope-filledtab .npt-heading-preview-title::before,
.npt-heading-preview-scope.npt-heading-scope-filledtab .npt-heading-preview-title::after{content:none!important}

.npt-heading-preview-scope.npt-heading-scope-softbar .npt-heading-preview-title{
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:38px;height:38px;margin:0;padding:0;border:0;border-bottom:1px solid #d8d8d8;background:transparent!important;color:#38386c!important;line-height:1.5;font-weight:800;box-sizing:border-box;
}
.npt-heading-preview-scope.npt-heading-scope-softbar .npt-heading-preview-title .npt-heading-label{display:flex;align-items:center;justify-content:center;align-self:flex-end;height:27px;min-height:27px;flex:0 0 auto;padding:0 13px;background:#dedede;color:#38386c!important;border-inline-end:3px solid #38386c;white-space:nowrap;box-sizing:border-box}
.npt-heading-preview-scope.npt-heading-scope-softbar .npt-heading-preview-title::before,
.npt-heading-preview-scope.npt-heading-scope-softbar .npt-heading-preview-title::after{content:none!important}

.npt-heading-preview-scope.npt-heading-scope-redunderline .npt-heading-preview-title{
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:39px;height:39px;margin:0;padding:0;border:0;border-bottom:1px solid #d7d7d7;background:transparent!important;color:#222!important;line-height:1.45;font-weight:800;position:relative;box-sizing:border-box;
}
.npt-heading-preview-scope.npt-heading-scope-redunderline .npt-heading-preview-title .npt-heading-label{position:relative;display:inline-flex;align-items:center;align-self:flex-end;flex:0 0 auto;padding:0 0 7px;margin:0;color:#222!important;white-space:nowrap;box-sizing:border-box}
.npt-heading-preview-scope.npt-heading-scope-redunderline .npt-heading-preview-title .npt-heading-label::after{content:"";position:absolute;right:0;bottom:-1px;width:100%;height:3px;background:#c4120b}
.npt-heading-preview-scope.npt-heading-scope-redunderline .npt-heading-preview-title::before,
.npt-heading-preview-scope.npt-heading-scope-redunderline .npt-heading-preview-title::after{content:none!important}

.npt-heading-preview-scope.npt-heading-scope-chevronline .npt-heading-preview-title{
  direction:rtl;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;min-height:41px;height:41px;margin:0;padding:0;border:0;border-bottom:1px solid #efb52a;background:transparent!important;color:#222!important;line-height:1.45;font-weight:800;position:relative;box-sizing:border-box;
}
.npt-heading-preview-scope.npt-heading-scope-chevronline .npt-heading-preview-title .npt-heading-label{display:inline-flex;align-items:center;align-self:flex-end;gap:8px;flex:0 0 auto;padding:0 0 8px;color:#222!important;white-space:nowrap;position:relative;box-sizing:border-box}
.npt-heading-preview-scope.npt-heading-scope-chevronline .npt-heading-preview-title .npt-heading-label::before{content:"‹";display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#f2ab1f;color:#fff;font-size:19px;font-weight:900;line-height:1;box-sizing:border-box;order:-1}
.npt-heading-preview-scope.npt-heading-scope-chevronline .npt-heading-preview-title .npt-heading-label::after{content:"";position:absolute;right:0;bottom:-1px;width:calc(100% - 30px);height:4px;background:#f2ab1f;border-radius:2px}
.npt-heading-preview-scope.npt-heading-scope-chevronline .npt-heading-preview-title::before,
.npt-heading-preview-scope.npt-heading-scope-chevronline .npt-heading-preview-title::after{content:none!important}


/* ========================================================================
 * Heading preview parity — 70.61.05
 * The live preview is the visual source of truth. These rules intentionally
 * mirror the exact preview geometry on the real frontend.
 * ======================================================================== */
:root{--npt-preview-border:#dfe3e8;--npt-preview-bg:var(--npt-heading-bg-color,#fff);--npt-preview-accent:var(--npt-heading-accent-color,#1f6feb);--npt-preview-title:var(--npt-heading-title-color,#222)}

/* All real heading targets share the same base geometry as the preview. */
body[class*="npt-heading-style-"] :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title-wrap,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),
:is(.npt-heading-scope-classic,.npt-heading-scope-underline,.npt-heading-scope-double,.npt-heading-scope-boxed,.npt-heading-scope-accent,.npt-heading-scope-minimal,.npt-heading-scope-editorial,.npt-heading-scope-pill,.npt-heading-scope-tab,.npt-heading-scope-bracket,.npt-heading-scope-dotline,.npt-heading-scope-ribbon,.npt-heading-scope-filledtab,.npt-heading-scope-softbar,.npt-heading-scope-redunderline,.npt-heading-scope-chevronline) :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){color:var(--npt-preview-title);background:var(--npt-preview-bg)}

/* 01 — classic */
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title-wrap,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),
.npt-heading-scope-classic :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:9px;padding:0 0 8px;border-bottom:1px solid var(--npt-preview-border);font-weight:800;box-sizing:border-box;overflow:visible}
.npt-heading-scope-classic :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:5px;height:23px;flex:0 0 5px;border-radius:4px;background:var(--npt-preview-accent)}
.npt-heading-scope-classic :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border);opacity:.65}

/* 02 — underline */
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-underline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:0 0 9px;border-bottom:2px solid var(--npt-preview-border);font-weight:800;box-sizing:border-box;overflow:visible}
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-underline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:32px;height:4px;flex:0 0 32px;border-radius:5px;background:var(--npt-preview-accent)}
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-underline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

/* 03–12 */
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-double :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:8px 11px;border-radius:7px;background:color-mix(in srgb,var(--npt-preview-accent) 7%,var(--npt-preview-bg));font-weight:800;box-sizing:border-box}
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-double :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:4px;background:var(--npt-preview-accent)}
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-double :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-accent);opacity:.22}

body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-boxed :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:8px 10px;border:1px solid var(--npt-preview-border);border-radius:7px;background:var(--npt-preview-bg);font-weight:800;box-shadow:inset 3px 0 0 var(--npt-preview-accent);box-sizing:border-box}
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-boxed :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--npt-preview-accent)}
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-boxed :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border);opacity:.7}

body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-accent :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:9px;padding:7px 0 8px;border-top:3px solid var(--npt-preview-accent);font-weight:800;box-sizing:border-box}
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-accent :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--npt-preview-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--npt-preview-accent) 12%,transparent)}
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-accent :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-minimal :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:0 0 7px;border-bottom:1px solid var(--npt-preview-border);font-weight:800;box-sizing:border-box}
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-minimal :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:22px;height:3px;flex:0 0 22px;border-radius:4px;background:var(--npt-preview-accent)}
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-minimal :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-editorial :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:9px;padding:0 0 8px;border-bottom:1px solid var(--npt-preview-border);font-weight:850;letter-spacing:-.15px;box-sizing:border-box}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-editorial :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:28px;height:3px;flex:0 0 28px;border-radius:3px;background:var(--npt-preview-accent)}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-editorial :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-pill :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;width:max-content;max-width:100%;padding:6px 12px;border:1px solid color-mix(in srgb,var(--npt-preview-accent) 24%,var(--npt-preview-border));border-radius:999px;background:color-mix(in srgb,var(--npt-preview-accent) 7%,var(--npt-preview-bg));font-weight:800;box-sizing:border-box}
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-pill :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--npt-preview-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--npt-preview-accent) 12%,transparent)}

body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-tab :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:7px 12px;border:0;border-bottom:2px solid var(--npt-preview-accent);background:var(--npt-preview-accent);color:#fff!important;font-weight:800;border-radius:6px 6px 0 0;box-sizing:border-box}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-tab :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#fff}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-tab :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.45)}

body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-bracket :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:7px 10px;border:0;border-inline-start:3px solid var(--npt-preview-accent);border-inline-end:3px solid var(--npt-preview-accent);font-weight:800;box-sizing:border-box}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-bracket :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border:2px solid var(--npt-preview-accent);border-radius:2px}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-bracket :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-dotline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:0 0 8px;border-bottom:1px dotted var(--npt-preview-border);font-weight:800;box-sizing:border-box}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-dotline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--npt-preview-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--npt-preview-accent) 11%,transparent)}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-dotline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-ribbon :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:0 0 8px;border-bottom:1px solid var(--npt-preview-border);font-weight:800;box-sizing:border-box}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-ribbon :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:40px;height:4px;flex:0 0 40px;border-radius:0 0 4px 4px;background:var(--npt-preview-accent)}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-ribbon :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

/* 13–16 use the same inner-label geometry as the preview. */
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-filledtab :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:7px 12px;background:var(--npt-preview-accent);color:#fff!important;border-radius:6px;font-weight:800;box-sizing:border-box}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-filledtab :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:6px;height:22px;flex:0 0 6px;border-radius:3px;background:rgba(255,255,255,.9)}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-filledtab :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.4)}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--npt-preview-accent) 18%,var(--npt-preview-border));border-radius:7px;background:color-mix(in srgb,var(--npt-preview-accent) 6%,var(--npt-preview-bg));font-weight:800;box-sizing:border-box}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:3px;background:var(--npt-preview-accent)}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:0 0 8px;border-bottom:3px solid var(--npt-preview-accent);font-weight:800;box-sizing:border-box}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--npt-preview-accent)}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2),.npt-heading-scope-chevronline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){display:flex;align-items:center;direction:rtl;text-align:right;gap:8px;padding:6px 10px;border-inline-end:4px solid var(--npt-preview-accent);border-bottom:1px solid var(--npt-preview-border);font-weight:800;box-sizing:border-box}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before,.npt-heading-scope-chevronline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::before{content:"";width:0;height:0;flex:0 0 0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-inline-start:9px solid var(--npt-preview-accent)}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after,.npt-heading-scope-chevronline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2)::after{content:"";height:1px;flex:1;background:var(--npt-preview-border)}

/* Special styles need their label to stay above the title-level pseudo geometry. */
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label,
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2) .npt-heading-label{display:contents}

@media(max-width:700px){
 body[class*="npt-heading-style-"] :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){font-size:13px}
 body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.npt-lifestyle-widget>h2){width:auto;max-width:100%}
}


/* v70.61.05 — Style 09 exact match to the proven admin preview. */
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){
  direction:rtl!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  min-height:39px!important;
  height:39px!important;
  margin:0 0 16px!important;
  padding:7px 12px!important;
  border:0!important;
  border-bottom:2px solid var(--npt-h-accent,var(--npt-heading-accent-color,#1f6feb))!important;
  border-radius:6px 6px 0 0!important;
  background:var(--npt-h-accent,var(--npt-heading-accent-color,#1f6feb))!important;
  color:#fff!important;
  font-weight:800!important;
  line-height:1.65!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::before,
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  content:""!important;
  height:1px!important;
  flex:1 1 auto!important;
  width:auto!important;
  background:rgba(255,255,255,.45)!important;
  opacity:1!important;
}

body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) a,
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) strong,
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) a,
.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) strong{
  color:#fff!important;
}

@media(max-width:700px){
  body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
  .npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){
    min-height:36px!important;height:36px!important;margin-bottom:13px!important;padding:6px 10px!important;
  }
}

/* v70.61.15 — Preview-to-site heading parity.
 * The frontend heading geometry below intentionally mirrors the admin preview
 * designs so each selected style renders the same visual language on the site.
 */
.npt-heading-label{display:inline}
:is(body.npt-heading-style-classic,body.npt-heading-style-underline,body.npt-heading-style-double,body.npt-heading-style-boxed,body.npt-heading-style-accent,body.npt-heading-style-minimal,body.npt-heading-style-editorial,body.npt-heading-style-pill,body.npt-heading-style-tab,body.npt-heading-style-bracket,body.npt-heading-style-dotline,body.npt-heading-style-ribbon,body.npt-heading-style-filledtab,body.npt-heading-style-softbar,body.npt-heading-style-redunderline,body.npt-heading-style-chevronline) :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),
:is(.npt-heading-scope-classic,.npt-heading-scope-underline,.npt-heading-scope-double,.npt-heading-scope-boxed,.npt-heading-scope-accent,.npt-heading-scope-minimal,.npt-heading-scope-editorial,.npt-heading-scope-pill,.npt-heading-scope-tab,.npt-heading-scope-bracket,.npt-heading-scope-dotline,.npt-heading-scope-ribbon,.npt-heading-scope-filledtab,.npt-heading-scope-softbar,.npt-heading-scope-redunderline,.npt-heading-scope-chevronline) :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){box-sizing:border-box;display:flex;align-items:center;direction:rtl}

body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:9px;padding:0 0 8px;border-bottom:1px solid var(--npt-heading-border-color,var(--npt-heading-accent-color));font-weight:800}
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:5px;height:23px;flex:0 0 5px;border-radius:4px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-classic :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd);opacity:.65}

body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:0 0 9px;border-bottom:2px solid var(--npt-heading-border-color,#ddd);font-weight:800}
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:32px;height:4px;flex:0 0 32px;border-radius:5px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-underline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:8px 11px;border-radius:7px;background:color-mix(in srgb,var(--npt-heading-accent-color) 7%,var(--npt-heading-bg-color,#fff));font-weight:800}
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:4px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-double :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-accent-color);opacity:.22}

body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:8px 10px;border:1px solid var(--npt-heading-border-color,#ddd);border-radius:7px;background:var(--npt-heading-bg-color,#fff);font-weight:800;box-shadow:inset 3px 0 0 var(--npt-heading-accent-color)}
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--npt-heading-accent-color)}
body.npt-heading-style-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-boxed :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd);opacity:.7}

body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:9px;padding:7px 0 8px;border-top:3px solid var(--npt-heading-accent-color);font-weight:800}
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--npt-heading-accent-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--npt-heading-accent-color) 12%,transparent)}
body.npt-heading-style-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-accent :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:0 0 7px;border-bottom:1px solid var(--npt-heading-border-color,#ddd);font-weight:800}
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:22px;height:3px;flex:0 0 22px;border-radius:4px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-minimal :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:9px;padding:0 0 8px;border-bottom:1px solid var(--npt-heading-border-color,#ddd);font-weight:850;letter-spacing:-.15px}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:28px;height:3px;flex:0 0 28px;border-radius:3px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-editorial :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;width:max-content;max-width:100%;padding:6px 12px;border:1px solid color-mix(in srgb,var(--npt-heading-accent-color) 24%,var(--npt-heading-border-color,#ddd));border-radius:999px;background:color-mix(in srgb,var(--npt-heading-accent-color) 7%,var(--npt-heading-bg-color,#fff));font-weight:800}
body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--npt-heading-accent-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--npt-heading-accent-color) 12%,transparent)}

body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:7px 12px;border:0;border-bottom:2px solid var(--npt-heading-accent-color);background:var(--npt-heading-accent-color);color:#fff!important;font-weight:800;border-radius:6px 6px 0 0}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#fff;align-self:center}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.45)}
body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) a,body.npt-heading-style-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) strong,.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) a,.npt-heading-scope-tab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) strong{color:#fff!important}

body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:7px 10px;border:0;border-inline-start:3px solid var(--npt-heading-accent-color);border-inline-end:3px solid var(--npt-heading-accent-color);font-weight:800}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border:2px solid var(--npt-heading-accent-color);border-radius:2px}
body.npt-heading-style-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-bracket :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:0 0 8px;border-bottom:1px dotted var(--npt-heading-border-color,#ddd);font-weight:800}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--npt-heading-accent-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--npt-heading-accent-color) 11%,transparent)}
body.npt-heading-style-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-dotline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:0 0 8px;border-bottom:1px solid var(--npt-heading-border-color,#ddd);font-weight:800}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:40px;height:4px;flex:0 0 40px;border-radius:0 0 4px 4px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-ribbon :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:7px 12px;background:var(--npt-heading-accent-color);color:#fff!important;border-radius:6px;font-weight:800}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:6px;height:22px;flex:0 0 6px;border-radius:3px;background:rgba(255,255,255,.9)}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.4)}
body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) a,body.npt-heading-style-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) strong,.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) a,.npt-heading-scope-filledtab :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2) strong{color:#fff!important}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--npt-heading-accent-color) 18%,var(--npt-heading-border-color,#ddd));border-radius:7px;background:color-mix(in srgb,var(--npt-heading-accent-color) 6%,var(--npt-heading-bg-color,#fff));font-weight:800}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:4px;height:22px;flex:0 0 4px;border-radius:3px;background:var(--npt-heading-accent-color)}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:0 0 8px;border-bottom:3px solid var(--npt-heading-accent-color);font-weight:800}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--npt-heading-accent-color)}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){gap:8px;padding:6px 10px;border-inline-end:4px solid var(--npt-heading-accent-color);border-bottom:1px solid var(--npt-heading-border-color,#ddd);font-weight:800}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before,.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::before{content:"";width:0;height:0;flex:0 0 0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-inline-start:9px solid var(--npt-heading-accent-color)}
body.npt-heading-style-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after,.npt-heading-scope-chevronline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2)::after{content:"";height:1px;flex:1;background:var(--npt-heading-border-color,#ddd)}

@media(max-width:600px){
  body.npt-heading-style-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2),.npt-heading-scope-pill :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2){width:auto;max-width:100%}
}

/* v70.61.15 — Style 15 exact frontend match to the proven admin preview. */
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){
  direction:rtl!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;width:100%!important;min-height:39px!important;height:39px!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-bottom:1px solid #d7d7d7!important;background:transparent!important;color:var(--npt-h-title)!important;line-height:1.45!important;font-weight:800!important;position:relative!important;box-sizing:border-box!important;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  position:relative!important;display:inline-flex!important;align-items:center!important;align-self:flex-end!important;flex:0 0 auto!important;padding:0 0 7px!important;margin:0!important;color:var(--npt-h-title)!important;line-height:1.45!important;white-space:nowrap!important;box-sizing:border-box!important;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::after,
.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::after{
  content:""!important;position:absolute!important;right:0!important;bottom:-1px!important;width:100%!important;height:3px!important;background:#c4120b!important;border-radius:0!important;
}
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::before,
body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::before,
.npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{content:none!important}
@media(max-width:700px){
 body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
 .npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){min-height:36px!important;height:36px!important;margin-bottom:13px!important}
 body.npt-heading-style-redunderline :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-redunderline :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{padding-bottom:6px!important}
}


/* v70.61.15 — Style 14 (Soft Bar) exact frontend match; single right-side divider. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){
  direction:rtl!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;width:100%!important;min-height:38px!important;height:38px!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-bottom:1px solid #d8d8d8!important;border-radius:0!important;background:transparent!important;color:#38386c!important;line-height:1.5!important;font-weight:800!important;box-sizing:border-box!important;gap:0!important;position:relative!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;align-items:center!important;justify-content:center!important;align-self:flex-end!important;height:27px!important;min-height:27px!important;flex:0 0 auto!important;padding:0 13px!important;margin:0!important;background:#dedede!important;color:#38386c!important;border:1px solid #cfcfcf!important;border-radius:0!important;line-height:1.5!important;white-space:nowrap!important;box-sizing:border-box!important;position:relative!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::before{content:none!important;display:none!important}
/* v70.61.15 — keep a small white gap between the navy divider and grey label. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{content:""!important;display:block!important;position:absolute!important;right:-8px!important;top:-1px!important;width:3px!important;height:27px!important;background:#38386c!important;border:0!important;border-radius:0!important;box-shadow:none!important}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  content:""!important;display:block!important;flex:1 1 auto!important;align-self:flex-end!important;width:auto!important;height:1px!important;min-height:1px!important;margin:0!important;padding:0!important;background:#d8d8d8!important;border:0!important;border-radius:0!important;order:2!important;box-shadow:none!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label a,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label a{color:#38386c!important;text-decoration:none!important}
@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){min-height:35px!important;height:35px!important;margin-bottom:13px!important}
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{height:25px!important;min-height:25px!important;padding-inline:10px!important}
}

/* v70.61.15 — Style 14 geometry refinement: shorter grey label; continuation line starts under the divider. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  height:23px!important;min-height:23px!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  margin-right:-8px!important;
}
@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{height:22px!important;min-height:22px!important}
}


/* v70.61.15 — Style 14 final geometry: 20px heading track, rounded grey label, continuation line starts under divider. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){
  direction:rtl!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:31px!important;
  height:20px!important;
  margin:0 0 16px!important;
  margin-bottom:16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  position:relative!important;
  gap:0!important;
}
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  height:20px!important;
  min-height:20px!important;
  padding:0 13px!important;
  margin:0!important;
  background:#dedede!important;
  color:#38386c!important;
  border:1px solid #cfcfcf!important;
  border-radius:6px!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:2!important;
}
/* single navy divider with the white gap preserved */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-8px!important;
  top:0!important;
  width:3px!important;
  height:20px!important;
  background:#38386c!important;
  border:0!important;
  border-radius:2px!important;
  box-shadow:none!important;
}
/* continuation line begins directly beneath the navy divider and runs left */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  content:""!important;
  display:block!important;
  flex:1 1 auto!important;
  align-self:flex-end!important;
  width:auto!important;
  height:1px!important;
  min-height:1px!important;
  margin:0 -8px 0 0!important;
  padding:0!important;
  background:#d8d8d8!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  order:2!important;
  position:relative!important;
  z-index:1!important;
}
@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){min-height:31px!important;height:20px!important;margin-bottom:13px!important}
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{height:20px!important;min-height:20px!important;border-radius:5px!important}
}


/* v70.61.15 — Style 14 production refinement: fluid label, no title border, line starts under divider. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  width:max-content!important;
  max-width:calc(100% - 16px)!important;
  flex:0 1 auto!important;
  height:20px!important;
  min-height:20px!important;
  padding:0 13px!important;
  margin:0!important;
  background:#dedede!important;
  color:#38386c!important;
  border:0!important;
  border-radius:6px!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:3!important;
  overflow:hidden!important;
}

/* The only navy vertical rule; the 5px gap between it and the grey label stays white. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  right:-8px!important;
  top:0!important;
  width:3px!important;
  height:20px!important;
  background:#38386c!important;
  border:0!important;
  border-radius:2px!important;
  box-shadow:none!important;
}

/* Full-width baseline, visually beginning exactly beneath the navy divider. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-8px!important;
  left:0!important;
  bottom:0!important;
  width:auto!important;
  height:1px!important;
  min-height:1px!important;
  margin:0!important;
  padding:0!important;
  background:#d8d8d8!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  z-index:1!important;
}

@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
   max-width:calc(100% - 14px)!important;
   padding-inline:10px!important;
   border:0!important;
   border-radius:5px!important;
 }
}


/* v70.61.25 — Style 14: restore visible navy divider and vertically center the label text. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1.4!important;
  overflow:visible!important;
}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-8px!important;
  top:0!important;
  width:3px!important;
  height:20px!important;
  background:#38386c!important;
  border:0!important;
  border-radius:2px!important;
  box-shadow:none!important;
  z-index:4!important;
}

@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
   display:flex!important;
   align-items:center!important;
   justify-content:center!important;
   overflow:visible!important;
 }
}

/* v70.61.25 — Style 14: tighter divider gap, true vertical centering, fluid label on narrow widgets. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-end!important;
  width:auto!important;
  max-width:calc(100% - 8px)!important;
  min-width:0!important;
  flex:0 1 auto!important;
  height:20px!important;
  min-height:20px!important;
  padding:0 13px!important;
  margin:0!important;
  background:#dedede!important;
  color:#38386c!important;
  border:0!important;
  border-radius:6px!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:3!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  line-height:20px!important;
  text-overflow:ellipsis!important;
}

/* 3px white gap: divider sits just outside the grey label. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-6px!important;
  top:0!important;
  width:3px!important;
  height:20px!important;
  background:#38386c!important;
  border:0!important;
  border-radius:2px!important;
  box-shadow:none!important;
  z-index:4!important;
}

/* Baseline begins exactly beneath the divider and continues across remaining widget width. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  right:-6px!important;
  left:0!important;
  bottom:0!important;
  width:auto!important;
  height:1px!important;
}

@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
   max-width:calc(100% - 8px)!important;
   padding-inline:10px!important;
   height:20px!important;
   min-height:20px!important;
   line-height:20px!important;
 }
}

/* v70.61.25 — Style 14 final: visible divider, tight white gap, true vertical centering, fluid label. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-end!important;
  width:max-content!important;
  max-width:calc(100% - 7px)!important;
  min-width:0!important;
  flex:0 1 auto!important;
  height:20px!important;
  min-height:20px!important;
  padding:0 13px!important;
  margin:0!important;
  background:#dedede!important;
  color:#38386c!important;
  border:0!important;
  border-radius:6px!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:2!important;
  overflow:visible!important;
  white-space:nowrap!important;
  line-height:20px!important;
  text-overflow:ellipsis!important;
}

/* Navy divider: same height as the grey label, with only a small white gap. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-4px!important;
  top:0!important;
  width:3px!important;
  height:20px!important;
  background:#38386c!important;
  border:0!important;
  border-radius:2px!important;
  box-shadow:none!important;
  z-index:4!important;
}

/* The baseline starts exactly beneath the divider and fills the remaining width. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2)::after{
  right:-4px!important;
  left:0!important;
  bottom:0!important;
  width:auto!important;
  height:1px!important;
  margin:0!important;
  z-index:1!important;
}
@media(max-width:700px){
 body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
 .npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
   max-width:calc(100% - 7px)!important;
   padding-inline:10px!important;
   height:20px!important;
   min-height:20px!important;
   line-height:20px!important;
 }
}


/* v70.61.25 — Style 14: preserve 4px divider gap; lock divider to label height; center title vertically. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  height:20px!important;
  min-height:20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

/* Keep the existing 4px white separation and make the navy divider exactly the grey label height. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  right:-4px!important;
  top:0!important;
  width:3px!important;
  height:20px!important;
  min-height:20px!important;
  max-height:20px!important;
  background:#38386c!important;
  border:0!important;
  border-radius:2px!important;
  box-shadow:none!important;
}

/* v70.61.25 — Style 14: remove the oversized grey parent background; keep only the fluid label background. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2),
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2){
  box-shadow:none!important;
  background:transparent!important;
}

/* v70.61.25 — Style 14: 26px label, asymmetric corners, centered title, divider matched to label height. */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-end!important;
  height:26px!important;
  min-height:26px!important;
  line-height:26px!important;
  box-sizing:border-box!important;
  border-radius:1px 1px 1px 7px!important;
  text-align:center!important;
}

body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label::before{
  height:26px!important;
  min-height:26px!important;
  top:0!important;
}

/* v70.61.25 — Style 14 requested corner radii */
body.npt-heading-style-softbar :is(.npt-home-section>.widget-title,.npt-widget>.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label,
.npt-heading-scope-softbar :is(.widget-title,.npt-news-cards-heading,.npt-lh-heading,.npt-lht-heading,.npt-inarticle-popular-title,.npt-more-read h2,.npt-related h2,.npt-comments-heading,.mtb-links-page .mtb-links-title,.mtb-links-page .mtb-links-title-wrap,.npt-lifestyle-widget>h2) .npt-heading-label{
  border-radius:8px 4px 1px 1px !important;
}


/* v70.61.25 — Article layout 2: alternative newsroom presentation.
   Uses the same server-side markup/data as layout 1; only the visual flow changes. */
.npt-single-layout-2 .npt-single-layout-2-article{
  --npt-l2-border:#e5e7eb;
  --npt-l2-muted:#6b7280;
}
.npt-single-layout-2 .npt-article-header{
  margin-bottom:18px!important;
}
.npt-single-layout-2 .npt-article-meta-top{
  padding:7px 0!important;
  border-top:1px solid var(--npt-l2-border)!important;
  border-bottom:1px solid var(--npt-l2-border)!important;
}
.npt-single-layout-2 .npt-article-copy{
  padding-top:4px!important;
}
.npt-single-layout-2 .npt-article-flow-wrapper{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
}
.npt-single-layout-2 .npt-lead-summary{
  order:1!important;
  width:100%!important;
  max-width:none!important;
  padding:0 0 18px!important;
}
.npt-single-layout-2 .npt-article-float-media{
  order:2!important;
  float:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 20px!important;
}
.npt-single-layout-2 .npt-article-float-media > .npt-featured,
.npt-single-layout-2 .npt-article-float-media img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:620px!important;
  object-fit:cover!important;
  margin:0 auto!important;
  border-radius:10px!important;
}
.npt-single-layout-2 .npt-reference-tools{
  margin-top:10px!important;
}
.npt-single-layout-2 .npt-article-lead-sidebar{
  margin-top:12px!important;
}
.npt-single-layout-2 .npt-title{
  max-width:980px!important;
  margin-inline:auto!important;
  line-height:1.35!important;
}
.npt-single-layout-2 .mtb-mobile-news-meta,
.npt-single-layout-2 .mtb-mobile-news-meta-mobile{
  max-width:980px!important;
  margin-inline:auto!important;
}
.npt-single-layout-2 .npt-reference-entry-content{
  max-width:980px!important;
  margin-inline:auto!important;
}
.npt-single-layout-2 .npt-single-title-icon{
  flex:0 0 auto!important;
}
.npt-single-layout-2 .npt-single-layout-2-article > *:not(.npt-article-flow-wrapper),
.npt-single-layout-2 .npt-article-flow-wrapper ~ *{
  box-sizing:border-box;
}
@media(max-width:700px){
  .npt-single-layout-2 .npt-article-meta-top{padding:6px 0!important;}
  .npt-single-layout-2 .npt-lead-summary{padding-bottom:12px!important;}
  .npt-single-layout-2 .npt-article-float-media{margin-bottom:14px!important;}
  .npt-single-layout-2 .npt-article-float-media img{max-height:420px!important;border-radius:7px!important;}
}


/* v70.61.94 — Article layout 3: restore metadata/category row to the original reference position; no other layout changes. */
.npt-internal-content > .npt-single-layout3-header{padding:0!important;margin:0 0 16px!important;background:none!important;border:0!important;border-radius:0!important;border-bottom:0!important}
.npt-single-layout3-top{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:start;direction:rtl}
.npt-single-layout3-top.npt-single-layout3-has-sidebar{grid-template-columns:minmax(0,1fr) var(--npt-lead-sidebar-width,300px)}
.npt-single-layout3-top.npt-single-layout3-has-sidebar.npt-lead-media-position-right{direction:ltr}
.npt-single-layout3-top.npt-single-layout3-has-sidebar.npt-lead-media-position-right .npt-single-layout3-main{direction:rtl}
.npt-single-layout3-main{min-width:0;direction:rtl}
.npt-single-layout3-sidebar{min-width:0;direction:rtl}
.npt-single-layout3-card{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-template-rows:1fr;direction:ltr;align-items:stretch;min-width:0;min-height:260px;margin:0!important;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface);box-shadow:none;transform:none!important;text-align:right}
.npt-single-layout3-image{grid-column:2;grid-row:1;position:relative;display:block;width:300px;min-width:300px;height:100%;min-height:260px;aspect-ratio:auto;max-height:none!important;margin:0!important;background:#eee;overflow:hidden}
.npt-single-layout3-image img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover;transition:transform .25s ease}
.npt-single-layout3-card:hover .npt-single-layout3-image img{transform:scale(1.02)}
.npt-single-layout3-date{position:absolute;left:8px;bottom:8px;z-index:2;display:inline-flex;align-items:center;padding:3px 7px;border-radius:5px;background:rgba(0,0,0,.58);color:#fff;font-size:10px;line-height:1.5;font-weight:700;white-space:nowrap}
.npt-single-layout3-copy{grid-column:1;grid-row:1;min-width:0;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:24px 28px;direction:rtl;text-align:right;overflow:hidden}
.npt-single-layout3-title{margin:6px 0 10px!important;font-size:clamp(1.35rem,2.4vw,1.85rem)!important;line-height:1.85!important;font-weight:900!important}
.npt-single-layout3-title a{color:var(--text);text-decoration:none}
.npt-single-layout3-excerpt{margin:0;color:var(--muted);font-size:1rem;line-height:2.05;display:block}
.npt-single-layout3-utility{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;padding:9px 0;border-top:1px solid var(--border);font-size:.76rem;color:var(--muted);direction:rtl}
.npt-single-layout3-utility-right,.npt-single-layout3-utility-left{display:flex;align-items:center;gap:8px 12px;min-width:0;flex-wrap:wrap}
.npt-single-layout3-utility-left{color:#737980}
.npt-single-layout3-utility-left span{display:inline-flex;align-items:center;white-space:nowrap}
.npt-single-layout3-utility-left span + span:before{content:"";width:3px;height:3px;border-radius:50%;background:#c5c9ce;margin-inline:0 10px;flex:0 0 3px}
.npt-single-layout3-utility a{color:var(--text);font-weight:700}
.npt-single-layout3-flow .npt-lead-summary{display:none!important}
.npt-single-layout3-flow>.npt-mobile-news-meta-mobile{display:none}
@media(max-width:900px){
  .npt-single-layout3-top,.npt-single-layout3-top.npt-single-layout3-has-sidebar.npt-lead-media-position-right{grid-template-columns:1fr;direction:rtl;gap:14px}
  .npt-single-layout3-sidebar{order:2}
}
@media(max-width:700px){
  .npt-internal-content > .npt-single-layout3-header{margin-bottom:12px!important}
  .npt-single-layout3-card{grid-template-columns:1fr;grid-template-rows:auto auto;direction:rtl;min-height:0;border-radius:7px}
  .npt-single-layout3-image{grid-column:1;grid-row:1;width:100%;min-width:0;height:auto;min-height:0;aspect-ratio:16/9}
  .npt-single-layout3-image img{height:100%;min-height:0}
  .npt-single-layout3-copy{grid-column:1;grid-row:2;height:auto;padding:16px 16px 18px}
  .npt-single-layout3-title{font-size:1.28rem!important;line-height:1.85!important}
  .npt-single-layout3-excerpt{font-size:.9rem;line-height:2}
  .npt-single-layout3-utility{flex-direction:column;align-items:flex-start;gap:5px;font-size:.7rem;padding:7px 0}
  .npt-single-layout3-utility-left{width:100%}
}

/* Lightweight admin selector for the three article layouts. */
.npt-single-layout-switch{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.npt-single-layout-switch label{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #d9dde3;border-radius:8px;background:#fff;cursor:pointer}
.npt-single-layout-switch input{margin:0}

/* v70.61.25 — Make article layout selector prominent at the top of Style & Colors settings. */
.npt-single-layout-settings .npt-single-layout-row{background:#fff;}
.npt-single-layout-settings .npt-single-layout-switch{justify-content:flex-start;}
@media(max-width:600px){.npt-single-layout-settings .npt-ref-row{grid-template-columns:1fr;gap:10px;}}

/* v70.61.25 — Article layout 2 exact flow: title → featured image → summary → article text. */
.npt-single-layout-2 .npt-article-flow-wrapper{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
}
.npt-single-layout-2 .npt-layout2-title-block{
  order:1!important;
  width:100%!important;
  margin:0 0 18px!important;
  padding:0!important;
}
.npt-single-layout-2 .npt-layout2-title-block .npt-title{
  margin:0 auto!important;
  max-width:980px!important;
  text-align:right!important;
}
.npt-single-layout-2 .npt-article-float-media{
  order:2!important;
  float:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 18px!important;
}
.npt-single-layout-2 .npt-article-float-media > .npt-featured,
.npt-single-layout-2 .npt-article-float-media img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:620px!important;
  object-fit:cover!important;
  margin:0 auto!important;
  border-radius:10px!important;
}
.npt-single-layout-2 .npt-article-float-media .npt-reference-tools{
  display:none!important;
}
.npt-single-layout-2 .npt-layout2-summary-block{
  order:3!important;
  width:100%!important;
  max-width:980px!important;
  margin:0 auto 18px!important;
  padding:0!important;
}
.npt-single-layout-2 .npt-layout2-summary-block .mtb-quick-summary{
  margin-top:12px!important;
}
.npt-single-layout-2 .npt-reference-entry-content{
  order:4!important;
  width:100%!important;
  max-width:980px!important;
  margin-inline:auto!important;
}
@media(max-width:700px){
  .npt-single-layout-2 .npt-layout2-title-block{margin-bottom:14px!important;}
  .npt-single-layout-2 .npt-article-float-media{margin-bottom:14px!important;}
  .npt-single-layout-2 .npt-article-float-media img{max-height:420px!important;border-radius:7px!important;}
  .npt-single-layout-2 .npt-layout2-summary-block{margin-bottom:14px!important;}
}


/* Settings wiring: header ticker, daily count, comments rules and back-to-top. */
.npt-header-ticker{display:flex;align-items:center;gap:14px;min-height:42px;margin:0 auto;border-block:1px solid var(--border);padding:6px 14px;overflow:hidden;direction:rtl;}
.npt-header-ticker>strong{flex:0 0 auto;font-size:.88rem;color:var(--accent);white-space:nowrap;}
.npt-header-ticker-track{display:flex;gap:22px;min-width:0;overflow:auto;scrollbar-width:none;}
.npt-header-ticker-track::-webkit-scrollbar{display:none;}
.npt-header-ticker-track a{color:var(--text);font-size:.88rem;white-space:nowrap;text-decoration:none;}
.npt-header-ticker-track a:hover{color:var(--accent);}
.mtb-utility-daily-count{font-size:.78rem;color:var(--header-top-link);white-space:nowrap;}
.npt-comments-rules{margin:0 0 16px;padding:10px 12px;border-inline-start:3px solid var(--accent);background:var(--soft);color:var(--muted);line-height:1.9;}
.mtb-footer-text2{opacity:.85;}
.npt-back-to-top{position:fixed;inset-inline-end:18px;bottom:18px;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text);box-shadow:0 8px 24px rgba(0,0,0,.12);cursor:pointer;z-index:999;line-height:1;font-size:20px;}
.npt-back-to-top:hover{color:var(--accent);border-color:var(--accent);}
@media(max-width:700px){.npt-header-ticker{gap:10px;min-height:38px;padding-inline:10px}.npt-header-ticker-track a,.npt-header-ticker>strong{font-size:.8rem}.npt-back-to-top{inset-inline-end:12px;bottom:12px;width:38px;height:38px;}}


/* v4.1 — Header navigation/TV placement: RTL fixed positions, no layout drift. */
.mtb-sticky-nav-shell{position:relative;z-index:1000;}
.mtb-sticky-nav-shell.is-fixed{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9998!important;}
.mtb-sticky-nav-shell .mtb-header-navline{display:flex;direction:rtl;align-items:stretch;min-width:0;}
.mtb-sticky-nav-shell .mtb-nav-tv-primary{
  order:0!important;
  flex:0 0 auto!important;
  margin:0 0 0 14px!important;
  align-self:center!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
}
.mtb-sticky-nav-shell .mtb-primary-nav{order:1!important;flex:1 1 auto!important;min-width:0!important;}
.mtb-sticky-nav-shell .mtb-header-tools{order:2!important;flex:0 0 auto!important;}
.mtb-sticky-nav-shell .mtb-header-navline>.npt-widget-area,
.mtb-sticky-nav-shell .mtb-header-navline>.widget-area{order:1!important;flex:0 0 auto!important;}
@media(max-width:900px){
  .mtb-sticky-nav-shell .mtb-header-navline{height:48px!important;min-height:48px!important;padding:0 10px!important;gap:8px!important;}
  .mtb-sticky-nav-shell .mtb-nav-tv-primary{order:0!important;margin:0!important;flex:0 0 auto!important;min-height:34px!important;height:34px!important;padding:0 10px!important;}
  .mtb-sticky-nav-shell .mtb-primary-nav{order:1!important;display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;overflow:hidden!important;}
  .mtb-sticky-nav-shell .mtb-primary-nav-inner{height:48px!important;min-height:48px!important;display:flex!important;align-items:center!important;overflow-x:auto!important;overflow-y:hidden!important;}
  .mtb-sticky-nav-shell .mtb-primary-nav .npt-menu{display:flex!important;flex-direction:row!important;min-width:max-content!important;height:48px!important;}
  .mtb-sticky-nav-shell .mtb-header-tools{order:2!important;display:flex!important;flex:0 0 auto!important;padding:0!important;}
  .mtb-sticky-nav-shell .mtb-mobile-menu-toggle{height:34px!important;min-width:62px!important;padding:0 8px!important;}
}
@media(max-width:700px){
  .mtb-sticky-nav-shell.is-fixed .mtb-sticky-logo-title{display:none!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-primary-nav,
  .mtb-sticky-nav-shell.is-fixed .mtb-header-tools,
  .mtb-sticky-nav-shell.is-fixed .mtb-nav-tv-primary{display:flex!important;visibility:visible!important;opacity:1!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-primary-nav{display:block!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline{justify-content:flex-start!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-nav-tv-primary{order:0!important;flex:0 0 auto!important;position:relative!important;inset:auto!important;transform:none!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-primary-nav{order:1!important;flex:1 1 auto!important;min-width:0!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-header-tools{order:2!important;flex:0 0 auto!important;}
  .mtb-sticky-nav-shell.is-fixed .mtb-mobile-menu-toggle{display:inline-flex!important;}
}
\n\n/* v5.1 — Fixed left TV button + compact borderless typewriter breaking-news ticker. */\n.mtb-sticky-nav-shell .mtb-header-navline .mtb-nav-tv-primary{\n  order:99!important;\n  flex:0 0 auto!important;\n  position:relative!important;\n  inset:auto!important;\n  transform:none!important;\n  margin:0 0 0 14px!important;\n  align-self:center!important;\n  z-index:3!important;\n}\n.mtb-sticky-nav-shell .mtb-header-navline .mtb-primary-nav{order:1!important;min-width:0!important;flex:1 1 auto!important;}\n.mtb-sticky-nav-shell .mtb-header-navline .mtb-header-tools{order:2!important;flex:0 0 auto!important;}\n.mtb-sticky-nav-shell .mtb-header-navline>.npt-widget-area,.mtb-sticky-nav-shell .mtb-header-navline>.widget-area{order:1!important;}\n.mtb-sticky-nav-shell.is-fixed .mtb-header-navline .mtb-nav-tv-primary{order:99!important;position:relative!important;inset:auto!important;transform:none!important;flex:0 0 auto!important;}\n.npt-header-ticker-typewriter{\n  display:flex;align-items:center;gap:9px;min-height:30px!important;height:30px!important;\n  margin:0 auto!important;padding:0 4px!important;border:0!important;\n  background:transparent!important;box-shadow:none!important;overflow:hidden;direction:rtl;\n}\n.npt-header-ticker-typewriter>strong{\n  flex:0 0 auto;font-size:.72rem!important;font-weight:700;color:var(--accent);\n  white-space:nowrap;padding:0!important;border:0!important;background:transparent!important;\n}\n.npt-header-ticker-typewriter .npt-header-ticker-track{\n  display:block;min-width:0;flex:1 1 auto;overflow:hidden;white-space:nowrap;\n}\n.npt-header-ticker-typewriter .npt-header-ticker-track a{\n  display:none;align-items:center;gap:0;color:var(--text);font-size:.72rem!important;font-weight:500;\n  line-height:1.5;white-space:nowrap;text-decoration:none;border:0!important;background:transparent!important;\n  padding:0!important;margin:0!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;\n}\n.npt-header-ticker-typewriter .npt-header-ticker-track a.is-active{display:inline-flex;}\n.npt-header-ticker-typewriter .npt-header-ticker-track a.is-active:after{\n  content:"";display:inline-block;width:1px;height:1em;margin-inline-start:2px;background:currentColor;vertical-align:-.12em;\n  animation:nptTickerCaret .75s steps(1,end) infinite;\n}\n@keyframes nptTickerCaret{50%{opacity:0}}\n@media(max-width:700px){\n  .mtb-sticky-nav-shell .mtb-header-navline .mtb-nav-tv-primary,\n  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline .mtb-nav-tv-primary{order:99!important;position:relative!important;inset:auto!important;transform:none!important;margin:0!important;flex:0 0 auto!important;}\n  .npt-header-ticker-typewriter{min-height:28px!important;height:28px!important;padding-inline:4px!important;gap:7px;}\n  .npt-header-ticker-typewriter>strong,.npt-header-ticker-typewriter .npt-header-ticker-track a{font-size:.68rem!important;}\n}\n

/* v5.2 — TV button fixed to the physical left edge; natural breaking-news typewriter. */
.mtb-sticky-nav-shell .mtb-header-navline{
  position:relative!important;
  padding-left:112px!important;
}
.mtb-sticky-nav-shell .mtb-header-navline .mtb-nav-tv-primary,
.mtb-sticky-nav-shell.is-fixed .mtb-header-navline .mtb-nav-tv-primary{
  position:absolute!important;
  left:0!important;
  right:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  order:unset!important;
  z-index:20!important;
  flex:none!important;
}
.npt-header-ticker-typewriter{
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
  outline:0!important;
}
.npt-header-ticker-typewriter .npt-header-ticker-track a,
.npt-header-ticker-typewriter .npt-header-ticker-track a:hover,
.npt-header-ticker-typewriter .npt-header-ticker-track a:focus{
  border:0!important;
  text-decoration:none!important;
  box-shadow:none!important;
  outline:0;
}
@media(max-width:900px){
  .mtb-sticky-nav-shell .mtb-header-navline,
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline{
    padding-left:94px!important;
  }
  .mtb-sticky-nav-shell .mtb-header-navline .mtb-nav-tv-primary,
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline .mtb-nav-tv-primary{
    left:0!important;
    right:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
  }
}
@media(max-width:420px){
  .mtb-sticky-nav-shell .mtb-header-navline,
  .mtb-sticky-nav-shell.is-fixed .mtb-header-navline{padding-left:84px!important;}
}

/* v8.1 — Minimal breaking-news strip: no rules, no box, no extra vertical gap. */
.npt-header-ticker-typewriter,
.npt-header-ticker-typewriter::before,
.npt-header-ticker-typewriter::after{
  border:0!important;
  border-top:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-left:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.npt-header-ticker-typewriter{
  min-height:26px!important;
  height:26px!important;
  margin:0 auto!important;
  padding:0 4px!important;
  gap:8px!important;
  background:transparent!important;
  line-height:1.2!important;
}
.npt-header-ticker-typewriter>strong,
.npt-header-ticker-typewriter .npt-header-ticker-track,
.npt-header-ticker-typewriter .npt-header-ticker-track a{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.npt-header-ticker-typewriter>strong{
  line-height:1.2!important;
}
.npt-header-ticker-typewriter .npt-header-ticker-track{
  margin:0!important;
  padding:0!important;
}
.mtb-header-ad-wrap{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.mtb-header-ad-wrap:empty{display:none!important;}
.mtb-header-ad-wrap .npt-ad:empty{display:none!important;}
@media(max-width:700px){
  .npt-header-ticker-typewriter{
    min-height:24px!important;
    height:24px!important;
    margin:0 auto!important;
    padding-inline:4px!important;
    gap:6px!important;
  }
  .mtb-header-ad-wrap{margin:0!important;padding:0!important;}
}

/* v9.1 — ultra-tight header/ticker rhythm: no separator and no unnecessary home-page gap. */
.mtb-news-header{border-bottom:0!important;}
.npt-header-ticker-typewriter{margin-bottom:0!important;}
body.home .npt-main{padding-top:8px!important;}
@media(max-width:900px){body.home .npt-main{padding-top:8px!important;}}
@media(max-width:600px){body.home .npt-main{padding-top:6px!important;}}

/* v10 — Mobile breaking-news ticker fixed at the bottom of the viewport. */
@media (max-width:700px){
  .npt-header-ticker-typewriter{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    z-index:99990!important;
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
    margin:0!important;
    padding:0 8px calc(env(safe-area-inset-bottom, 0px) + 1px)!important;
    min-height:26px!important;
    height:calc(26px + env(safe-area-inset-bottom, 0px))!important;
    display:flex!important;
    align-items:center!important;
    background:transparent!important;
  }
  body:has(.npt-header-ticker-typewriter){
    padding-bottom:calc(30px + env(safe-area-inset-bottom, 0px))!important;
  }
}


/* v11 — responsive breaking-news controls: independent desktop/mobile visibility,
   optional title, and selectable mobile background. */
.npt-header-ticker-typewriter.npt-ticker-desktop-disabled{display:none!important;}
.npt-header-ticker-typewriter.npt-ticker-mobile-disabled{display:flex;}
@media (max-width:700px){
  .npt-header-ticker-typewriter.npt-ticker-mobile-disabled{display:none!important;}
  .npt-header-ticker-typewriter{
    background:var(--npt-ticker-mobile-bg,#f7f7f7)!important;
    border-radius:0!important;
  }
}
@media (min-width:701px){
  .npt-header-ticker-typewriter.npt-ticker-desktop-disabled{display:none!important;}
}

/* v70.61.30 — final RTL-safe special slider polish.
 * Keep the proven desktop geometry intact: from the Persian user's view,
 * the image is on the RIGHT and the editorial copy is on the LEFT.
 * This block normalizes the widget without changing its content order.
 */
.npt-special-featured{
  direction:rtl;
  text-align:right;
  box-sizing:border-box;
}
.npt-special-featured,
.npt-special-featured *{
  box-sizing:border-box;
}
.npt-special-slider{
  direction:rtl;
}
.npt-special-slide{
  direction:rtl;
  grid-template-columns:minmax(260px,1.55fr) minmax(0,1fr);
}
.npt-special-slide-image{
  grid-column:1;
  grid-row:1;
  direction:ltr;
}
.npt-special-slide-copy{
  grid-column:2;
  grid-row:1;
  direction:rtl;
  text-align:right;
}
.npt-special-slide-copy h3,
.npt-special-slide-copy p,
.npt-special-slide-kicker{
  text-align:right;
}
.npt-special-slide-date{
  right:10px;
  left:auto;
}
.npt-special-static-grid{
  direction:rtl;
}
.npt-special-static-item{
  direction:rtl;
  text-align:right;
}
.npt-special-static-item h3,
.npt-special-static-item .npt-meta,
.npt-special-static-kicker{
  text-align:right;
}

@media(max-width:800px){
  .npt-special-slide{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
  }
  .npt-special-slide-image{
    grid-column:1;
    grid-row:1;
  }
  .npt-special-slide-copy{
    grid-column:1;
    grid-row:2;
    text-align:right;
  }
}

@media(max-width:600px){
  .npt-special-static-grid{
    direction:rtl;
  }
  .npt-special-static-item{
    direction:rtl;
    text-align:right;
  }
  .npt-special-static-image{
    direction:ltr;
  }
}

@media(prefers-reduced-motion:reduce){
  .npt-special-featured .npt-special-slide-image img,
  .npt-special-featured .npt-special-static-item,
  .npt-special-featured .npt-special-static-image img{
    transition:none !important;
  }
}


/* 70.61.33 — Persian article typography: right-aligned headings and justified body text. */
html body.single .npt-article-header .npt-title,
html body.single-post .npt-article-header .npt-title,
html body.single .npt-article-yjc-exact .npt-title,
html body.single-post .npt-article-yjc-exact .npt-title,
html body.single .npt-article-header .npt-article-kicker,
html body.single-post .npt-article-header .npt-article-kicker,
html body.single .npt-article-yjc-exact .npt-article-kicker,
html body.single-post .npt-article-yjc-exact .npt-article-kicker,
html body.single .npt-lead-summary,
html body.single-post .npt-lead-summary,
html body.single .npt-article-yjc-exact .npt-lead-summary,
html body.single-post .npt-article-yjc-exact .npt-lead-summary {
  text-align:right !important;
}

html body.single .entry-content,
html body.single-post .entry-content,
html body.single .npt-article-yjc-exact .entry-content,
html body.single-post .npt-article-yjc-exact .entry-content {
  direction:rtl;
  text-align:justify !important;
  text-justify:inter-word;
}

html body.single .entry-content p,
html body.single-post .entry-content p,
html body.single .npt-article-yjc-exact .entry-content p,
html body.single-post .npt-article-yjc-exact .entry-content p,
html body.single .entry-content li,
html body.single-post .entry-content li,
html body.single .npt-article-yjc-exact .entry-content li,
html body.single-post .npt-article-yjc-exact .entry-content li {
  text-align:justify !important;
}

html body.single .entry-content h2,
html body.single-post .entry-content h2,
html body.single .entry-content h3,
html body.single-post .entry-content h3,
html body.single .entry-content h4,
html body.single-post .entry-content h4,
html body.single .npt-article-yjc-exact .entry-content h2,
html body.single .npt-article-yjc-exact .entry-content h3,
html body.single .npt-article-yjc-exact .entry-content h4,
html body.single-post .npt-article-yjc-exact .entry-content h2,
html body.single-post .npt-article-yjc-exact .entry-content h3,
html body.single-post .npt-article-yjc-exact .entry-content h4 {
  direction:rtl;
  text-align:right !important;
}

/* 70.61.39 — Site-wide Persian news titles and widget summaries: justified text. */
.npt-article-header .npt-title,
.npt-article-yjc-exact .npt-title,
.npt-archive-body h2,
.npt-related-card h3,
.npt-card-body h3,
.npt-video-card h3,
.npt-news-cards-title,
.npt-featured-title,
.npt-lifestyle-featured-title,
.npt-lh-title,
.npt-special-slide-title,
.npt-subheadline,
.npt-featured-excerpt,
.npt-news-cards-excerpt,
.npt-card-excerpt,
.npt-archive-body p,
.npt-archive-description,
.npt-summary,
.npt-excerpt,
.mtb-summary-copy {
  direction: rtl;
  text-align: justify !important;
  text-justify: inter-word;
}

/* Keep section/widget heading labels themselves clean; only article/item titles are justified. */
.npt-home-section > .widget-title,
.npt-widget > .widget-title,
.widget-title,
.npt-news-cards-heading,
.npt-inarticle-heading,
.npt-more-read h2,
.npt-related h2 {
  text-align: right;
}

/* V30 — special slider metadata: date + comment stats aligned to the user-side left. */
.npt-special-slide-meta-row{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin-inline-end:auto;margin-inline-start:0;direction:rtl;flex-wrap:wrap;}
.npt-special-slide-meta-row .npt-special-slide-date{position:static;padding:0;background:none;color:var(--muted);font-size:10px;line-height:1.4;border-radius:0;white-space:nowrap;}
.npt-special-slide-meta-row .npt-special-slide-status{margin:0;width:auto;max-width:100%;}
.npt-special-static-meta-row{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin-inline-end:auto;margin-inline-start:0;direction:rtl;flex-wrap:nowrap;}
.npt-special-static-meta-row .npt-special-static-date{display:block;margin:0;font-size:10px;line-height:1.4;color:rgba(120,120,120,.65);white-space:nowrap;}
.npt-special-static-meta-row .npt-special-static-status{margin:0;width:auto;max-width:100%;}
@media(max-width:600px){
  .npt-special-slide-meta-row{width:100%;gap:6px 8px;justify-content:flex-start;}
  .npt-special-static-meta-row{width:100%;gap:6px 8px;align-items:flex-start;flex-wrap:wrap;}
  .npt-special-static-meta-row .npt-special-static-status{flex:0 0 auto;}
}


/* Special slider: keep date/comments at the bottom of the upper slide copy, not after the excerpt. */
.npt-special-slide-copy{position:relative;padding-bottom:58px}
.npt-special-slide-meta-row{position:absolute;left:18px;right:18px;bottom:14px;display:flex;align-items:center;justify-content:flex-start;gap:12px;direction:rtl}
.npt-special-slide-status{display:flex;flex-wrap:wrap;gap:10px;font-size:.68rem;color:var(--muted);line-height:1.7;margin:0}
.npt-special-slide-status span{white-space:nowrap}
.npt-special-slide-date{font-size:.68rem;color:var(--muted);white-space:nowrap}
@media(max-width:800px){.npt-special-slide-copy{padding-bottom:58px}.npt-special-slide-meta-row{left:14px;right:14px;bottom:12px;gap:9px}}

/* V37 — date directly under title; comment/status counters anchored at the bottom of each story. */
.npt-special-slide-copy{position:relative;padding-bottom:58px}
.npt-special-slide-copy .npt-special-slide-date-under-title{display:block;position:static;margin:0 0 8px;font-size:10px;line-height:1.4;color:var(--muted);white-space:nowrap;text-align:right;direction:rtl}
.npt-special-slide-copy .npt-special-slide-meta-row{position:absolute;left:18px;right:18px;bottom:14px;width:auto;max-width:none;margin:0;display:flex;align-items:center;justify-content:flex-start;gap:12px;direction:rtl}
.npt-special-slide-copy .npt-special-slide-meta-row .npt-special-slide-status{margin:0;width:auto;max-width:100%;display:flex;flex-wrap:wrap;gap:10px;font-size:.68rem;color:var(--muted);line-height:1.7}
.npt-special-static-item{position:relative;padding-bottom:34px}
.npt-special-static-item > .npt-special-static-date{display:block;margin:0 0 4px;font-size:10px;line-height:1.4;color:rgba(120,120,120,.65);white-space:nowrap;text-align:right;direction:rtl}
.npt-special-static-item > .npt-special-static-meta-row{position:absolute;left:12px;right:12px;bottom:9px;width:auto;max-width:none;margin:0;display:block}
.npt-special-static-item > .npt-special-static-meta-row .npt-special-static-status{margin:0;width:100%;max-width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:6px 8px;font-size:10px;line-height:1.4}
@media(max-width:800px){
 .npt-special-slide-copy{padding-bottom:58px}
 .npt-special-slide-copy .npt-special-slide-meta-row{left:14px;right:14px;bottom:12px}
}
@media(max-width:600px){
 .npt-special-static-item{padding-bottom:34px}
 .npt-special-static-item > .npt-special-static-meta-row{left:0;right:0;bottom:8px}
 .npt-special-static-item > .npt-special-static-meta-row .npt-special-static-status{display:flex;flex-wrap:wrap;gap:6px 8px}
}

/* V38 — upper special-slider date: bottom-left corner of the image with a subtle background. */
.npt-special-slide{position:relative}
.npt-special-slide-date-on-image{position:absolute;left:10px;bottom:10px;z-index:3;display:inline-block;padding:4px 8px;background:rgba(0,0,0,.62);color:#fff;font-size:10px;line-height:1.4;border-radius:4px;white-space:nowrap;direction:rtl;pointer-events:none}
@media(max-width:800px){.npt-special-slide-date-on-image{left:8px;bottom:8px;padding:4px 7px;font-size:9px}}


/* 70.61.47: Show the date badge on the image of the lower special-slider stories too. */
.npt-special-static-image{position:relative;display:block}
.npt-special-static-date-on-image{position:absolute;left:10px;bottom:10px;z-index:2;display:inline-block;padding:3px 8px;background:rgba(0,0,0,.58);color:#fff;border-radius:5px;font-size:10px;line-height:1.5;white-space:nowrap;direction:rtl}

/* V40 — clean mobile layout for homepage top row (special slider + latest headlines).
   Desktop layout is untouched. Mobile uses normal document flow so neither column
   inherits the desktop fixed-height/overflow rules. */
@media (max-width:800px){
  .npt-home-top-row{
    display:block !important;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    margin-bottom:20px;
  }
  .npt-home-top-row--both > .npt-home-top-row__col,
  .npt-home-top-row--right-only > .npt-home-top-row__col,
  .npt-home-top-row--left-only > .npt-home-top-row__col{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    align-self:auto !important;
  }
  .npt-home-top-row__col + .npt-home-top-row__col{margin-top:18px !important}
  .npt-home-top-row__col > .npt-widget{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    margin:0 !important;
  }

  /* Special slider: image, copy and lower cards all stay in normal flow. */
  .npt-home-top-row__col > .npt-widget > .npt-special-featured{
    display:block !important;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
  }
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap{
    width:100%;
    height:auto !important;
    min-height:0 !important;
    margin:0 0 14px !important;
    overflow:hidden !important;
  }
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider{
    display:block !important;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden !important;
  }
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide{
    display:none;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    grid-template-columns:1fr !important;
    grid-template-rows:auto auto !important;
    overflow:hidden !important;
  }
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide.is-active{display:grid}
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide-image{
    grid-column:1 !important;
    grid-row:1 !important;
    width:100%;
    height:auto;
    min-height:0;
  }
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide-image img{
    display:block;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16/9;
    object-fit:cover;
  }
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide-copy{
    grid-column:1 !important;
    grid-row:2 !important;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    box-sizing:border-box;
    padding:14px !important;
    overflow:visible !important;
  }

  /* Latest headlines: no fixed height and no internal clipping on mobile. */
  .npt-home-top-row__col > .npt-widget > .npt-latest-headlines-widget{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    box-sizing:border-box;
    overflow:visible !important;
    padding:14px !important;
  }
  .npt-home-top-row__col > .npt-widget > .npt-latest-headlines-widget .npt-lh-list{
    display:block;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    padding-inline-end:0;
  }
  .npt-home-top-row__col > .npt-widget > .npt-latest-headlines-widget .npt-lh-item{
    min-width:0;
    width:100%;
    box-sizing:border-box;
  }
}


/* V47 — desktop lower special-slider cards use the same reference-card structure as mobile.
 * Image stays flush on the user's right; text stays on the left. Scoped to desktop only. */
@media(min-width:601px){
  .npt-special-featured .npt-special-static-grid{
    grid-template-columns:repeat(var(--npt-special-cols,3),minmax(0,1fr));
    gap:10px;
    padding:10px;
  }
  .npt-special-featured .npt-special-static-item{
    display:grid;
    grid-template-columns:minmax(0,1fr) 150px;
    grid-template-rows:1fr;
    direction:ltr;
    align-items:stretch;
    min-width:0;
    min-height:104px;
    height:auto;
    margin:0;
    padding:0;
    border:1px solid var(--border);
    border-radius:10px;
    background:var(--surface);
    overflow:hidden;
    box-sizing:border-box;
    text-align:right;
  }
  .npt-special-featured .npt-special-static-item > .npt-special-static-image{
    grid-column:2;
    grid-row:1;
    width:150px;
    min-width:150px;
    height:100%;
    min-height:104px;
    margin:0;
    padding:0;
    border-radius:0;
    overflow:hidden;
    position:relative;
    aspect-ratio:auto;
  }
  .npt-special-featured .npt-special-static-image img{
    display:block;
    width:100%;
    height:100%;
    min-height:104px;
    object-fit:cover;
    margin:0;
  }
  .npt-special-featured .npt-special-static-copy{
    grid-column:1;
    grid-row:1;
    min-width:0;
    width:100%;
    height:100%;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:stretch;
    padding:8px 10px 8px;
    direction:rtl;
    text-align:right;
    overflow:hidden;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-kicker{
    margin:0 0 2px;
    font-size:var(--npt-special-bottom-kicker-size,.68rem);
    line-height:1.35;
    font-weight:700;
    color:var(--npt-special-bottom-kicker-color,var(--muted));
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .npt-special-featured .npt-special-static-copy h3{
    margin:0 0 3px;
    font-size:var(--npt-special-bottom-title-size);
    line-height:1.55;
    font-weight:800;
    text-align:right;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-excerpt{
    display:-webkit-box;
    margin:0 0 3px;
    color:var(--muted);
    font-size:.68rem;
    line-height:1.5;
    text-align:right;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .npt-special-featured .npt-special-static-copy > .npt-special-static-meta-row{
    position:static;
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    display:block;
    box-sizing:border-box;
    direction:rtl;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-status{
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    gap:6px;
    width:100%;
    max-width:100%;
    margin:0;
    font-size:.58rem;
    line-height:1.3;
    color:var(--muted);
    direction:rtl;
    overflow:hidden;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-status span{
    white-space:nowrap;
    flex:0 0 auto;
  }
  .npt-special-featured .npt-special-static-date-on-image{
    left:5px;
    bottom:5px;
    padding:2px 5px;
    font-size:8px;
  }
}

/* V44 — mobile lower special-slider cards: compact RTL reference card.
 * The image is flush to the user's right edge; copy stays on the left.
 * Desktop layout is intentionally untouched. */
.npt-special-static-copy{display:contents;min-width:0}
.npt-special-static-excerpt{display:none}
@media(max-width:600px){
  .npt-special-featured .npt-special-static-grid{
    grid-template-columns:1fr !important;
    gap:7px !important;
    padding:8px !important;
  }
  .npt-special-featured .npt-special-static-item{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 98px !important;
    grid-template-rows:1fr !important;
    direction:ltr !important;
    align-items:stretch !important;
    width:100% !important;
    height:auto !important;
    min-height:100px !important;
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
    border:1px solid var(--border) !important;
    border-radius:12px !important;
    background:var(--surface) !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    text-align:right !important;
  }
  .npt-special-featured .npt-special-static-item > .npt-special-static-image{
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:stretch !important;
    align-self:stretch !important;
    display:block !important;
    width:98px !important;
    min-width:98px !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:0 !important;
    overflow:hidden !important;
    position:relative !important;
    aspect-ratio:auto !important;
    direction:ltr !important;
  }
  .npt-special-featured .npt-special-static-image img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    margin:0 !important;
  }
  .npt-special-featured .npt-special-static-date-on-image{
    position:absolute !important;
    left:4px !important;
    right:auto !important;
    bottom:4px !important;
    z-index:2 !important;
    padding:2px 4px !important;
    border-radius:3px !important;
    background:rgba(0,0,0,.62) !important;
    color:#fff !important;
    font-size:7px !important;
    line-height:1.25 !important;
    white-space:nowrap !important;
  }
  .npt-special-featured .npt-special-static-copy{
    grid-column:1 !important;
    grid-row:1 !important;
    min-width:0 !important;
    width:100% !important;
    height:100% !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:stretch !important;
    padding:8px 10px 8px 9px !important;
    direction:rtl !important;
    text-align:right !important;
    overflow:hidden !important;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-kicker{
    display:block !important;
    flex:0 0 auto !important;
    min-width:0 !important;
    margin:0 0 1px !important;
    padding:0 !important;
    font-size:var(--npt-special-bottom-kicker-size,8.5px) !important;
    line-height:1.3 !important;
    font-weight:500 !important;
    color:var(--npt-special-bottom-kicker-color,var(--muted)) !important;
    text-align:right !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .npt-special-featured .npt-special-static-copy h3{
    display:-webkit-box !important;
    flex:0 0 auto !important;
    min-width:0 !important;
    margin:0 0 1px !important;
    padding:0 !important;
    font-size:11.5px !important;
    line-height:1.38 !important;
    font-weight:800 !important;
    text-align:right !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-excerpt{
    display:-webkit-box !important;
    flex:0 0 auto !important;
    min-width:0 !important;
    margin:0 0 1px !important;
    padding:0 !important;
    color:var(--muted) !important;
    font-size:9px !important;
    line-height:1.4 !important;
    text-align:right !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
  }
  .npt-special-featured .npt-special-static-copy > .npt-special-static-meta-row{
    position:static !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    box-sizing:border-box !important;
    direction:rtl !important;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-status{
    display:flex !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    align-items:center !important;
    gap:2px 5px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    font-size:7px !important;
    line-height:1.25 !important;
    color:var(--muted) !important;
    direction:rtl !important;
    text-align:right !important;
    overflow:hidden !important;
  }
  .npt-special-featured .npt-special-static-copy .npt-special-static-status span{
    white-space:nowrap !important;
    flex:0 0 auto !important;
  }
}

/* V48 — subtle compact refinement for lower special-slider cards only. */

/* v70.61.59 — declutter special slider: remove comment counters, reduce hero image, add low-cost vertical controls for lower stories. */
@media(min-width:801px){
  .npt-special-featured .npt-special-slide{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:240px}
  .npt-special-featured .npt-special-slide-image img{min-height:240px}
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap,
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider,
  .npt-home-top-row--both > .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slide{height:270px;min-height:270px}
}
.npt-special-static-scroll{position:relative;min-height:0;max-height:420px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:thin}
.npt-special-static-nav{position:absolute;z-index:5;left:50%;transform:translateX(-50%);width:30px;height:30px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text);box-shadow:0 2px 8px rgba(15,23,42,.10);cursor:pointer;font-size:16px;line-height:28px;padding:0}
.npt-special-static-nav:hover{background:var(--soft)}
.npt-special-static-nav-up{top:4px}
.npt-special-static-nav-down{bottom:4px}
.npt-special-static-nav:disabled{opacity:.35;cursor:default}
@media(max-width:800px){
  .npt-special-featured .npt-special-slide-image img{aspect-ratio:16/8.5;min-height:0}
  .npt-special-static-scroll{max-height:360px}
}
@media(max-width:600px){.npt-special-static-scroll{max-height:340px}}


/* v70.61.69 — page-based lower-story navigation: show complete cards, then switch to the next complete page. */
@media(min-width:801px){
  .npt-special-static-scroll{position:relative;padding:40px 34px 10px;max-height:none;overflow:hidden;direction:rtl;}
  .npt-special-static-grid{display:block;width:100%;min-width:0;overflow:visible;direction:rtl;}
  .npt-special-static-page{display:grid;grid-template-columns:repeat(var(--npt-special-cols,2),minmax(0,1fr));grid-template-rows:repeat(var(--npt-special-rows,1),auto);gap:12px;width:100%;min-width:0;box-sizing:border-box;direction:rtl;animation:npt-special-page-in .18s ease;}
  .npt-special-static-page:not(.is-active){display:none;}
  .npt-special-static-item{min-width:0;width:100%;box-sizing:border-box;}
  /* v70.61.69 — rounded-square navigation buttons. Keep the page-based navigation logic unchanged. */
  .npt-special-static-nav{position:absolute;top:5px;z-index:6;display:flex!important;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted,var(--text));box-shadow:0 2px 7px rgba(15,23,42,.08);cursor:pointer;font-size:16px;font-weight:700;line-height:1;padding:0;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
  .npt-special-static-nav:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 3px 10px rgba(15,23,42,.13);transform:translateY(-1px)}
  .npt-special-static-nav-left{left:16px;right:auto}.npt-special-static-nav-right{left:52px;right:auto}
  .npt-special-static-nav:disabled{opacity:.32;cursor:default}.npt-special-static-nav[hidden]{display:flex!important;visibility:visible;opacity:1}
}
@keyframes npt-special-page-in{from{opacity:.65;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}
/* v70.61.76 — next-story titles use the exact lower-card content width; buttons stay fixed left. Mobile untouched. */
@media(min-width:801px){
  .npt-special-static-scroll{position:relative;}
  .npt-special-static-controls{
    position:absolute;
    top:5px;
    left:16px;
    right:16px;
    z-index:7;
    display:block;
    min-height:30px;
    direction:rtl;
  }
  .npt-special-static-next-titles{
    position:absolute;
    top:0;
    right:0;
    left:80px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:center;
    gap:12px;
    direction:rtl;
    min-width:0;
    overflow:hidden;
    /* The lower-card grid has 34px horizontal padding; 18px inside the controls
       (which themselves sit 16px from the shell) lands exactly on those card edges. */
    right:0;
    left:0;
  }
  .npt-special-static-next-title{
    display:block;
    width:100%;
    max-width:none;
    min-width:0;
    min-width:0;
    min-height:30px;
    padding:3px 0;
    border:0;
    border-bottom:2px solid transparent;
    border-radius:0;
    background:transparent;
    color:var(--text);
    box-shadow:none;
    cursor:pointer;
    font:700 12px/1.7 inherit;
    text-align:right;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:color .18s ease,border-color .18s ease,opacity .18s ease;
  }
  .npt-special-static-next-title:hover,
  .npt-special-static-next-title:focus-visible{
    color:var(--accent);
    border-bottom-color:var(--accent);
    outline:none;
  }
  .npt-special-static-next-title[hidden]{display:none!important;}
  .npt-special-static-nav{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:auto!important;
    transform:none!important;
    flex:none!important;
  }
  .npt-special-static-nav-right{left:0!important;}
  .npt-special-static-nav-left{left:36px!important;}
  .npt-special-static-nav:hover:not(:disabled){transform:translateY(-1px)!important;}
  .npt-special-static-nav:disabled{opacity:.32;cursor:default;}
  .npt-special-static-nav[hidden]{display:flex!important;visibility:visible;opacity:1;}
  .npt-special-static-scroll.has-next-titles .npt-special-static-next-title:first-child{
    animation:npt-special-next-title-cue 4.2s ease-in-out 1;
  }
  @keyframes npt-special-next-title-cue{
    0%,72%,100%{opacity:1;}
    78%{opacity:.62;}
    84%{opacity:1;}
  }
}
@media(prefers-reduced-motion:reduce){
  .npt-special-static-scroll.has-next-titles .npt-special-static-next-title:first-child{animation:none!important;}
}


@media(max-width:800px){
  .npt-special-static-scroll{position:relative;padding:10px 0 0;max-height:none;overflow:visible;direction:rtl;}
  .npt-special-static-grid{display:block;width:auto;min-width:0;overflow:visible;}
  .npt-special-static-page{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:none!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0!important;animation:none!important;}
  .npt-special-static-page + .npt-special-static-page{margin-top:10px!important;}
  .npt-special-static-nav{display:none!important}
  .npt-special-featured .npt-special-slide-copy p{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}
}


/* V79 — keep next-story controls desktop-only and place them directly below the
 * separator between the hero slider and the lower stories. The section title is
 * hidden in the widget markup itself. Mobile remains the existing one-column layout. */
@media(min-width:801px){
  .npt-special-static-scroll{padding:0 34px 10px!important;}
  .npt-special-static-controls{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%;
    min-height:50px;
    margin:0 0 10px;
    padding:10px 0 8px;
    border-top:1px solid var(--border);
    border-radius:8px;
    background:var(--soft,#f7f7f7);
    box-sizing:border-box;
    display:block;
    direction:rtl;
  }
  .npt-special-static-next-titles{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:center;
    gap:12px;
    direction:rtl;
    min-width:0;
    overflow:hidden;
    box-sizing:border-box;
  }
  .npt-special-static-nav{
    top:10px!important;
  }
  .npt-special-static-nav-right{left:0!important;}
  .npt-special-static-nav-left{left:36px!important;}
  .npt-special-static-grid{
    border-top:0!important;
  }
}
@media(max-width:800px){
  .npt-special-featured .npt-special-static-controls{display:none!important;}
}

/* V80 — align next-story titles exactly with the lower-card grid and give the
 * desktop control strip a subtle background. Mobile remains unchanged. */
@media(min-width:801px){
  .npt-special-static-controls{
    background:transparent!important;
    border-radius:0!important;
    padding:10px 0 8px!important;
    min-height:50px!important;
    box-sizing:border-box!important;
    isolation:isolate;
  }
  .npt-special-static-controls:before{
    content:"";
    position:absolute;
    z-index:-1;
    top:4px;
    right:0;
    bottom:4px;
    left:52px;
    border:1px solid color-mix(in srgb,var(--border) 72%,transparent);
    border-radius:6px;
    background:color-mix(in srgb,var(--soft,#f7f7f7) 55%,transparent);
  }
  .npt-special-static-next-titles{
    position:relative!important;
    top:auto!important;
    right:0!important;
    left:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .npt-special-static-next-title{
    box-sizing:border-box!important;
  }
}
@media(max-width:800px){
  .npt-special-static-controls{background:transparent!important;}
  .npt-special-static-controls:before{display:none!important;}
}

/* V70.61.82 — refine the desktop next-story strip: keep its width, reduce height,
 * remove the decorative frame, and expose a widget-controlled background color. */
@media(min-width:801px){
  .npt-special-static-controls{
    min-height:40px!important;
    height:40px!important;
    margin:0 0 8px!important;
    padding:5px 0!important;
    background:var(--npt-special-bottom-controls-bg,#f7f7f7)!important;
    border:0!important;
    border-top:1px solid var(--border)!important;
    border-radius:0!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
  }
  .npt-special-static-controls:before{display:none!important;}
  .npt-special-static-next-titles{
    height:30px!important;
    min-height:30px!important;
    align-items:center!important;
  }
  .npt-special-static-nav{
    top:5px!important;
  }
}

/* V84 — restore real comment/status counters to the large special-slider story. */
.npt-special-slide-comments-only{justify-content:flex-start;direction:rtl;}
.npt-special-slide-comments-only .npt-special-slide-status{margin:0;}

/* V85 — anchor the large-slide comment/status group to the bottom-left. */
.npt-special-slide-copy .npt-special-slide-comments-only{
  left:18px!important;
  right:auto!important;
  width:max-content!important;
  max-width:calc(100% - 36px)!important;
  margin:0!important;
  justify-content:flex-start!important;
  direction:rtl!important;
}
/* V89 — mobile: tighten the remaining hero-to-lower-story spacing and soften the counter divider.
 * The hero already has natural height; the lower-story wrapper starts immediately after it. */
@media(max-width:800px){
  .npt-home-top-row__col > .npt-widget > .npt-special-featured .npt-special-slider-wrap{
    margin-bottom:2px!important;
  }
  .npt-special-static-scroll{
    padding-top:0!important;
  }
}

@media(max-width:800px){
  /* V87 — mobile: let the hero copy size to its real content. The counters stay
   * in normal flow, and the copy has only a compact bottom breathing room so
   * there is no artificial empty block before the lower stories. */
  .npt-special-slide-copy{
    padding-bottom:8px!important;
  }
  .npt-special-slide-copy .npt-special-slide-comments-only{
    position:static!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:none!important;
    margin:4px 0 0!important;
    padding-top:4px!important;
    border-top:1px solid rgba(128,128,128,.07)!important;
    justify-content:flex-start!important;
  }
}

/* V97 — layout 3 compact proportional article card: total desktop height 250px. */
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  grid-template-rows:1fr!important;
  direction:ltr!important;
  align-items:stretch!important;
  min-width:0!important;
  height:250px!important;
  min-height:250px!important;
  max-height:250px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--border)!important;
  border-radius:10px!important;
  background:var(--surface)!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  text-align:right!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image{
  grid-column:2!important;grid-row:1!important;display:block!important;width:300px!important;min-width:300px!important;height:125px!important;min-height:125px!important;max-height:125px!important;align-self:start!important;margin:0!important;padding:0!important;border-radius:0!important;overflow:hidden!important;position:relative!important;aspect-ratio:auto!important;direction:ltr!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image img{
  display:block!important;width:100%!important;height:125px!important;min-height:125px!important;max-width:none!important;object-fit:cover!important;margin:0!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy{
  grid-column:1!important;grid-row:1!important;min-width:0!important;width:100%!important;height:250px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:stretch!important;padding:18px 22px!important;direction:rtl!important;text-align:right!important;overflow:hidden!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-special-static-kicker{
  margin:0 0 4px!important;font-size:.78rem!important;line-height:1.55!important;font-weight:700!important;color:var(--npt-special-bottom-kicker-color,var(--muted))!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
  margin:0 0 7px!important;font-size:clamp(1.2rem,1.8vw,1.5rem)!important;line-height:1.55!important;font-weight:800!important;text-align:right!important;display:block!important;overflow:visible!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title a{color:var(--text)!important;text-decoration:none!important}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-excerpt{
  display:block!important;margin:0!important;color:var(--muted)!important;font-size:.84rem!important;line-height:1.75!important;text-align:right!important;overflow:hidden!important;-webkit-line-clamp:unset!important;max-height:none!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-date{
  position:absolute!important;left:10px!important;right:auto!important;bottom:10px!important;z-index:2!important;padding:4px 8px!important;border-radius:5px!important;background:rgba(0,0,0,.58)!important;color:#fff!important;font-size:10px!important;line-height:1.5!important;font-weight:700!important;white-space:nowrap!important;
}
@media(max-width:800px){
  /* V105 — layout 3 mobile: the kicker is a grid item after the copy wrapper becomes display:contents. */
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-article-kicker{
    grid-column:1!important;
    grid-row:1!important;
    width:auto!important;
    margin:0!important;
    padding:14px 15px 3px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    color:inherit!important;
    text-align:right!important;
    font-weight:700!important;
    line-height:1.8!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-kicker-icon{
    display:inline-block!important;
    flex:0 0 auto!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-kicker-text{
    display:block!important;
    min-width:0!important;
  }

  /* V104 — mobile layout 3: kicker + title above image; excerpt stays below image. */
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto auto!important;
    direction:rtl!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    border-radius:7px!important;
    overflow:hidden!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy{
    display:contents!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-kicker-wrap{
    grid-column:1!important;grid-row:1!important;
    width:auto!important;
    margin:0!important;
    padding:16px 16px 3px!important;
    box-sizing:border-box!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
    grid-column:1!important;grid-row:2!important;
    width:auto!important;
    margin:0!important;
    padding:0 16px 12px!important;
    box-sizing:border-box!important;
    font-size:1.38rem!important;
    line-height:1.75!important;
    text-align:right!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image{
    grid-column:1!important;grid-row:3!important;
    width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;
    aspect-ratio:16/9!important;
    margin:0!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image img{height:100%!important;min-height:0!important}
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-excerpt{
    grid-column:1!important;grid-row:4!important;
    width:auto!important;
    margin:0!important;
    padding:14px 16px 18px!important;
    box-sizing:border-box!important;
    font-size:.92rem!important;
    line-height:2!important;
    overflow:visible!important;
    max-height:none!important;
  }
}

/* V98 — layout 3: keep the 250px card, but let the desktop image fill the full card height at the same width. */
@media(min-width:801px){
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-card{
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image{
    width:300px!important;
    min-width:300px!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    align-self:stretch!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image img{
    width:100%!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    object-fit:cover!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy{
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
  }
}

/* V70.62.00 — Layout 3 follows the same article-page title/kicker controls as layouts 1 and 2. */
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-article-kicker-wrap{
  margin:0 0 5px!important;
  color:inherit!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-article-kicker{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  color:inherit!important;
  font-weight:700!important;
  line-height:1.8!important;
  text-align:right!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-kicker-icon{
  flex:0 0 auto!important;
  display:inline-block!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
  display:flex!important;
  flex-direction:row!important;
  direction:rtl!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title .npt-single-title-icon{
  flex:0 0 auto!important;
  align-self:center!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title .npt-single-layout3-title-text{
  min-width:0!important;
  color:inherit!important;
  text-decoration:none!important;
}
.npt-internal-content > .npt-single-layout3-header .npt-single-layout3-excerpt{
  box-sizing:border-box!important;
  border-radius:6px!important;
  padding:0!important;
}

/* V70.62.02 — restore the proven desktop next-story button geometry without touching mobile. */
@media(min-width:801px){
  .npt-special-static-controls{
    position:relative!important;
    overflow:hidden!important;
  }
  .npt-special-static-nav{
    top:5px!important;
    width:30px!important;
    height:30px!important;
    box-sizing:border-box!important;
    z-index:9!important;
  }
  .npt-special-static-nav-right{left:16px!important;right:auto!important;}
  .npt-special-static-nav-left{left:52px!important;right:auto!important;}
  .npt-special-static-next-titles{
    position:relative!important;
    top:auto!important;
    right:18px!important;
    left:80px!important;
    width:auto!important;
    height:30px!important;
    min-height:30px!important;
    box-sizing:border-box!important;
  }
  .npt-special-static-next-title{
    box-sizing:border-box!important;
  }
}

/* V70.62.05 — Mobile layout 3: force kicker/title above the image.
   The copy wrapper is flattened so its kicker/title become direct grid items; the original
   article information row remains above the card. */
@media(max-width:700px){
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:center!important;
    gap:4px!important;
    min-height:0!important;
    margin:0 0 10px!important;
    padding:6px 0 8px!important;
    border-bottom:1px solid #e5e8eb!important;
    border-top:0!important;
    overflow:visible!important;
    white-space:normal!important;
    font-size:.66rem!important;
    line-height:1.8!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-right,
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-left{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:3px 9px!important;
    overflow:visible!important;
    white-space:normal!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-right{
    order:1!important;
    justify-content:flex-start!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-left{
    order:2!important;
    direction:rtl!important;
    justify-content:flex-start!important;
    color:#777!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-right a,
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-left span{
    font-size:.65rem!important;
    line-height:1.8!important;
    white-space:nowrap!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-right span{
    color:#b40000!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility-left span + span:before{
    margin-inline:0 7px!important;
  }

  /* The desktop-only duplicate metadata block is unnecessary here because the original row is retained above. */
  .npt-internal-content > .npt-single-layout3-flow > .mtb-mobile-news-meta-mobile{
    display:none!important;
  }

  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    border-radius:8px!important;
    overflow:hidden!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy{
    display:contents!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-kicker-wrap{
    grid-column:1!important;
    grid-row:1!important;
    width:auto!important;
    margin:0!important;
    padding:14px 15px 3px!important;
    box-sizing:border-box!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
    grid-column:1!important;
    grid-row:2!important;
    width:auto!important;
    margin:0!important;
    padding:0 15px 12px!important;
    box-sizing:border-box!important;
    font-size:1.22rem!important;
    line-height:1.8!important;
    text-align:right!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image{
    grid-column:1!important;
    grid-row:3!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-image img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:cover!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-excerpt{
    grid-column:1!important;
    grid-row:4!important;
    width:auto!important;
    margin:0!important;
    padding:14px 15px 16px!important;
    box-sizing:border-box!important;
    font-size:.88rem!important;
    line-height:2!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
    max-height:none!important;
  }
}


/* 70.62.07 — Restore the article kicker on mobile for all three article layouts.
   A legacy mobile rule hid .npt-article-kicker-wrap globally, which also removed the
   kicker from layouts 1, 2 and 3. Keep the normal article setting respected; when a
   kicker exists, show it before the headline on mobile. */
@media (max-width:700px){
  .npt-article-yjc-exact .npt-article-kicker-wrap{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    order:0!important;
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin:0 0 6px!important;
  }
  .npt-article-yjc-exact .npt-lead-summary,
  .npt-article-yjc-exact .npt-layout2-title-block{
    display:contents!important;
  }
  .npt-article-yjc-exact .npt-lead-summary .npt-article-kicker-wrap,
  .npt-article-yjc-exact .npt-layout2-title-block .npt-article-kicker-wrap{
    grid-column:1!important;
    grid-row:auto!important;
  }
  .npt-article-yjc-exact .npt-lead-summary .npt-title,
  .npt-article-yjc-exact .npt-layout2-title-block .npt-title{
    order:1!important;
    grid-column:1!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-kicker-wrap{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    grid-column:1!important;
    grid-row:1!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-article-kicker{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
}

/* V106 — layout 3 mobile: lift the text block and keep a clean title-to-summary rhythm. */
@media(max-width:800px){
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-kicker-wrap{
    padding-top:9px!important;
    padding-bottom:2px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
    padding-top:0!important;
    padding-bottom:8px!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-excerpt{
    padding-top:10px!important;
    padding-bottom:14px!important;
  }
}

/* V106.01 — Mobile layout 3: lift kicker/title/summary together without changing the working layout/order. */
@media(max-width:800px){
  .npt-internal-content > .npt-single-layout3-header .npt-yjc-utility{
    margin-bottom:5px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-kicker-wrap{
    padding-top:3px!important;
    padding-bottom:2px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
    padding-top:0!important;
    padding-bottom:6px!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-excerpt{
    padding-top:9px!important;
    padding-bottom:14px!important;
  }
}

/* V106.02 — Layout 3 desktop: lift the complete text group upward without changing
   the card/image geometry. Keep the kicker, title and excerpt close together. */
@media (min-width:801px){
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy{
    justify-content:flex-start!important;
    padding:38px 22px 18px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-copy .npt-single-layout3-kicker-wrap{
    margin:0 0 3px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-title{
    margin:0 0 8px!important;
  }
  .npt-internal-content > .npt-single-layout3-header .npt-single-layout3-excerpt{
    margin:0!important;
    padding:0!important;
  }
}


/* NPT SIDEBAR AD SAFETY: keep third-party ad creatives inside the actual sidebar width. */
.npt-sidebar,
.npt-sidebar .npt-widget,
.npt-sidebar .widget {
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}
.npt-sidebar .theme-ad-content,
.npt-sidebar .theme-ad-slot,
.npt-sidebar ins.adsbygoogle,
.npt-sidebar .adsbygoogle {
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.npt-sidebar iframe,
.npt-sidebar embed,
.npt-sidebar object,
.npt-sidebar video {
  display:block;
  width:auto !important;
  max-width:100% !important;
  min-width:0 !important;
  height:auto;
  box-sizing:border-box !important;
}
.npt-sidebar img {
  max-width:100% !important;
  height:auto !important;
  box-sizing:border-box !important;
}
.npt-sidebar .theme-ad-content iframe,
.npt-sidebar .theme-ad-content img,
.npt-sidebar .theme-ad-content video,
.npt-sidebar .theme-ad-content ins,
.npt-sidebar .adsbygoogle iframe,
.npt-sidebar ins.adsbygoogle iframe {
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
