/*
Theme Name: NusaPress
Theme URI: https://example.com/nusapress
Author: Custom Theme Studio
Description: Tema portal berita modern yang terinspirasi pola layout majalah berita populer, dengan dark mode, featured grid, breaking news ticker, widget areas, dan customizer.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: nusapress
*/
:root{--ink:#10131a;--muted:#697386;--line:#e7e9ee;--paper:#fff;--soft:#f5f7fa;--brand:#e51f2b;--accent:#ffb400;--radius:12px;--shadow:0 14px 40px rgba(16,19,26,.08)}
[data-theme="dark"]{--ink:#f3f5f7;--muted:#aab2c0;--line:#2a303c;--paper:#151922;--soft:#1d2330;--shadow:0 14px 40px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:var(--brand)}img{display:block;max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:relative;z-index:10}.topbar{background:var(--ink);color:#fff;font-size:12px}.topbar-inner,.masthead,.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-inner{min-height:34px}.masthead{padding:24px 0}.site-title{font-size:32px;font-weight:900;letter-spacing:-1.5px}.site-title span{color:var(--brand)}.tagline{color:var(--muted);font-size:13px}.ad-slot{color:var(--muted);font-size:11px;letter-spacing:1px;border:1px dashed var(--line);padding:15px 30px;text-transform:uppercase}.nav-bar{background:var(--ink);color:#fff}.nav-inner{min-height:48px}.primary-menu{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:0}.primary-menu li a{display:block;padding:12px 15px;font-size:13px;font-weight:700}.primary-menu li a:hover,.current-menu-item a{background:var(--brand);color:#fff}.menu-toggle{display:none}.header-actions{display:flex;align-items:center;gap:12px}.icon-button{border:0;background:transparent;color:inherit;cursor:pointer;font-size:18px}.breaking{background:var(--soft);border-bottom:1px solid var(--line);font-size:13px}.breaking-inner{display:flex;align-items:center;gap:14px;padding:9px 0}.breaking-label{background:var(--brand);color:#fff;padding:3px 9px;font-size:11px;font-weight:800;text-transform:uppercase}.hero{padding:32px 0 22px}.featured-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}.featured-card{position:relative;overflow:hidden;border-radius:var(--radius);min-height:170px;background:#222}.featured-card:first-child{grid-row:span 2;min-height:354px}.featured-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.featured-card:hover img{transform:scale(1.04)}.featured-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.85))}.featured-content{position:absolute;z-index:1;bottom:0;padding:20px;color:#fff}.category{color:var(--brand);font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.5px}.featured-card .category{color:#ffd166}.featured-content h2,.featured-content h3{margin:5px 0 0;line-height:1.2}.featured-content h2{font-size:28px}.featured-content h3{font-size:17px}.section-heading{display:flex;align-items:center;gap:12px;margin:28px 0 18px;border-bottom:3px solid var(--ink)}.section-heading h2{font-size:20px;margin:0;padding:8px 14px;background:var(--ink);color:#fff}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:38px}.post-card{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.post-card img{width:220px;height:145px;object-fit:cover;border-radius:9px}.post-card h2{font-size:21px;line-height:1.25;margin:5px 0}.meta{font-size:12px;color:var(--muted)}.excerpt{color:var(--muted);font-size:14px;margin:8px 0}.sidebar-widget{padding:20px;background:var(--soft);border-radius:var(--radius);margin-bottom:20px}.sidebar-widget h3{margin:0 0 13px;font-size:16px;border-left:4px solid var(--brand);padding-left:10px}.sidebar-widget ul{list-style:none;padding:0;margin:0}.sidebar-widget li{padding:8px 0;border-bottom:1px solid var(--line);font-size:14px}.site-footer{background:var(--ink);color:#fff;margin-top:50px;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-grid h3{font-size:16px}.footer-grid p,.footer-grid li{color:#aeb6c3;font-size:13px}.footer-grid ul{list-style:none;padding:0}.copyright{border-top:1px solid #303641;margin-top:28px;padding-top:15px;color:#aeb6c3;font-size:12px}.single-header{padding:36px 0 20px}.single-header h1{font-size:42px;line-height:1.12;margin:7px 0}.single-content{max-width:820px;font-size:17px}.single-content p{margin:0 0 1.2em}.single-content img{border-radius:12px;margin:20px 0}.pagination{display:flex;gap:8px;margin:28px 0}.pagination a,.pagination span{border:1px solid var(--line);padding:8px 13px;border-radius:6px}.pagination .current{background:var(--brand);color:#fff;border-color:var(--brand)}.search-form{display:flex}.search-form input{flex:1;padding:10px;border:1px solid var(--line);background:var(--paper);color:var(--ink)}.search-form button{background:var(--brand);color:#fff;border:0;padding:0 14px}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:800px){.masthead{padding:17px 0}.tagline,.ad-slot{display:none}.menu-toggle{display:block;background:transparent;border:0;color:#fff;font-size:22px}.primary-menu{display:none;position:absolute;left:0;right:0;top:48px;background:var(--ink);flex-direction:column}.primary-menu.is-open{display:flex}.nav-inner{position:relative}.featured-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.featured-card:first-child{grid-column:span 2;min-height:300px}.content-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.single-header h1{font-size:32px}}@media(max-width:520px){.featured-grid{display:block}.featured-card,.featured-card:first-child{min-height:230px;margin-bottom:12px}.post-card{grid-template-columns:110px 1fr;gap:12px}.post-card img{width:110px;height:90px}.post-card h2{font-size:16px}.excerpt{display:none}.footer-grid{grid-template-columns:1fr}.site-title{font-size:26px}}

@import url("jannah-news.css");
@import url("jannah-elementor.css");
\n\n/* PRTS Jannah-inspired responsive polish v1 */
:root{--prts-navy:#102a43;--prts-blue:#1677b8;--prts-gold:#d8a434;--prts-ink:#172b4d;--prts-soft:#f3f6fa;--prts-border:#e6edf4}
html{scroll-behavior:smooth}body{background:var(--prts-soft);color:var(--prts-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65;overflow-x:hidden}
a{color:var(--prts-blue);transition:color .2s ease,background-color .2s ease,transform .2s ease}a:hover{color:var(--prts-navy)}
.elementor-location-header{position:relative;z-index:20;background:#fff;box-shadow:0 3px 18px rgba(16,42,67,.10)}
.elementor-location-header .elementor-widget-theme-site-logo img{max-height:78px;width:auto;object-fit:contain}
.elementor-location-header .elementor-widget-theme-site-title{letter-spacing:.02em}.elementor-location-header .elementor-widget-theme-site-title a{color:var(--prts-navy);font-weight:800}
.elementor-location-header .e-n-menu{background:var(--prts-navy);border-radius:0 0 8px 8px}.elementor-location-header .e-n-menu-heading{justify-content:center}.elementor-location-header .e-n-menu-item a{color:#fff;font-weight:700;padding:13px 18px}.elementor-location-header .e-n-menu-item a:hover{background:var(--prts-blue);color:#fff}
/* keeps the existing moving/breaking-news text visible while giving it a polished ticker treatment */
.elementor-location-header marquee,.elementor-location-header [class*="ticker"],[class*="breaking"]{background:var(--prts-gold);color:#172b4d;font-weight:800}
.elementor-posts-container{gap:24px!important}.elementor-post__card{height:100%;overflow:hidden;border:1px solid var(--prts-border);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(16,42,67,.08);transition:transform .22s ease,box-shadow .22s ease}.elementor-post__card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(16,42,67,.15)}.elementor-post__thumbnail img{aspect-ratio:16/9;object-fit:cover}.elementor-post__text{padding:18px 20px 20px}.elementor-post__title a{color:var(--prts-navy);font-weight:800}.elementor-post__read-more{display:inline-block;margin-top:8px;padding:8px 15px;border-radius:5px;background:var(--prts-blue);color:#fff;font-size:.84rem;font-weight:700}.elementor-post__read-more:hover{background:var(--prts-navy);color:#fff}
.elementor-widget-heading h1,.elementor-widget-heading h2,.elementor-widget-heading h3{color:var(--prts-navy);font-weight:800;letter-spacing:-.015em}.elementor-widget-heading h2:after{content:"";display:block;width:48px;height:3px;margin-top:9px;background:var(--prts-gold);border-radius:4px}
.elementor-widget-image img{border-radius:10px}.elementor-widget-theme-site-logo img{border-radius:0}
footer,.elementor-location-footer{background:var(--prts-navy);color:#eaf2f8}.elementor-location-footer a{color:#c6e5f7}
@media (max-width:767px){body{font-size:15px}.elementor-location-header .elementor-widget-theme-site-logo img{max-height:58px;max-width:76vw}.elementor-location-header .e-n-menu{border-radius:0}.elementor-location-header .e-n-menu-item a{padding:11px 14px;font-size:.95rem}.elementor-location-header .e-n-menu-heading{align-items:stretch}.elementor-posts-container{grid-template-columns:1fr!important;gap:16px!important}.elementor-post__text{padding:15px 16px 18px}.elementor-post__title{font-size:1.08rem!important}.elementor-widget-heading h1{font-size:1.8rem!important}.elementor-widget-heading h2{font-size:1.4rem!important}.elementor-widget-image img{max-width:100%;height:auto}.elementor-section>.elementor-container{padding-left:14px;padding-right:14px}.e-n-menu-wrapper{max-width:100vw}.elementor-location-header{box-shadow:0 2px 12px rgba(16,42,67,.12)}}
@media (min-width:768px){.elementor-posts-container.elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* PRTS visible override v2 */
body.home{background:#f5f7fb!important;color:#182b49!important}
.elementor-location-header,.elementor-location-header>.elementor-container{background:#ffffff!important;background-image:none!important;box-shadow:0 4px 18px rgba(12,34,61,.14)!important}
.elementor-location-header .elementor-widget-theme-site-title,.elementor-location-header .elementor-widget-theme-site-title h1,.elementor-location-header .elementor-widget-theme-site-title a{color:#12345a!important;text-shadow:none!important}
.elementor-location-header .e-n-menu,.elementor-location-header .e-n-menu-wrapper{background:#12345a!important;background-image:none!important;border-radius:0!important}
.elementor-location-header .e-n-menu-heading{background:#12345a!important}
.elementor-location-header .e-n-menu-item,.elementor-location-header .e-n-menu-title,.elementor-location-header .e-n-menu-title-container{background:transparent!important}
.elementor-location-header .e-n-menu-title-text,.elementor-location-header .e-n-menu-item a{color:#fff!important;font-weight:700!important}
.elementor-location-header .e-n-menu-item:hover,.elementor-location-header .e-n-menu-item:hover .e-n-menu-title,.elementor-location-header .e-n-menu-item:hover .e-n-menu-title-container{background:#1d82c4!important}
.elementor-location-header .elementor-widget-image img{max-height:82px!important;width:auto!important}
.elementor-posts-container .elementor-post__card{background:#fff!important;border:1px solid #e1e9f2!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(20,47,78,.10)!important}
.elementor-posts-container .elementor-post__card:hover{box-shadow:0 14px 30px rgba(20,47,78,.18)!important;transform:translateY(-3px)!important}
.elementor-post__title a{color:#12345a!important}.elementor-post__read-more{background:#1677b8!important;color:#fff!important;border-radius:5px!important}
.elementor-widget-heading h1,.elementor-widget-heading h2,.elementor-widget-heading h3{color:#12345a!important}
@media(max-width:767px){.elementor-location-header .elementor-widget-image img{max-height:58px!important;max-width:78vw!important}.elementor-location-header .e-n-menu-wrapper{width:100%!important}.elementor-location-header .e-n-menu-item a{padding:12px 14px!important}.elementor-posts-container{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.elementor-post__card{margin:0!important}.elementor-section>.elementor-container{width:100%!important;padding-left:14px!important;padding-right:14px!important}.elementor-location-header .elementor-widget-theme-site-title a{font-size:1.25rem!important}}


/* PRTS total Jannah layout v3 */
:root{--prts-navy:#0d2745;--prts-blue:#126aa3;--prts-red:#c23a35;--prts-gold:#e2ad38;--prts-paper:#f4f6f8;--prts-line:#dfe6ed}
/* remove the photo slider completely; retain all text/news content */
.elementor-widget-image-carousel,.elementor-widget-image-carousel .elementor-widget-container,.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{display:none!important;height:0!important;min-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}
/* magazine-style canvas and centered content */
body.home{background:var(--prts-paper)!important;color:#26384d!important}
.elementor-location-header{background:#fff!important;border-bottom:4px solid var(--prts-red)!important;box-shadow:0 2px 16px rgba(13,39,69,.12)!important}
.elementor-location-header>.elementor-container{max-width:1200px!important}
.elementor-location-header .elementor-widget-theme-site-logo img{max-height:86px!important;width:auto!important}
.elementor-location-header .elementor-widget-theme-site-title a{font-size:clamp(1.5rem,3vw,2.55rem)!important;line-height:1.1!important;color:var(--prts-navy)!important;font-weight:900!important;letter-spacing:-.03em!important}
.elementor-location-header .e-n-menu,.elementor-location-header .e-n-menu-wrapper,.elementor-location-header .e-n-menu-heading{background:var(--prts-navy)!important}
.elementor-location-header .e-n-menu{border-radius:0!important;min-height:48px!important}
.elementor-location-header .e-n-menu-item a,.elementor-location-header .e-n-menu-title-text{color:#fff!important;font-weight:800!important;font-size:.82rem!important;letter-spacing:.02em!important}
.elementor-location-header .e-n-menu-item:hover{background:var(--prts-blue)!important}
/* ticker remains, but gets a news-desk treatment */
.elementor-location-header marquee,.elementor-location-header [class*="ticker"],.elementor-location-header [class*="running"]{background:#fff!important;color:var(--prts-red)!important;font-weight:900!important;border-top:1px solid var(--prts-line)!important;border-bottom:1px solid var(--prts-line)!important}
/* news content */
.elementor-posts-container{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;gap:22px!important}
.elementor-post__card{background:#fff!important;border:0!important;border-top:4px solid var(--prts-red)!important;border-radius:2px!important;box-shadow:0 5px 18px rgba(13,39,69,.10)!important;overflow:hidden!important}
.elementor-post__thumbnail img{aspect-ratio:16/9!important;object-fit:cover!important}.elementor-post__text{padding:18px 20px 22px!important}.elementor-post__title a{color:var(--prts-navy)!important;font-weight:900!important}.elementor-post__read-more{background:var(--prts-red)!important;border-radius:2px!important;padding:8px 14px!important;color:#fff!important;font-weight:800!important}
.elementor-widget-heading h1,.elementor-widget-heading h2,.elementor-widget-heading h3{color:var(--prts-navy)!important;font-weight:900!important}.elementor-widget-heading h2{border-left:5px solid var(--prts-red)!important;padding-left:12px!important}.elementor-widget-heading h2:after{display:none!important}
/* make the existing breaking-news/sidebar module the primary featured-news block */
[class*="breaking"],.elementor-widget-posts,.elementor-widget-loop-grid{font-family:Arial,Helvetica,sans-serif}
/* mobile newspaper layout */
@media(max-width:767px){.elementor-location-header .elementor-widget-theme-site-logo img{max-height:58px!important;max-width:68vw!important}.elementor-location-header .elementor-widget-theme-site-title a{font-size:1.25rem!important}.elementor-location-header .e-n-menu{min-height:44px!important}.elementor-location-header .e-n-menu-item a{padding:11px 13px!important;font-size:.75rem!important}.elementor-posts-container{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.elementor-post__card{margin:0!important}.elementor-post__title{font-size:1.1rem!important}.elementor-section>.elementor-container{width:100%!important;padding-left:14px!important;padding-right:14px!important}.elementor-widget-image-carousel{display:none!important}}


/* PRTS slider removal and organization block v4 */
/* Exact Elementor widget selector: remove the five-photo carousel and its visual footprint. */
.elementor-element-cb1abad,.elementor-element-cb1abad.elementor-widget-image-carousel,.elementor-element-cb1abad~.elementor-widget-image-carousel{display:none!important;height:0!important;min-height:0!important;max-height:0!important;overflow:hidden!important;padding:0!important;margin:0!important;visibility:hidden!important}
/* Organization-focused lead block before the article stream. */
.elementor-posts-container:before{content:"PARSADAAN RAJA TOGA SITOMPUL\\A\\APortal organisasi PRTS\\A\\AKabar organisasi  •  Kepengurusan  •  Sejarah  •  Kegiatan  •  Keanggotaan";white-space:pre-wrap;display:block!important;grid-column:1/-1!important;background:#0d2745;color:#fff;border-left:6px solid #e2ad38;padding:24px 28px;margin:0 0 4px;border-radius:2px;font-size:1.02rem;line-height:1.7;font-weight:700;box-shadow:0 5px 18px rgba(13,39,69,.12)}
.elementor-posts-container:before:first-line{font-size:1.35rem;font-weight:900}
@media(max-width:767px){.elementor-posts-container:before{padding:18px 18px;font-size:.9rem}.elementor-posts-container:before:first-line{font-size:1.1rem}}


/* PRTS exact Elementor carousel kill v5 */
body.home div[data-id="cb1abad"],body.home div[data-id="cb1abad"] .elementor-image-carousel-wrapper,body.home div[data-id="cb1abad"] .elementor-image-carousel{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;max-height:0!important;min-height:0!important;overflow:hidden!important;position:absolute!important;left:-99999px!important}
body.home .elementor-posts-container{position:relative!important}


/* PRTS hero parent removal v6 */
body.home .elementor-element-9edf973{display:none!important;height:0!important;min-height:0!important;overflow:hidden!important}
