/*
Theme Name: BantenReport
Theme URI: https://bantenreport.com/
Author: BantenReport
Description: Custom lightweight news portal theme for BantenReport.com.
Version: 28.6.0
Text Domain: bantenreport
*/
:root{--navy:#071b3a;--blue:#1e6bb8;--red:#e21e2b;--orange:#ff8a00;--text:#172033;--muted:#718096;--line:#e5e9ef;--soft:#f4f6f8;--container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.topbar{background:var(--navy);color:#dbe6f3;font-size:12px}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between}.toplinks{display:flex;gap:18px}.main-header{background:#fff}.header-inner{min-height:92px;display:flex;align-items:center;gap:28px}.brand img{width:300px;display:block}.search{margin-left:auto;display:flex;border:1px solid #dbe1e8;border-radius:4px;overflow:hidden;height:42px}.search input{border:0;outline:0;padding:0 14px;width:250px;font:inherit}.search button{border:0;background:var(--navy);color:#fff;padding:0 18px;font-weight:700}.menu-toggle{display:none;border:0;background:transparent;font-size:25px}.nav{background:var(--navy);color:#fff}.nav-inner{display:flex;overflow:auto}.nav a{font-size:13px;font-weight:800;padding:15px 16px;white-space:nowrap}.nav a:hover,.nav a.active{background:var(--red)}.breaking{border-bottom:1px solid var(--line)}.breaking-inner{display:flex;align-items:center;min-height:44px}.breaking-label{background:var(--red);color:#fff;font-size:11px;font-weight:800;padding:8px 12px;margin-right:14px}.ticker{font-size:13px;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticker-controls button{border:1px solid #dce2e8;background:#fff;width:28px;height:28px;margin-left:4px}.hero-section{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;padding-top:28px}.hero-main{min-height:500px;border-radius:5px;overflow:hidden;position:relative;background-size:cover;background-position:center}.hero-main:after,.category-feature:after,.video-main:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 25%,rgba(4,15,32,.88))}.hero-overlay{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:30px}.category{display:inline-block;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;margin-bottom:7px}.hero-main .category,.video-main .category{color:#ff9b20}.hero-main h1{font-family:"Plus Jakarta Sans",Inter,sans-serif;color:#fff;font-size:36px;line-height:1.12;margin:4px 0 12px}.meta{font-size:12px;color:var(--muted);margin:0}.hero-main .meta{color:#dbe6f3}.hero-side{display:flex;flex-direction:column;gap:14px}.mini-card{display:grid;grid-template-columns:105px 1fr;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.mini-card img{width:105px;height:82px;object-fit:cover;border-radius:4px}.mini-card h3{font-family:"Plus Jakarta Sans",sans-serif;font-size:15px;line-height:1.25;margin:0 0 7px}.popular{border-left:1px solid var(--line);padding-left:20px}.section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid var(--navy);padding-bottom:10px;margin-bottom:18px}.section-head h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:24px;margin:0;color:var(--navy)}.section-head a{font-size:12px;font-weight:800;color:var(--red)}.popular ol{list-style:none;margin:0;padding:0}.popular li{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.popular li span{font-size:22px;font-weight:800;color:#d5dbe4}.popular li a{font-size:14px;font-weight:700;line-height:1.35}.section{padding-top:48px}.latest-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:28px}.news-item{display:grid;grid-template-columns:220px 1fr;gap:18px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.news-item img{width:220px;height:135px;object-fit:cover;border-radius:5px}.news-item h3{font-family:"Plus Jakarta Sans";font-size:19px;line-height:1.25;margin:0 0 7px}.news-item p:not(.meta){font-size:13px;line-height:1.5;color:#64748b;margin:0 0 8px}.today{background:var(--soft);padding:18px;border-radius:6px}.today-title{background:var(--navy);color:#fff;font-family:"Plus Jakarta Sans";font-weight:800;padding:13px 15px;margin:-18px -18px 16px}.region-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.region{min-height:105px;border-radius:5px;background-size:cover;background-position:center;display:flex;align-items:end;padding:11px;color:#fff;font-weight:800;font-size:13px;position:relative;overflow:hidden}.region:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.7))}.region span{position:relative;z-index:1}.video-section{margin-top:52px;background:var(--navy);padding:48px 0}.section-head.light{border-color:#2c486a}.section-head.light h2,.section-head.light a{color:#fff}.video-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px}.video-main{min-height:390px;border-radius:5px;overflow:hidden;background-size:cover;background-position:center;position:relative;padding:28px;display:flex;align-items:end}.video-main>div{position:relative;z-index:1;color:#fff}.video-main h3{font-family:"Plus Jakarta Sans";font-size:26px;margin:5px 0 0}.play{position:absolute;z-index:2;left:50%;top:45%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:22px}.video-list{display:flex;flex-direction:column;gap:12px}.video-list article{display:grid;grid-template-columns:150px 1fr;gap:12px;border-bottom:1px solid #203a5c;padding-bottom:12px}.vthumb{height:92px;border-radius:4px;background-size:cover;background-position:center;position:relative}.video-list h3{font-size:14px;color:#fff;line-height:1.3;margin:4px 0}.video-list .meta{color:#91a7c0}.category-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:22px}.category-feature{min-height:330px;border-radius:5px;background-size:cover;background-position:center;position:relative;padding:25px;display:flex;align-items:end;color:#fff;overflow:hidden}.category-feature>div{position:relative;z-index:1}.category-feature h3{font-family:"Plus Jakarta Sans";font-size:27px;line-height:1.2;margin:4px 0}.stack{border-top:1px solid var(--line)}.stack article{padding:15px 0;border-bottom:1px solid var(--line)}.stack h3{font-family:"Plus Jakarta Sans";font-size:17px;margin:0 0 7px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px}.big-card img{width:100%;height:260px;object-fit:cover;border-radius:5px;margin-bottom:12px}.big-card h3{font-family:"Plus Jakarta Sans";font-size:22px;line-height:1.25;margin:0 0 8px}.lifestyle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lifestyle-grid img{width:100%;height:220px;object-fit:cover;border-radius:5px;margin-bottom:12px}.lifestyle-grid h3{font-family:"Plus Jakarta Sans";font-size:18px;line-height:1.3;margin:0}.cta{margin-top:54px;background:#eef4fb;border-top:1px solid #dfe8f2;border-bottom:1px solid #dfe8f2}.cta-inner{padding:34px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.eyebrow{font-size:11px;font-weight:800;color:var(--red);letter-spacing:1px}.cta h2{font-family:"Plus Jakarta Sans";font-size:28px;margin:4px 0}.cta p{margin:0;color:#64748b}.btn{background:var(--red);color:#fff;padding:14px 18px;font-size:12px;font-weight:800;border-radius:4px}.footer{background:var(--navy);color:#c8d4e3;padding-top:45px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:28px;padding-bottom:35px}.footer-brand img{width:270px;background:#fff;padding:7px;border-radius:4px}.footer-brand p{font-size:13px;line-height:1.7}.footer h4{font-size:12px;color:#fff;letter-spacing:.7px;margin:0 0 14px}.footer a{display:block;font-size:12px;margin:9px 0;color:#aebfd3}.copyright{border-top:1px solid #203a5c;padding:17px 0;display:flex;justify-content:space-between;font-size:11px;color:#8fa6bf}
/* Single + archive */
.article-wrap{padding:38px 0 60px}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:40px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:15px}.article-title{font-family:"Plus Jakarta Sans";font-size:46px;line-height:1.1;color:var(--navy);margin:0 0 14px}.article-dek{font-size:18px;color:#64748b;line-height:1.6;margin:0 0 18px}.article-meta{font-size:12px;color:var(--muted);padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:22px}.article-featured{width:100%;max-height:600px;object-fit:cover;border-radius:6px}.article-content{font-family:Georgia,serif;font-size:18px;line-height:1.85;color:#202938}.article-content p{margin:0 0 1.25em}.article-content h2,.article-content h3{font-family:"Plus Jakarta Sans";line-height:1.3;color:var(--navy)}.article-sidebar{position:sticky;top:20px;height:max-content}.widget{border:1px solid var(--line);padding:18px;border-radius:6px;margin-bottom:20px}.widget h3{font-family:"Plus Jakarta Sans";font-size:18px;margin:0 0 12px;border-bottom:2px solid var(--navy);padding-bottom:10px}.post-list a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px;font-weight:700;line-height:1.35}.archive-head{padding:38px 0 20px}.archive-title{font-family:"Plus Jakarta Sans";font-size:36px;color:var(--navy);margin:0}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:60px}.archive-card img{width:100%;height:210px;object-fit:cover;border-radius:5px}.archive-card h2{font-family:"Plus Jakarta Sans";font-size:20px;line-height:1.3;margin:8px 0}.pagination{display:flex;gap:7px;padding-bottom:60px}.pagination a,.pagination span{padding:9px 12px;border:1px solid var(--line);font-size:12px}.pagination .current{background:var(--navy);color:#fff}.wp-caption{max-width:100%}.screen-reader-text{position:absolute;left:-9999px}
@media(max-width:1000px){.hero-section{grid-template-columns:1.7fr 1fr}.popular{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.popular ol{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.video-grid,.latest-layout,.category-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr}.article-grid{grid-template-columns:1fr}.article-sidebar{position:static}.archive-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.container{width:calc(100% - 28px)}.topbar{display:none}.header-inner{min-height:72px;gap:10px}.brand{flex:1}.brand img{width:210px}.search{display:none}.menu-toggle{display:block}.nav{display:none}.nav.open{display:block}.nav-inner{flex-direction:column;padding:8px 0}.nav a{padding:12px 14px}.hero-section{grid-template-columns:1fr;padding-top:16px;gap:16px}.hero-main{min-height:390px}.hero-main h1{font-size:28px}.hero-overlay{padding:22px}.popular ol{grid-template-columns:1fr}.section{padding-top:36px}.section-head h2{font-size:21px}.news-item{grid-template-columns:105px 1fr;gap:12px}.news-item img{width:105px;height:90px}.news-item h3{font-size:15px}.news-item p:not(.meta){display:none}.region-grid{grid-template-columns:1fr 1fr}.video-section{padding:35px 0}.video-main{min-height:300px}.video-main h3{font-size:21px}.video-list article{grid-template-columns:110px 1fr}.vthumb{height:78px}.two-col,.lifestyle-grid{grid-template-columns:1fr}.big-card img{height:210px}.lifestyle-grid img{height:200px}.cta-inner{padding:28px 0;display:block}.btn{display:inline-block;margin-top:18px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.copyright{display:block}.copyright span{display:block;margin:5px 0}.article-title{font-size:31px}.article-dek{font-size:16px}.article-content{font-size:17px}.archive-grid{grid-template-columns:1fr}}

/* V2 premium layer */
.ad-slot{background:#f7f8fa;border:1px dashed #cfd6df;color:#98a2b3;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:1px;text-transform:uppercase}.ad-leaderboard{height:90px;margin:18px auto 4px;max-width:970px}
.trending{display:flex;gap:8px;overflow:auto;padding:11px 0;white-space:nowrap}.trending span{font-size:11px;font-weight:800;color:#667085}.trending a{background:#f1f4f8;border-radius:20px;padding:7px 11px;font-size:11px;font-weight:700}
.home-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px}.sidebar-widget{border:1px solid var(--line);border-radius:6px;padding:17px;margin-top:22px}.sidebar-widget h3{font-family:"Plus Jakarta Sans";font-size:17px;margin:0 0 12px;border-bottom:2px solid var(--navy);padding-bottom:9px}.sidebar-news{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.sidebar-news img{width:90px;height:68px;object-fit:cover;border-radius:4px}.sidebar-news h4{font-size:13px;line-height:1.3;margin:0}
.share-row{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.share-btn{border:0;border-radius:4px;padding:9px 12px;font-size:11px;font-weight:800;color:#fff;cursor:pointer}.share-wa{background:#0a8f5a}.share-fb{background:#1877f2}.share-x{background:#111}.share-copy{background:#64748b}
.related{margin-top:35px;padding-top:20px;border-top:2px solid var(--navy)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-card img{width:100%;height:150px;object-fit:cover;border-radius:5px}.related-card h3{font-family:"Plus Jakarta Sans";font-size:15px;line-height:1.3;margin:7px 0}
.newsletter{background:linear-gradient(135deg,#071b3a,#163b68);color:#fff;border-radius:6px;padding:20px;margin-top:22px}.newsletter h3{color:#fff;border:0;margin:0 0 6px}.newsletter p{font-size:12px;color:#cbd8e7}.newsletter form{display:flex;gap:7px}.newsletter input{min-width:0;flex:1;border:0;border-radius:4px;padding:10px}.newsletter button{border:0;background:var(--red);color:#fff;font-weight:800;border-radius:4px;padding:0 12px}
.author-box{display:flex;gap:14px;align-items:center;background:#f7f9fb;padding:16px;border-radius:6px;margin-top:30px}.author-avatar{width:55px;height:55px;border-radius:50%;background:#dfe7f0;display:grid;place-items:center;font-weight:800;color:var(--navy)}.sticky-mobile{display:none}
@media(max-width:1000px){.home-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.ad-leaderboard{height:55px}.related-grid{grid-template-columns:1fr}.related-card{display:grid;grid-template-columns:105px 1fr;gap:10px}.related-card img{width:105px;height:85px}.newsletter form{display:block}.newsletter input{width:100%;margin-bottom:7px}.newsletter button{height:38px;width:100%}.sticky-mobile{display:block;position:fixed;bottom:0;left:0;right:0;z-index:99;background:#fff;border-top:1px solid #ddd}.sticky-mobile-inner{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.sticky-mobile a{font-size:9px;font-weight:800;padding:9px 2px}.sticky-mobile b{display:block;font-size:17px}}

/* BantenReport V3 visual system */
.br-v3-topbar{background:#061a35;color:#d9e3ef;font-size:11px}.br-v3-topbar .container{display:flex;justify-content:space-between;padding:7px 0}
.br-article-layout,.br-archive-grid{display:grid;grid-template-columns:minmax(0,760px) 310px;gap:42px}.br-breadcrumb{font-size:11px;color:#7b8797;padding:18px 0}.br-headline{font-family:"Plus Jakarta Sans";font-size:48px;line-height:1.08;letter-spacing:-1.5px;margin:9px 0 14px;color:#071b3a}.br-deck{font-size:19px;line-height:1.55;color:#667085;margin:0 0 20px}.br-byline{display:flex;gap:11px;align-items:center;border-top:1px solid #e5e9ef;border-bottom:1px solid #e5e9ef;padding:12px 0;margin-bottom:22px}.br-avatar,.br-author-avatar{display:grid;place-items:center;border-radius:50%;background:#e8eef5;color:#0a8f5a;font-weight:800}.br-avatar{width:38px;height:38px}.br-byline span{display:block;color:#7b8797;font-size:11px;margin-top:2px}.br-main-photo{margin:0 0 10px}.br-main-photo img{width:100%;height:auto;border-radius:5px;display:block}.br-main-photo figcaption{font-size:10px;color:#8a94a3;padding-top:5px}.br-sharebar{display:flex;align-items:center;gap:7px;margin:18px 0;padding:10px 0;border-bottom:1px solid #edf0f4}.br-sharebar span{font-size:11px;font-weight:800}.br-sharebar button{border:0;border-radius:4px;background:#eef2f6;padding:8px 11px;font-size:11px;font-weight:800;cursor:pointer}.br-content{font-family:Georgia,serif;font-size:18px;line-height:1.8;color:#202733}.br-content h2,.br-content h3{font-family:"Plus Jakarta Sans";line-height:1.3;color:#071b3a}.br-content img{max-width:100%;height:auto}.br-content blockquote{border-left:4px solid #0a8f5a;padding:8px 20px;margin:25px 0;background:#f6faf8;font-style:italic}.br-tags{font-size:11px;margin:25px 0}.br-tags a{display:inline-block;background:#f1f4f7;border-radius:15px;padding:5px 9px;margin:3px}.br-author-card{display:flex;gap:15px;padding:18px;background:#f7f9fb;border-radius:6px}.br-author-avatar{width:55px;height:55px;flex:none}.br-author-card p{font-size:12px;color:#667085;margin:4px 0}.br-related{margin-top:35px}.br-title-row{border-bottom:2px solid #071b3a;margin-bottom:15px}.br-title-row h2{font-family:"Plus Jakarta Sans";font-size:20px;margin:0 0 7px}.br-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.br-related-grid article img{width:100%;height:140px;object-fit:cover;border-radius:4px}.br-related-grid h3{font-family:"Plus Jakarta Sans";font-size:15px;line-height:1.3;margin:5px 0}.br-ad{height:250px;background:#f7f8fa;border:1px dashed #cbd3de;color:#98a2b3;display:grid;place-items:center;text-align:center;font-size:10px;letter-spacing:1px;text-transform:uppercase;margin-bottom:22px}.br-side-box{border:1px solid #e3e8ef;border-radius:5px;padding:16px;margin-bottom:22px}.br-side-box h3{font-family:"Plus Jakarta Sans";font-size:15px;border-bottom:2px solid #071b3a;padding-bottom:9px;margin:0}.br-side-story{display:grid;grid-template-columns:82px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f4;font-family:"Plus Jakarta Sans";font-weight:700;font-size:12px;line-height:1.35}.br-side-story img{width:82px;height:60px;object-fit:cover;border-radius:3px}.br-side-box form{display:flex;gap:5px}.br-side-box input{min-width:0;flex:1;padding:9px;border:1px solid #d7dee8;border-radius:4px}.br-side-box button{background:#0a8f5a;color:#fff;border:0;border-radius:4px;padding:0 10px;font-weight:800}
.br-archive-head{padding:20px 0 25px;border-bottom:1px solid #e5e9ef}.br-archive-head>span{font-size:10px;color:#0a8f5a;font-weight:900;letter-spacing:1.2px}.br-archive-head h1{font-family:"Plus Jakarta Sans";font-size:42px;color:#071b3a;margin:4px 0}.br-archive-head p{color:#667085}.br-archive-grid{margin-top:28px}.br-archive-card{display:grid;grid-template-columns:240px 1fr;gap:20px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e6eaf0}.br-archive-card>img{width:240px;height:150px;object-fit:cover;border-radius:5px}.br-archive-card h2{font-family:"Plus Jakarta Sans";font-size:22px;line-height:1.25;margin:4px 0 7px}.br-archive-card p{font-size:13px;color:#667085;line-height:1.5;margin:0 0 8px}.br-big-search{display:flex;max-width:650px;gap:7px;margin-top:14px}.br-big-search input{flex:1;padding:13px;border:1px solid #d5dce6;border-radius:4px}.br-big-search button{background:#071b3a;color:#fff;border:0;border-radius:4px;padding:0 18px;font-weight:800}
@media(max-width:900px){.br-article-layout,.br-archive-grid{grid-template-columns:1fr}.br-headline{font-size:40px}}@media(max-width:650px){.br-v3-topbar .container span:last-child{display:none}.br-headline{font-size:31px;letter-spacing:-.6px}.br-deck{font-size:17px}.br-content{font-size:17px}.br-sharebar{overflow:auto}.br-archive-head h1{font-size:32px}.br-archive-card{grid-template-columns:110px 1fr;gap:12px}.br-archive-card>img{width:110px;height:85px}.br-archive-card h2{font-size:16px}.br-archive-card p{display:none}.br-related-grid{grid-template-columns:1fr}}

.br-breaking{background:#c91d2e;color:#fff}.br-breaking .container{display:flex;align-items:center;gap:14px;padding:8px 0;font-size:12px}.br-breaking strong{font-size:10px;letter-spacing:1px;background:#fff;color:#c91d2e;padding:4px 7px;border-radius:2px}.br-breaking a{color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.br-admin-note{background:#f7f9fb;border-left:3px solid #0a8f5a;padding:12px}
@media(max-width:650px){.br-breaking .container{padding:7px 12px}.br-breaking a{font-size:11px}.br-breaking strong{font-size:9px}}

/* === BantenReport V5 Publishing Desk UI === */
.br-v5-topics{display:flex;align-items:center;gap:7px;overflow:auto;white-space:nowrap;padding:12px 0;font-size:10px}.br-v5-topics b{color:#071b3a}.br-v5-topics a{background:#eef2f6;border-radius:20px;padding:6px 10px;font-weight:800;color:#516071}
.br-v5-home{padding-bottom:45px}.br-v5-hero{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,1fr);gap:12px;min-height:470px}.br-v5-lead{grid-row:1/3;min-height:470px;background-size:cover;background-position:center;border-radius:6px;position:relative;overflow:hidden}.br-v5-lead>div{position:absolute;left:0;right:0;bottom:0;padding:28px;color:#fff}.br-v5-lead h1{font-family:"Plus Jakarta Sans";font-size:36px;line-height:1.08;margin:7px 0}.br-v5-lead h1 a{color:#fff}.br-v5-lead p{font-size:14px;color:#d9e2ed;max-width:650px}.br-v5-lead span,.br-v5-secondary span,.br-v5-news small,.br-v5-cat-grid small{font-size:10px;color:#8793a2}.br-v5-lead span{color:#cbd6e3}.br-v5-secondary{display:grid;grid-template-columns:145px 1fr;gap:13px;border-bottom:1px solid #e6eaf0;padding-bottom:12px}.br-v5-secondary img{width:145px;height:110px;object-fit:cover;border-radius:5px}.br-v5-secondary h2{font-family:"Plus Jakarta Sans";font-size:17px;line-height:1.25;margin:5px 0}.br-v5-columns{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:35px;margin-top:35px}.br-v5-section-title{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid #071b3a;margin-bottom:4px}.br-v5-section-title h2{font-family:"Plus Jakarta Sans";font-size:20px;margin:0 0 7px}.br-v5-section-title a{font-size:10px;font-weight:800;margin-bottom:8px;color:#0a8f5a}.br-v5-news{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid #e6eaf0}.br-v5-news img{width:180px;height:112px;object-fit:cover;border-radius:5px}.br-v5-news h3{font-family:"Plus Jakarta Sans";font-size:18px;line-height:1.3;margin:4px 0}.br-v5-news p{font-size:12px;color:#667085;margin:4px 0}.br-v5-side{border:1px solid #e2e7ed;padding:15px;border-radius:5px}.br-v5-side h3{font-family:"Plus Jakarta Sans";font-size:14px;border-bottom:2px solid #071b3a;padding-bottom:8px;margin:0}.br-v5-side a{display:grid;grid-template-columns:75px 1fr;gap:9px;padding:10px 0;border-bottom:1px solid #edf0f4}.br-v5-side img{width:75px;height:55px;object-fit:cover;border-radius:3px}.br-v5-side b{font-family:"Plus Jakarta Sans";font-size:11px;line-height:1.35}.br-v5-category{margin-top:38px}.br-v5-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.br-v5-cat-grid article img{width:100%;height:135px;object-fit:cover;border-radius:5px}.br-v5-cat-grid h3{font-family:"Plus Jakarta Sans";font-size:15px;line-height:1.3;margin:5px 0}.br-v5-cat-grid small{font-size:10px}
@media(max-width:900px){.br-v5-hero{min-height:420px}.br-v5-lead{min-height:420px}.br-v5-columns{grid-template-columns:1fr}.br-v5-cat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.br-v5-hero{display:block;min-height:0}.br-v5-lead{min-height:360px;margin-bottom:12px}.br-v5-lead h1{font-size:28px}.br-v5-secondary{grid-template-columns:110px 1fr;margin-bottom:12px}.br-v5-secondary img{width:110px;height:82px}.br-v5-secondary h2{font-size:15px}.br-v5-news{grid-template-columns:110px 1fr;gap:11px}.br-v5-news img{width:110px;height:82px}.br-v5-news h3{font-size:15px}.br-v5-news p{display:none}.br-v5-cat-grid{grid-template-columns:1fr}.br-v5-cat-grid article{display:grid;grid-template-columns:105px 1fr;gap:10px}.br-v5-cat-grid article img{width:105px;height:80px}}

/* === V6 Monetization === */
.br-live-ad{display:block;text-align:center;background:#f7f8fa;border:1px solid #e6eaf0;overflow:hidden;border-radius:4px}.br-live-ad a{display:block}.br-live-ad img{display:block;width:100%;height:auto}.br-live-ad span{display:block;padding:25px;font-weight:800;color:#071b3a}.br-leader-ad .br-live-ad{max-width:970px;margin:10px auto}.br-side-ad{margin-bottom:22px}.br-side-ad .br-live-ad{max-width:300px;margin:0 auto}.br-advertiser-page{padding-bottom:60px}.br-advertiser-head{padding:35px 0}.br-advertiser-head span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-advertiser-head h1{font-family:"Plus Jakarta Sans";font-size:45px;color:#071b3a;margin:7px 0}.br-advertiser-head p{font-size:18px;color:#667085}.br-ad-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.br-ad-packages article{border:1px solid #e1e6ed;border-radius:7px;padding:24px;background:#fff}.br-ad-packages b{font-size:10px;color:#0a8f5a;letter-spacing:1px}.br-ad-packages h2{font-family:"Plus Jakarta Sans";color:#071b3a}.br-ad-packages p{font-size:13px;color:#667085}.br-ad-contact{margin-top:30px;background:#071b3a;color:#fff;padding:30px;border-radius:7px}.br-ad-contact h2{font-family:"Plus Jakarta Sans";margin-top:0}.br-ad-contact p{color:#d6deea}.br-ad-contact a{color:#7be2b3;font-weight:800}
@media(max-width:650px){.br-advertiser-head h1{font-size:32px}.br-ad-packages{grid-template-columns:1fr}}

/* === BantenReport V7 Premium Brand System === */
:root{--br-primary:#071b3a;--br-accent:#0a8f5a;--br-red:#c91d2e}
body{background:#fff;color:#202733}.container{max-width:1180px}
.br-v7-masthead{background:#fff;border-bottom:1px solid #e8ecf1}.br-v7-mast-inner{min-height:82px;display:flex;align-items:center;gap:22px}.br-v7-logo{display:flex;align-items:center;gap:10px;color:var(--br-primary)}.br-v7-logo:hover{color:var(--br-primary)}.br-logo-mark{width:43px;height:43px;display:grid;place-items:center;background:var(--br-primary);color:#fff;font-family:"Plus Jakarta Sans";font-size:15px;font-weight:900;letter-spacing:-1px;border-radius:5px;position:relative}.br-logo-mark:after{content:"";position:absolute;right:-5px;bottom:-4px;width:13px;height:13px;border-radius:2px;background:var(--br-accent)}.br-v7-logo strong{font-family:"Plus Jakarta Sans";font-size:22px;letter-spacing:-.7px;display:inline}.br-v7-logo small{font-size:10px;color:var(--br-accent);font-weight:900;margin-left:2px}.br-v7-tagline{font-size:11px;color:#7a8797;border-left:1px solid #e0e5eb;padding-left:20px}.br-v7-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.br-search-toggle{display:none}.br-v7-follow{font-size:10px;font-weight:900;color:#fff;background:var(--br-accent);padding:10px 13px;border-radius:4px}.br-v7-navwrap{background:var(--br-primary);box-shadow:0 3px 10px rgba(7,27,58,.08)}.br-v7-nav{display:flex;align-items:center;min-height:46px}.br-v7-nav nav{flex:1}.br-v7-nav nav ul{display:flex;gap:0;list-style:none;margin:0;padding:0}.br-v7-nav nav li{margin:0}.br-v7-nav nav a{display:block;color:#fff;padding:15px 12px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.25px}.br-v7-nav nav a:hover{background:rgba(255,255,255,.08);color:#fff}.br-v7-search{display:flex;margin-left:10px}.br-v7-search input{width:145px;background:#fff;border:0;padding:8px 9px;font-size:11px;border-radius:3px 0 0 3px}.br-v7-search button{border:0;background:var(--br-accent);color:#fff;width:35px;border-radius:0 3px 3px 0}.br-v5-topics{border-bottom:1px solid #eef1f4}.ad-slot{padding-top:12px;padding-bottom:4px}.br-breaking{background:var(--br-red)}.br-v5-section-title{border-color:var(--br-primary)}.br-v5-lead h1,.br-headline,.br-archive-head h1{letter-spacing:-1.1px}.br-v5-lead{box-shadow:0 4px 18px rgba(7,27,58,.10)}.br-v5-secondary,.br-v5-news{transition:transform .18s ease}.br-v5-secondary:hover,.br-v5-news:hover{transform:translateX(2px)}.br-v5-news h3 a:hover,.br-v5-cat-grid h3 a:hover{color:var(--br-accent)}.br-v5-category{border-top:1px solid #e8ecf1;padding-top:3px}.br-live-ad{background:#fafbfc}.br-content a{color:var(--br-accent)}.br-content a:hover{text-decoration:underline}
.br-v7-footer{background:var(--br-primary)!important;color:#dce4ef!important;padding-bottom:85px}.br-v7-footer a{color:#dce4ef}.br-v7-footer h3,.br-v7-footer h2{color:#fff}
@media(max-width:900px){.br-v7-tagline{display:none}.br-v7-nav nav a{padding:14px 7px;font-size:9px}.br-v7-search input{width:105px}}
@media(max-width:650px){.br-v7-mast-inner{min-height:65px;padding:0 12px}.br-v7-logo strong{font-size:18px}.br-logo-mark{width:36px;height:36px}.br-v7-follow{display:none}.br-v7-search{display:none}.br-v7-navwrap{display:none}.br-v7-masthead{position:sticky;top:0;z-index:90;box-shadow:0 2px 10px rgba(0,0,0,.06)}.br-v7-actions:before{content:"";display:block}.br-search-toggle{display:grid;place-items:center;border:0;background:#f0f3f6;color:var(--br-primary);width:35px;height:35px;border-radius:4px}.br-v5-home{padding-top:5px}.ad-slot{padding-left:12px;padding-right:12px}}

/* === BantenReport V8 SEO / Editorial polish === */
.br-v8-breadcrumb{display:flex;gap:8px;align-items:center;font-size:10px;color:#8a95a3;padding:12px 0}.br-v8-breadcrumb a{color:#526173}.br-v8-breadcrumb span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.br-author-page{padding-bottom:60px}.br-author-head{padding:20px 0 25px;border-bottom:2px solid #071b3a;margin-bottom:15px}.br-author-head span{font-size:10px;letter-spacing:1.4px;color:#0a8f5a;font-weight:900}.br-author-head h1{font-family:"Plus Jakarta Sans";font-size:38px;margin:5px 0;color:#071b3a}.br-author-head p{max-width:700px;color:#667085}.br-author-grid{max-width:850px}.br-seo-checklist{max-width:850px;background:#fff;border:1px solid #e1e6ec;border-radius:6px;overflow:hidden}.br-seo-checklist div{padding:15px 18px;border-bottom:1px solid #edf0f4}.br-seo-checklist b{display:block;color:#0a8f5a}.br-seo-checklist span{display:block;margin-top:3px;color:#667085}

/* === BantenReport V9 Editorial System === */
.br-v9-deck{font-size:18px;line-height:1.55;color:#526173;font-weight:500;margin:10px 0 16px}.br-v9-location{font-size:11px;color:#667085;background:#f7f9fb;padding:8px 10px;border-left:3px solid #0a8f5a;margin-top:14px}.br-job-title{font-size:12px!important;color:#0a8f5a!important;font-weight:800}.br-static-page{padding-bottom:70px}.br-static-page header{padding:35px 0;border-bottom:2px solid #071b3a;margin-bottom:25px}.br-static-page header span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-static-page header h1{font-family:"Plus Jakarta Sans";font-size:42px;color:#071b3a;margin:7px 0}.br-static-page header p{max-width:760px;color:#667085;font-size:16px}.br-static-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.br-static-grid section,.br-policy{border:1px solid #e1e6ec;padding:25px;border-radius:6px;background:#fff}.br-static-grid h2,.br-policy h2{font-family:"Plus Jakarta Sans";font-size:20px;color:#071b3a}.br-policy{max-width:850px;line-height:1.8}.br-policy li{margin:8px 0}
@media(max-width:650px){.br-static-grid{grid-template-columns:1fr}.br-static-page header h1{font-size:32px}.br-v9-deck{font-size:16px}}

/* === BantenReport V10 Command Center === */
.br-v10-wrap{max-width:1400px}.br-v10-head{display:flex;justify-content:space-between;align-items:center;margin:18px 0 24px}.br-v10-head>div>span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-v10-head h1{font-size:30px;color:#071b3a;margin:4px 0}.br-v10-head p{color:#667085}.br-v10-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:18px}.br-v10-kpis>div{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:15px}.br-v10-kpis i{color:#0a8f5a}.br-v10-kpis span{display:block;color:#667085;font-size:11px;margin-top:8px}.br-v10-kpis b{display:block;font-size:26px;color:#071b3a;margin-top:4px}.br-v10-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:16px;margin-bottom:16px}.br-v10-panel{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:18px}.br-v10-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.br-v10-title h2{font-size:17px;margin:0;color:#071b3a}.br-v10-title a{font-size:11px;color:#0a8f5a}.br-status{display:inline-block;border-radius:12px;padding:3px 8px;font-size:10px}.br-publish{background:#e8f7f0;color:#087443}.br-pending{background:#fff4d9;color:#8b5e00}.br-draft{background:#eef1f5;color:#596579}.br-v10-pop{display:grid;grid-template-columns:28px 1fr;column-gap:9px;padding:10px 0;border-bottom:1px solid #edf0f4}.br-v10-pop em{font-style:normal;font-size:18px;font-weight:900;color:#0a8f5a}.br-v10-pop strong{font-size:12px;color:#172033;line-height:1.35}.br-v10-pop small{grid-column:2;color:#8a95a3;font-size:10px;margin-top:3px}.br-v10-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.br-v10-actions a{border:1px solid #e0e6ed;padding:14px;border-radius:5px;color:#071b3a;font-weight:700;text-decoration:none}.br-v10-actions a:hover{border-color:#0a8f5a;color:#0a8f5a}.br-v10-snapshot{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.br-v10-snapshot div{background:#f7f9fb;border-radius:5px;padding:18px}.br-v10-snapshot b{font-size:25px;color:#071b3a;display:block}.br-v10-snapshot span{font-size:10px;color:#667085}.br-v10-toolbar{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#071b3a;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;font-size:11px;box-shadow:0 -3px 15px rgba(0,0,0,.12)}.br-v10-toolbar>div{display:flex;gap:12px;align-items:center}.br-v10-toolbar a{color:#fff;text-decoration:none}.br-v10-toolbar b{background:#0a8f5a;padding:4px 7px;border-radius:3px;font-size:9px}
@media(max-width:1100px){.br-v10-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.br-v10-grid{grid-template-columns:1fr}.br-v10-actions{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.br-v10-kpis{grid-template-columns:repeat(2,1fr)}.br-v10-head{display:block}.br-v10-head .button{margin-top:10px}.br-v10-snapshot{grid-template-columns:1fr}.br-v10-toolbar{font-size:10px}.br-v10-toolbar>div:first-child span{display:none}}

/* === BantenReport V11 Intelligence === */
.br-v11-wrap{max-width:1400px}.br-v11-head{display:flex;justify-content:space-between;align-items:center;margin:20px 0 25px}.br-v11-head>div>span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-v11-head h1{font-size:30px;color:#071b3a;margin:5px 0}.br-v11-head p{color:#667085;max-width:800px}.br-v11-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.br-v11-cards>div{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:18px}.br-v11-cards span{display:block;color:#667085;font-size:11px}.br-v11-cards b{display:block;color:#071b3a;font-size:27px;margin-top:7px}.br-v11-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:16px;margin-bottom:16px}.br-v11-panel{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:20px}.br-v11-panel h2{margin:0 0 5px;color:#071b3a;font-size:18px}.br-v11-muted{font-size:11px;color:#8a95a3;margin-top:0}.br-v11-story{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f4}.br-v11-story em{font-style:normal;font-size:20px;font-weight:900;color:#0a8f5a}.br-v11-story strong{font-size:12px;color:#172033;line-height:1.35}.br-v11-story a{text-decoration:none}.br-v11-story a:hover strong{color:#0a8f5a}.br-v11-story small{display:block;color:#8a95a3;font-size:10px;margin-top:3px}.br-v11-story>b{font-size:14px;color:#071b3a;white-space:nowrap}.br-v11-story>b small{display:inline;font-weight:400}.br-v11-bar{margin:18px 0}.br-v11-bar>div{display:flex;justify-content:space-between;font-size:11px;margin-bottom:5px}.br-v11-bar>div span{color:#465365}.br-v11-bar>div b{color:#071b3a}.br-v11-bar i{display:block;height:8px;background:#eef1f4;border-radius:20px;overflow:hidden}.br-v11-bar u{display:block;height:100%;background:#0a8f5a;border-radius:20px;text-decoration:none}.br-v11-signals{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.br-v11-signals div{background:#f7f9fb;padding:15px;border-radius:5px}.br-v11-signals b{display:block;color:#0a8f5a;font-size:12px}.br-v11-signals span{display:block;color:#667085;font-size:10px;margin-top:5px}.br-v11-widget{border-top:3px solid #071b3a;background:#fff;padding:14px}.br-v11-widget h3{font-size:15px;margin:0 0 8px;color:#071b3a}.br-v11-widget a{display:grid;grid-template-columns:24px 1fr;gap:7px;padding:9px 0;border-bottom:1px solid #edf0f4;text-decoration:none}.br-v11-widget em{font-style:normal;color:#0a8f5a;font-weight:900}.br-v11-widget span{font-size:11px;line-height:1.35;color:#172033}.br-v11-widget a:hover span{color:#0a8f5a}
@media(max-width:900px){.br-v11-cards{grid-template-columns:repeat(2,1fr)}.br-v11-grid{grid-template-columns:1fr}.br-v11-signals{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.br-v11-head{display:block}.br-v11-cards{grid-template-columns:1fr 1fr}.br-v11-signals{grid-template-columns:1fr}.br-v11-story{grid-template-columns:25px 1fr auto}.br-v11-story>b{font-size:12px}}

/* === BantenReport V12 Audience Analytics === */
.br-v12-wrap{max-width:1400px}.br-v12-head{display:flex;justify-content:space-between;align-items:center;margin:20px 0 25px}.br-v12-head>div>span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-v12-head h1{font-size:30px;color:#071b3a;margin:5px 0}.br-v12-head p{color:#667085}.br-v12-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.br-v12-kpis>div{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:18px}.br-v12-kpis span{display:block;font-size:11px;color:#667085}.br-v12-kpis b{display:block;font-size:28px;color:#071b3a;margin-top:6px}.br-v12-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:16px;margin-bottom:16px}.br-v12-panel{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:20px}.br-v12-panel h2{font-size:18px;color:#071b3a;margin:0 0 15px}.br-v12-chart{height:210px;display:flex;align-items:flex-end;gap:10px;border-bottom:1px solid #dfe5ec;padding:10px 5px}.br-v12-day{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.br-v12-day i{display:block;width:65%;min-height:4px;background:#0a8f5a;border-radius:4px 4px 0 0}.br-v12-day span{font-size:9px;color:#667085;margin-top:6px}.br-v12-day b{font-size:9px;color:#071b3a;margin-bottom:3px}.br-v12-source{margin:14px 0}.br-v12-source>div{display:flex;justify-content:space-between;font-size:11px;margin-bottom:4px}.br-v12-source i{display:block;height:7px;background:#eef1f4;border-radius:10px;overflow:hidden}.br-v12-source u{display:block;height:100%;background:#0a8f5a;border-radius:10px;text-decoration:none}.br-v12-hours{height:180px;display:flex;align-items:flex-end;gap:4px;border-bottom:1px solid #dfe5ec}.br-v12-hours>div{flex:1;height:100%;display:flex;align-items:flex-end;justify-content:center;position:relative}.br-v12-hours i{display:block;width:70%;min-height:2px;background:#071b3a;border-radius:3px 3px 0 0}.br-v12-hours span{position:absolute;bottom:-18px;font-size:8px;color:#667085}.br-v12-top{display:grid;grid-template-columns:25px 1fr auto;gap:8px;padding:10px 0;border-bottom:1px solid #edf0f4;text-decoration:none}.br-v12-top em{font-style:normal;color:#0a8f5a;font-weight:900}.br-v12-top span{font-size:11px;color:#172033;line-height:1.35}.br-v12-top b{font-size:11px;color:#071b3a}.br-v12-muted{font-size:11px;color:#8a95a3}.br-v12-note{padding:15px 18px;background:#f7f9fb;border-left:3px solid #0a8f5a;color:#667085;font-size:11px}.br-v12-admin-link{position:fixed;right:14px;bottom:54px;z-index:9998}.br-v12-admin-link a{background:#0a8f5a;color:#fff!important;padding:9px 12px;border-radius:4px;text-decoration:none;font-size:10px;font-weight:800;box-shadow:0 4px 15px rgba(0,0,0,.12)}
@media(max-width:850px){.br-v12-grid{grid-template-columns:1fr}.br-v12-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.br-v12-head{display:block}.br-v12-chart{gap:4px}.br-v12-admin-link{right:8px}.br-v12-kpis b{font-size:23px}}
/* === BantenReport V13 === */
.br-v13-wrap{max-width:1400px}.br-v13-nav{display:flex;justify-content:space-between;background:#fff;border:1px solid #dfe5ec;padding:14px 18px;margin:15px 0;border-radius:6px}.br-v13-nav a{color:#0a8f5a;text-decoration:none;font-size:11px;font-weight:700}.br-v13-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.br-v13-day{background:#fff;border:1px solid #dfe5ec;min-height:130px;padding:7px}.br-v13-day>b{color:#071b3a}.br-v13-card{display:block;background:#f7f9fb;border-left:3px solid #0a8f5a;padding:6px;margin:5px 0;text-decoration:none}.br-v13-card strong{display:block;font-size:10px;color:#172033}.br-v13-card small{font-size:8px;color:#667085}.br-v13-monitor{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.br-v13-monitor>div{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:16px}.br-v13-monitor span{display:block;color:#667085;font-size:10px}.br-v13-monitor b{display:block;font-size:27px;color:#071b3a;margin:6px 0}.br-v13-monitor a{font-size:10px;color:#0a8f5a;text-decoration:none}.br-v13-flow>div{position:relative;padding:7px 0 7px 20px;border-left:2px solid #e1e6ec;font-size:10px}.br-v13-flow i{position:absolute;left:-6px;top:10px;width:8px;height:8px;background:#c8d0d9;border-radius:50%;border:2px solid #fff}.br-v13-flow .active{color:#0a8f5a;font-weight:800}.br-v13-flow .active i{background:#0a8f5a;box-shadow:0 0 0 2px #d7f1e6}@media(max-width:800px){.br-v13-calendar{grid-template-columns:repeat(2,1fr)}.br-v13-monitor{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.br-v13-calendar,.br-v13-monitor{grid-template-columns:1fr}}

/* === BantenReport V14 Homepage Control === */
.br-v14-wrap{max-width:1400px}.br-v14-head{display:flex;justify-content:space-between;align-items:center;margin:20px 0 25px}.br-v14-head>div>span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-v14-head h1{font-size:30px;color:#071b3a;margin:5px 0}.br-v14-head p{color:#667085}.br-v14-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.br-v14-panel{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:18px}.br-v14-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.br-v14-section-title h2{font-size:17px;color:#071b3a;margin:0}.br-v14-section-title span{font-size:10px;color:#8a95a3}.br-v14-item{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f4;text-decoration:none}.br-v14-item strong{display:block;font-size:11px;color:#172033;line-height:1.35}.br-v14-item small{display:block;color:#8a95a3;font-size:9px;margin-top:3px}.br-v14-item>span{font-size:9px;color:#0a8f5a;font-weight:900}.br-v14-empty{font-size:11px;color:#8a95a3}.br-v14-breaking{display:flex;background:#071b3a;color:#fff;min-height:38px;align-items:center;overflow:hidden}.br-v14-breaking-label{background:#c91f2c;padding:12px 16px;font-size:10px;font-weight:900;letter-spacing:.5px;white-space:nowrap}.br-v14-breaking-track{display:flex;gap:35px;padding:0 20px;white-space:nowrap;overflow:hidden}.br-v14-breaking-track a{color:#fff;text-decoration:none;font-size:11px}.br-v14-home-wrap{max-width:1200px;margin:auto;padding:25px 18px 60px}.br-v14-main-headline{display:grid;grid-template-columns:1.5fr 1fr;gap:25px;background:#fff;border:1px solid #e1e6ec}.br-v14-main-headline>a img{width:100%;height:100%;min-height:360px;object-fit:cover}.br-v14-headline-copy{padding:35px 30px;align-self:center}.br-v14-headline-copy>span{font-size:10px;color:#0a8f5a;font-weight:900;letter-spacing:1.2px}.br-v14-headline-copy h1{font-size:34px;line-height:1.15;margin:9px 0}.br-v14-headline-copy h1 a{color:#071b3a;text-decoration:none}.br-v14-headline-copy p{color:#667085;line-height:1.6}.br-v14-headline-copy small{font-size:10px;color:#8a95a3}.br-v14-zone-title{display:flex;align-items:baseline;gap:10px;border-bottom:2px solid #071b3a;margin:35px 0 15px}.br-v14-zone-title h2{font-size:23px;color:#071b3a;margin:0}.br-v14-zone-title span{font-size:10px;color:#8a95a3}.br-v14-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.br-v14-feature-card{background:#fff}.br-v14-feature-card img{width:100%;height:150px;object-fit:cover}.br-v14-feature-card>span{display:block;color:#0a8f5a;font-size:8px;font-weight:900;margin-top:10px}.br-v14-feature-card h3{font-size:14px;line-height:1.3;margin:5px 0}.br-v14-feature-card h3 a{color:#071b3a;text-decoration:none}.br-v14-feature-card small{font-size:9px;color:#8a95a3}
@media(max-width:900px){.br-v14-grid{grid-template-columns:1fr}.br-v14-featured-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.br-v14-head{display:block}.br-v14-main-headline{grid-template-columns:1fr}.br-v14-main-headline>a img{min-height:220px}.br-v14-headline-copy{padding:22px}.br-v14-headline-copy h1{font-size:27px}.br-v14-featured-grid{grid-template-columns:1fr}.br-v14-breaking-label{padding:11px 10px}.br-v14-breaking-track{gap:20px;padding:0 12px}}

/* === BantenReport V15 Hyperlocal === */
.br-v15-wrap{max-width:1400px}.br-v15-head{display:flex;justify-content:space-between;align-items:center;margin:20px 0 25px}.br-v15-head>div>span{font-size:10px;letter-spacing:1.5px;color:#0a8f5a;font-weight:900}.br-v15-head h1{font-size:30px;color:#071b3a;margin:5px 0}.br-v15-head p{color:#667085}.br-v15-region-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.br-v15-region{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:18px}.br-v15-region-head{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #071b3a;padding-bottom:10px;margin-bottom:5px}.br-v15-region-head h2{font-size:17px;color:#071b3a;margin:0}.br-v15-region-head a{font-size:9px;color:#0a8f5a;text-decoration:none;font-weight:800}.br-v15-place{display:flex;justify-content:space-between;padding:9px 3px;border-bottom:1px solid #edf0f4;text-decoration:none}.br-v15-place span{font-size:11px;color:#172033}.br-v15-place b{font-size:11px;color:#0a8f5a}.br-v15-panel{background:#fff;border:1px solid #dfe5ec;border-radius:6px;padding:18px}.br-v15-panel h2{font-size:17px;color:#071b3a}.br-v15-panel p{font-size:11px;color:#667085;line-height:1.6}.br-v15-location-widget{margin:30px 0}.br-v15-location-title{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid #071b3a;margin-bottom:15px}.br-v15-location-title h2{font-size:23px;color:#071b3a;margin:0}.br-v15-location-title a{font-size:10px;color:#0a8f5a;text-decoration:none}.br-v15-location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.br-v15-location-grid article{background:#fff}.br-v15-location-grid article img{width:100%;height:155px;object-fit:cover}.br-v15-location-grid article>span{display:block;font-size:8px;color:#0a8f5a;font-weight:900;margin-top:9px}.br-v15-location-grid h3{font-size:14px;line-height:1.3;margin:4px 0}.br-v15-location-grid h3 a{color:#071b3a;text-decoration:none}.br-v15-location-grid small{font-size:9px;color:#8a95a3}.br-v15-location-box{max-height:260px;overflow:auto}.br-v15-location-box ul{margin:0;padding-left:18px}.br-v15-location-box li{font-size:10px;margin:3px 0}
@media(max-width:850px){.br-v15-region-grid{grid-template-columns:1fr}.br-v15-location-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.br-v15-head{display:block}.br-v15-location-grid{grid-template-columns:1fr}}

/* ============================================================
 * BantenReport V28 Final UI
 * ============================================================ */
.br28-author-card{display:flex;gap:12px;align-items:center;padding:15px;background:#f7f9fb;border:1px solid #e1e6ec;border-radius:5px}.br28-author-card img{border-radius:50%}.br28-author-card span{font-size:9px;color:#0a8f5a;font-weight:900}.br28-author-card h3{margin:3px 0;font-size:15px}.br28-author-card h3 a{color:#071b3a;text-decoration:none}.br28-author-card small{font-size:9px;color:#8a95a3}.br28-ad-grid{display:grid;gap:12px}.br28-ad-grid img{width:100%;height:auto;display:block}.br28-ai-helper{background:#f7f9fb;border:1px solid #dfe5ec;padding:14px;margin:15px 0}.br28-ai-helper b{color:#071b3a}.br28-ai-helper textarea{width:100%;margin-top:10px;min-height:130px}.br28-push{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;background:#071b3a;color:#fff;margin:15px 0}.br28-push button{background:#0a8f5a;color:#fff;border:0;padding:8px 12px;border-radius:3px;font-size:10px;font-weight:800}.br28-map-placeholder{min-height:300px;background:linear-gradient(135deg,#eef4f2,#f7f9fb);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;border:1px solid #dfe5ec}.br28-map-placeholder>span{font-size:40px}.br28-map-placeholder>b{font-size:20px;color:#071b3a;margin:8px}.br28-map-placeholder small{max-width:600px;color:#667085}.br28-map-chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-top:15px}.br28-map-chips a{background:#fff;border:1px solid #dfe5ec;padding:7px 10px;color:#071b3a;text-decoration:none;font-size:10px}.br28-engage{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:14px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.br28-engage span{font-size:11px;color:#667085}.br28-engage button{background:#fff;border:1px solid #dfe5ec;padding:7px 10px;border-radius:3px;font-size:10px}.br28-command{max-width:1400px}.br28-hero{background:#071b3a;color:#fff;padding:28px;border-radius:6px;margin:20px 0}.br28-hero span{font-size:9px;letter-spacing:1.5px;color:#76d4a8;font-weight:900}.br28-hero h1{font-size:31px;margin:5px 0}.br28-hero p{max-width:760px;color:#cbd5e1}.br28-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.br28-kpis>div{background:#fff;border:1px solid #dfe5ec;padding:16px;border-radius:5px}.br28-kpis span{display:block;color:#667085;font-size:10px}.br28-kpis b{display:block;font-size:25px;color:#071b3a;margin-top:5px}.br28-links{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.br28-links a{display:grid;grid-template-columns:30px 1fr 18px;gap:7px;align-items:center;background:#fff;border:1px solid #dfe5ec;border-radius:5px;padding:15px;text-decoration:none}.br28-links i{font-style:normal;font-size:18px}.br28-links span{font-size:11px;color:#172033;font-weight:700}.br28-links b{color:#0a8f5a}.br28-health{max-width:1200px}.br28-health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.br28-health-grid>div{background:#fff;border:1px solid #dfe5ec;padding:18px}.br28-health-grid span{display:block;color:#667085;font-size:10px}.br28-health-grid b{display:block;color:#071b3a;margin-top:6px;font-size:15px}
@media(max-width:900px){.br28-kpis{grid-template-columns:repeat(2,1fr)}.br28-links{grid-template-columns:repeat(2,1fr)}.br28-health-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.br28-kpis{grid-template-columns:1fr 1fr}.br28-links{grid-template-columns:1fr}.br28-health-grid{grid-template-columns:1fr}.br28-push{display:block}.br28-push button{margin-top:8px}}

/* ============================================================
   BantenReport V28.2 — Official Logo + Clean Newsroom UI
   ============================================================ */
:root{--br28-navy:#061a35;--br28-red:#ed1c24;--br28-green:#079455;--br28-text:#111827;--br28-muted:#667085;--br28-line:#e5e7eb}
.br28-topbar{background:var(--br28-navy);color:#fff;font-size:12px}.br28-topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between}.br28-toplinks{display:flex;align-items:center;gap:20px}.br28-toplinks a{color:#fff}.br28-socials{display:flex;gap:12px;margin-left:4px}.br28-socials a{font-weight:800;color:#fff}
.br28-header{background:#fff}.br28-header-inner{height:106px;display:flex;align-items:center;gap:24px}.br28-brand{display:flex;align-items:center;width:430px;height:96px}.br28-brand img{display:block;width:100%;height:auto;max-height:96px;object-fit:contain;object-position:left center}.br28-divider{height:52px;width:1px;background:#e5e7eb}.br28-tagline{font-size:16px;color:#1f2937}.br28-follow{margin-left:auto;background:var(--br28-green);color:#fff;font-size:12px;font-weight:800;padding:12px 20px;border-radius:4px}
.br28-nav{background:var(--br28-navy);color:#fff}.br28-nav-inner{min-height:48px;display:flex;align-items:stretch}.br28-home-icon{width:52px;background:var(--br28-red);display:grid;place-items:center;font-size:22px;color:#fff}.br28-menu{flex:1;display:flex;align-items:stretch;overflow:hidden}.br28-menu ul{display:flex;align-items:stretch;list-style:none;margin:0;padding:0}.br28-menu li{margin:0}.br28-menu a{display:block;color:#fff;font-size:13px;font-weight:800;padding:16px 15px;white-space:nowrap}.br28-menu a:hover,.br28-menu .current-menu-item>a{background:#10294d}.br28-search{display:flex;align-items:center;margin:8px 0 8px 10px;width:255px}.br28-search input{width:100%;height:32px;border:0;padding:0 12px;outline:0;border-radius:4px 0 0 4px;font-size:12px}.br28-search button{height:32px;width:44px;border:0;background:var(--br28-red);color:#fff;border-radius:0 4px 4px 0;font-size:18px}.br28-menu-toggle{display:none}
.br28-breaking{background:#fff;border-bottom:1px solid var(--br28-line);box-shadow:0 1px 4px rgba(0,0,0,.04)}.br28-breaking-inner{height:46px;display:flex;align-items:center}.br28-breaking-label{background:var(--br28-red);color:#fff;font-size:12px;font-weight:900;padding:9px 14px;border-radius:3px;margin-right:18px;white-space:nowrap}.br28-breaking-track{display:flex;align-items:center;gap:14px;white-space:nowrap;overflow:hidden;font-size:13px}.br28-breaking-track a{color:#1f2937}.br28-breaking-track a:hover{color:var(--br28-red)}.br28-breaking-track i{font-style:normal;color:var(--br28-red);font-size:18px}
.br28-home{padding:22px 0 50px}.br28-hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(350px,1fr);gap:24px}.br28-hero-main{position:relative;min-height:395px;border-radius:5px;overflow:hidden;background:#dfe6ee}.br28-hero-image,.br28-hero-image img{display:block;width:100%;height:100%}.br28-hero-image img{object-fit:cover}.br28-hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:28px;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#fff}.br28-badge{display:inline-block;background:var(--br28-red);color:#fff;border-radius:3px;padding:6px 9px;font-size:11px;font-weight:900}.br28-hero-overlay h1{font-family:"Plus Jakarta Sans",Inter,sans-serif;font-size:34px;line-height:1.08;margin:10px 0}.br28-hero-overlay h1 a{color:#fff}.br28-meta{font-size:12px}.br28-meta b{margin:0 7px}.br28-latest{padding-left:0}.br28-section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid #dfe3e8;margin-bottom:2px}.br28-section-head h2{font-family:"Plus Jakarta Sans",Inter,sans-serif;font-size:19px;line-height:1.2;margin:0;padding-bottom:9px;color:#111827;position:relative}.br28-section-head h2:after{content:"";position:absolute;left:0;bottom:-2px;width:54px;height:3px;background:var(--br28-red)}.br28-section-head a{font-size:11px;color:var(--br28-red);font-weight:800;padding-bottom:9px}.br28-latest-item{display:grid;grid-template-columns:42px 1fr 150px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #eceff3}.br28-rank{font-size:16px;font-weight:900;color:var(--br28-red);text-align:center}.br28-latest-text h3{font-family:Inter,sans-serif;font-size:14px;line-height:1.25;margin:0 0 6px}.br28-latest-text h3 a:hover{color:var(--br28-red)}.br28-latest-text small{font-size:10px;color:var(--br28-muted)}.br28-latest-item img{width:150px;height:72px;object-fit:cover;border-radius:4px}
.br28-region-wrap{margin-top:24px;border:1px solid #e3e7ec;border-radius:5px;padding:14px}.br28-region-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.br28-region-card{border:1px solid #e3e7ec;border-radius:5px;overflow:hidden;background:#fff}.br28-region-card img,.br28-region-placeholder{display:block;width:100%;height:112px;object-fit:cover}.br28-region-placeholder{background:linear-gradient(135deg,#dbe4ef,#eef2f7)}.br28-region-card>div{padding:9px 10px}.br28-region-card strong{display:block;font-size:12px}.br28-region-card span{display:block;font-size:10px;color:var(--br28-muted);margin-top:5px}
.br28-content-grid{display:grid;grid-template-columns:minmax(0,1.8fr) 1fr;gap:24px;margin-top:25px}.br28-editor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.br28-editor-card img{width:100%;height:145px;object-fit:cover;border-radius:5px}.br28-editor-card .category{display:inline-block;margin-top:8px;color:var(--br28-red);font-size:10px;font-weight:900;text-transform:uppercase}.br28-editor-card h3{font-size:15px;line-height:1.3;margin:5px 0}.br28-editor-card h3 a:hover{color:var(--br28-red)}.br28-editor-card small{font-size:10px;color:var(--br28-muted)}.br28-ad-box{border:1px dashed #d4d9e0;min-height:90px;display:grid;place-items:center;margin-bottom:22px;color:#98a2b3;font-size:10px;text-align:center}.br28-popular{list-style:none;margin:0;padding:0}.br28-popular li{display:grid;grid-template-columns:34px 1fr;gap:8px;padding:11px 0;border-bottom:1px solid #eceff3}.br28-popular li>b{color:var(--br28-red);font-size:15px}.br28-popular li a{font-size:13px;font-weight:700;line-height:1.3}
.br28-category-section{margin-top:35px}.br28-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.br28-category-grid article{border-bottom:1px solid #e3e7ec;padding-bottom:14px}.br28-category-grid img{width:100%;height:155px;object-fit:cover;border-radius:5px}.br28-category-grid span{display:block;font-size:10px;color:var(--br28-muted);margin-top:8px}.br28-category-grid h3{font-family:"Plus Jakarta Sans",Inter,sans-serif;font-size:16px;line-height:1.3;margin:5px 0}.br28-category-grid h3 a:hover{color:var(--br28-red)}.br28-home .ad-slot,.br28-home .br-v5-topics{display:none}
@media(max-width:1050px){.br28-brand{width:350px}.br28-latest-item{grid-template-columns:34px 1fr 120px}.br28-latest-item img{width:120px}.br28-menu a{padding-left:10px;padding-right:10px;font-size:12px}.br28-search{width:210px}.br28-region-grid{gap:10px}.br28-region-card img,.br28-region-placeholder{height:95px}}
@media(max-width:850px){.br28-toplinks a:nth-child(-n+3),.br28-socials{display:none}.br28-header-inner{height:90px}.br28-brand{width:310px;height:82px}.br28-brand img{max-height:82px}.br28-divider{display:none}.br28-tagline{font-size:13px}.br28-follow{padding:10px 14px}.br28-menu{display:none}.br28-search{margin-left:auto}.br28-home-icon{display:none}.br28-menu-toggle{display:block;background:transparent;color:#fff;border:0;font-size:24px;padding:0 12px}.br28-nav-inner{justify-content:flex-end;align-items:center}.br28-breaking-inner{height:42px}.br28-hero-grid,.br28-content-grid{grid-template-columns:1fr}.br28-region-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.br28-topbar-inner{height:30px}.br28-topbar{font-size:10px}.br28-toplinks{display:none}.br28-header-inner{height:74px}.br28-brand{width:235px;height:70px}.br28-brand img{max-height:68px}.br28-tagline{display:none}.br28-follow{font-size:10px;padding:9px 11px}.br28-search{display:none}.br28-nav-inner{min-height:44px}.br28-menu-toggle{font-size:22px}.br28-breaking-label{font-size:10px;padding:8px 10px;margin-right:10px}.br28-breaking-track{font-size:11px}.br28-home-icon{padding-top:14px}.br28-hero-grid{display:block}.br28-hero-main{min-height:350px;margin-bottom:18px}.br28-hero-overlay{padding:20px}.br28-hero-overlay h1{font-size:27px}.br28-latest-item{grid-template-columns:32px 1fr 95px}.br28-latest-item img{width:95px;height:62px}.br28-latest-text h3{font-size:12px}.br28-region-grid{grid-template-columns:repeat(2,1fr)}.br28-region-card img,.br28-region-placeholder{height:90px}.br28-editor-grid,.br28-category-grid{grid-template-columns:1fr}.br28-editor-card{display:grid;grid-template-columns:120px 1fr;gap:10px}.br28-editor-card img{width:120px;height:90px;grid-row:1/5}.br28-section-head h2{font-size:17px}.br28-content-grid{gap:30px}}


/* ============================================================
   BantenReport V28.3 — Production Homepage + Official Logo
   ============================================================ */

/* The old utility top bar is intentionally removed. */
.br28-topbar{display:none!important}

/* Main header: compact, clean, logo-led. */
.br28-header-inner{
  min-height:118px;
  height:118px;
  gap:26px;
}
.br28-brand{
  width:460px;
  height:auto;
  min-height:0;
  display:flex;
  align-items:center;
}
.br28-brand img{
  width:100%;
  max-height:none;
  height:auto;
  object-fit:contain;
  object-position:left center;
}
.br28-divider{height:54px}
.br28-tagline{font-size:15px;color:#4b5563;white-space:nowrap}

/* Navigation is deliberately short. */
.br28-nav-inner{min-height:50px;height:50px}
.br28-home-icon{width:50px}
.br28-menu a{padding:17px 15px;font-size:12px}
.br28-search{height:32px;margin-top:9px;margin-bottom:9px}

/* Breaking strip */
.br28-breaking-inner{height:44px}
.br28-breaking-track span{font-size:13px;color:#6b7280}

/* Homepage spacing */
.br28-home{padding:28px 0 60px}
.br28-hero-grid{min-height:0}

/* A visible, useful empty state instead of a giant blank page. */
.br28-empty{
  min-height:395px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  color:#6b7280;
  background:#f7f8fa;
  border:1px dashed #d7dde5;
  font-size:14px;
}
.br28-empty:before{
  content:"Belum ada artikel";
  display:block;
}

/* Keep the latest panel tidy when there are no articles. */
.br28-latest:empty{display:none}

/* Better section rhythm */
.br28-region-wrap{margin-top:30px}
.br28-content-grid{margin-top:30px}
.br28-category-section{margin-top:42px}

/* Tablet */
@media(max-width:1050px){
  .br28-brand{width:390px}
  .br28-header-inner{min-height:108px;height:108px}
  .br28-menu a{padding-left:10px;padding-right:10px}
}

/* Mobile */
@media(max-width:850px){
  .br28-header-inner{height:88px;min-height:88px}
  .br28-brand{width:340px}
  .br28-brand img{max-height:none}
  .br28-divider{display:none}
  .br28-tagline{font-size:12px}
  .br28-nav-inner{height:48px;min-height:48px}
}
@media(max-width:600px){
  .br28-header-inner{height:74px;min-height:74px}
  .br28-brand{width:245px;height:auto}
  .br28-follow{font-size:10px;padding:9px 11px}
  .br28-nav-inner{height:44px;min-height:44px}
  .br28-home-icon{display:none}
}


/* ============================================================
   BantenReport V28.4 — Header & Empty Homepage Polish
   ============================================================ */
.br28-header-inner{
  min-height:108px!important;
  height:108px!important;
  align-items:center!important;
}
.br28-brand{
  width:430px!important;
  height:96px!important;
  display:flex!important;
  align-items:center!important;
  overflow:visible!important;
}
.br28-brand img{
  display:block!important;
  width:100%!important;
  max-width:430px!important;
  height:auto!important;
  max-height:96px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.br28-tagline{font-size:15px!important}
.br28-follow{white-space:nowrap!important}

.br28-nav-inner{
  min-height:48px!important;
  height:48px!important;
}
.br28-menu a{
  padding:16px 14px!important;
  line-height:16px!important;
}
.br28-search{
  height:32px!important;
  margin-top:8px!important;
  margin-bottom:8px!important;
}

.br28-breaking-inner{min-height:42px!important;height:42px!important}
.br28-breaking-label{padding:9px 13px!important}

.br28-empty-hero{
  min-height:390px!important;
  height:390px!important;
  background:linear-gradient(135deg,#f7f9fc,#eef2f7)!important;
  border:1px solid #e2e8f0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.br28-empty-hero > div{max-width:520px;padding:30px}
.br28-empty-kicker{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.2px;
  color:var(--red);
  margin-bottom:8px;
}
.br28-empty-hero h1{
  margin:0 0 10px;
  color:var(--navy);
  font-size:28px;
}
.br28-empty-hero p{
  margin:0 auto 18px;
  color:#64748b;
  font-size:14px;
  line-height:1.6;
}
.br28-empty-button{
  display:inline-block;
  background:var(--red);
  color:#fff;
  padding:11px 16px;
  border-radius:4px;
  font-size:12px;
  font-weight:800;
}
.br28-empty-latest{
  margin-top:10px;
  padding:22px 18px;
  background:#f7f8fa;
  border:1px dashed #d7dde5;
  color:#64748b;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:13px;
  line-height:1.45;
}
.br28-empty-latest strong{color:var(--navy)}
.br28-section-empty{
  padding:22px;
  border:1px dashed #d7dde5;
  background:#f7f8fa;
  color:#64748b;
  font-size:13px;
  text-align:center;
}
.br28-region-card{
  min-height:150px!important;
}
.br28-region-placeholder{
  min-height:150px!important;
  background:linear-gradient(135deg,#dfe6ee,#f5f7fa)!important;
}
@media(max-width:850px){
  .br28-header-inner{height:86px!important;min-height:86px!important}
  .br28-brand{width:340px!important;height:76px!important}
  .br28-brand img{max-width:340px!important;max-height:76px!important}
}
@media(max-width:600px){
  .br28-header-inner{height:70px!important;min-height:70px!important}
  .br28-brand{width:245px!important;height:58px!important}
  .br28-brand img{max-width:245px!important;max-height:58px!important}
}


/* ============================================================
   BantenReport V28.5 — Critical Homepage Layout Fix
   ============================================================ */
/* IMPORTANT: .br28-home is the homepage <main>.
   The navigation home button uses .br28-home-icon so the two
   components cannot inherit each other's width/background. */
.br28-home{
  width:auto!important;
  min-width:0!important;
  background:transparent!important;
  color:inherit!important;
  display:block!important;
  padding:28px 0 60px!important;
}
.br28-home-icon{
  width:50px!important;
  min-width:50px!important;
  background:var(--br28-red)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  font-size:22px!important;
  text-decoration:none!important;
}
@media(max-width:850px){
  .br28-home-icon{display:none!important}
  .br28-home{padding:22px 0 45px!important}
}
@media(max-width:600px){
  .br28-home{padding:18px 0 40px!important}
}


/* ============================================================
   BantenReport V28.6 — Homepage Content Layout
   ============================================================ */

/* Header: slightly more compact while preserving the official logo. */
.br28-header-inner{
  min-height:102px!important;
  height:102px!important;
}
.br28-brand{
  width:410px!important;
  height:92px!important;
}
.br28-brand img{
  max-width:410px!important;
  max-height:92px!important;
}
.br28-tagline{
  font-size:14px!important;
}

/* Navigation and breaking strip */
.br28-nav-inner{
  min-height:46px!important;
  height:46px!important;
}
.br28-menu a{
  padding:15px 13px!important;
}
.br28-search{
  height:32px!important;
  margin-top:7px!important;
  margin-bottom:7px!important;
}
.br28-breaking-inner{
  min-height:40px!important;
  height:40px!important;
}

/* Hero + latest */
.br28-home{
  padding:24px 0 55px!important;
}
.br28-hero-grid{
  grid-template-columns:minmax(0,1.72fr) minmax(340px,1fr)!important;
  gap:24px!important;
}
.br28-hero-main{
  min-height:390px!important;
  height:390px!important;
}
.br28-hero-overlay{
  padding:26px!important;
}
.br28-hero-overlay h1{
  font-size:31px!important;
  line-height:1.08!important;
}
.br28-latest-item{
  grid-template-columns:36px minmax(0,1fr) 118px!important;
  min-height:78px!important;
  padding:9px 0!important;
}
.br28-latest-item img,
.br28-latest-noimage{
  width:118px!important;
  height:66px!important;
  object-fit:cover!important;
  border-radius:4px!important;
}
.br28-latest-noimage{
  background:linear-gradient(135deg,#e4e9ef,#f5f7fa);
}

/* Ad slot under hero */
.br28-home-ad{
  min-height:90px;
  margin:26px 0 30px;
  border:1px dashed #d5dbe3;
  background:#fafbfc;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  color:#9aa4b2;
  font-size:10px;
  letter-spacing:.7px;
}
.br28-home-ad > span{
  position:absolute;
  top:7px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  background:#fafbfc;
  padding:0 8px;
}
.br28-home-ad > *:not(span){
  max-width:100%;
}

/* Banten section */
.br28-banten-section{
  margin-top:0;
}
.br28-banten-grid{
  display:grid;
  grid-template-columns:1.45fr .85fr .85fr;
  grid-template-rows:auto auto;
  gap:18px;
}
.br28-banten-lead{
  grid-row:1 / span 2;
  position:relative;
  overflow:hidden;
  border-radius:5px;
  background:#eef2f6;
}
.br28-banten-lead .br28-banten-image,
.br28-banten-lead .br28-banten-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
}
.br28-banten-lead .br28-banten-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 30%,rgba(4,15,32,.86));
}
.br28-banten-lead .br28-banten-copy{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:22px;
  color:#fff;
}
.br28-banten-lead .br28-banten-copy h3{
  font-size:25px;
  line-height:1.16;
  margin:5px 0 8px;
}
.br28-banten-lead .br28-banten-copy h3 a{color:#fff}
.br28-banten-lead .br28-banten-copy small{color:#dbe6f3}

.br28-banten-card{
  border-bottom:1px solid #e3e7ec;
  padding-bottom:13px;
}
.br28-banten-card .br28-banten-image,
.br28-banten-card .br28-banten-image img{
  display:block;
  width:100%;
  height:130px;
  object-fit:cover;
  border-radius:5px;
}
.br28-banten-copy{padding-top:8px}
.br28-card-cat{
  display:inline-block;
  color:var(--br28-red);
  text-transform:uppercase;
  font-size:10px;
  font-weight:900;
  margin-bottom:4px;
}
.br28-banten-card h3{
  font-size:15px;
  line-height:1.3;
  margin:2px 0 7px;
}
.br28-banten-card h3 a:hover{color:var(--br28-red)}
.br28-banten-card small{font-size:10px;color:var(--br28-muted)}

.br28-card-placeholder{
  width:100%;
  height:130px;
  border-radius:5px;
  background:linear-gradient(135deg,#dfe6ee,#f6f8fa);
}
.br28-banten-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.br28-banten-chips a{
  display:inline-block;
  border:1px solid #d9dfe7;
  padding:7px 12px;
  border-radius:20px;
  color:#4b5563;
  font-size:11px;
  font-weight:800;
  background:#fff;
}
.br28-banten-chips a:hover{
  border-color:var(--br28-red);
  color:var(--br28-red);
}

/* Keep the next sections visually separated. */
.br28-content-grid{
  margin-top:34px!important;
}
.br28-category-section{
  margin-top:42px!important;
}

/* Responsive */
@media(max-width:1050px){
  .br28-header-inner{min-height:96px!important;height:96px!important}
  .br28-brand{width:380px!important;height:86px!important}
  .br28-brand img{max-width:380px!important;max-height:86px!important}
  .br28-hero-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr)!important}
  .br28-latest-item{grid-template-columns:32px minmax(0,1fr) 100px!important}
  .br28-latest-item img,.br28-latest-noimage{width:100px!important;height:62px!important}
  .br28-banten-grid{grid-template-columns:1.3fr .85fr .85fr}
  .br28-banten-card .br28-banten-image,.br28-banten-card .br28-banten-image img{height:115px}
}
@media(max-width:850px){
  .br28-header-inner{height:84px!important;min-height:84px!important}
  .br28-brand{width:330px!important;height:74px!important}
  .br28-brand img{max-width:330px!important;max-height:74px!important}
  .br28-hero-grid{grid-template-columns:1fr!important}
  .br28-hero-main{height:390px!important;min-height:390px!important}
  .br28-latest{margin-top:4px}
  .br28-latest-item{grid-template-columns:34px minmax(0,1fr) 110px!important}
  .br28-latest-item img,.br28-latest-noimage{width:110px!important;height:64px!important}
  .br28-banten-grid{grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto}
  .br28-banten-lead{grid-row:1 / span 2}
}
@media(max-width:600px){
  .br28-header-inner{height:70px!important;min-height:70px!important}
  .br28-brand{width:245px!important;height:58px!important}
  .br28-brand img{max-width:245px!important;max-height:58px!important}
  .br28-home{padding:18px 0 40px!important}
  .br28-hero-main{height:350px!important;min-height:350px!important}
  .br28-hero-overlay{padding:20px!important}
  .br28-hero-overlay h1{font-size:26px!important}
  .br28-latest-item{grid-template-columns:30px minmax(0,1fr) 92px!important}
  .br28-latest-item img,.br28-latest-noimage{width:92px!important;height:60px!important}
  .br28-home-ad{min-height:70px;margin:22px 0 26px}
  .br28-banten-grid{display:grid;grid-template-columns:1fr!important;gap:16px}
  .br28-banten-lead{grid-row:auto}
  .br28-banten-lead .br28-banten-image,.br28-banten-lead .br28-banten-image img{min-height:260px;height:260px}
  .br28-banten-lead .br28-banten-copy h3{font-size:21px}
  .br28-banten-card .br28-banten-image,.br28-banten-card .br28-banten-image img{height:180px}
  .br28-card-placeholder{height:180px}
}


/* =========================================================
   BantenReport V28.7 — Banten News Editorial Grid
   ========================================================= */
.br28-banten-section{margin-top:2px!important}
.br28-banten-grid{
  grid-template-columns:1.35fr .825fr .825fr!important;
  grid-template-rows:auto auto!important;
  gap:18px!important;
}
.br28-banten-lead{grid-row:1 / span 2!important;min-height:100%!important}
.br28-banten-lead .br28-banten-image,
.br28-banten-lead .br28-banten-image img{min-height:365px!important;height:100%!important}
.br28-banten-card{min-width:0}
.br28-banten-card .br28-banten-image,
.br28-banten-card .br28-banten-image img{height:126px!important}
.br28-banten-card h3{font-size:14px!important;line-height:1.32!important}
.br28-banten-chips{padding-top:2px!important;margin-top:18px!important;border-top:1px solid #eef1f4;padding-top:14px!important}
.br28-banten-chips:before{content:'WILAYAH BANTEN';display:block;width:100%;font-size:10px;font-weight:900;letter-spacing:.4px;color:#667085;margin-bottom:2px}
@media(max-width:1050px){
 .br28-banten-grid{grid-template-columns:1.25fr .875fr .875fr!important}
 .br28-banten-card .br28-banten-image,.br28-banten-card .br28-banten-image img{height:112px!important}
}
@media(max-width:850px){
 .br28-banten-grid{grid-template-columns:1.2fr 1fr!important;grid-template-rows:auto auto!important}
 .br28-banten-lead{grid-row:1 / span 2!important}
}
@media(max-width:600px){
 .br28-banten-grid{grid-template-columns:1fr!important}
 .br28-banten-lead{grid-row:auto!important}
 .br28-banten-lead .br28-banten-image,.br28-banten-lead .br28-banten-image img{height:260px!important;min-height:260px!important}
 .br28-banten-card .br28-banten-image,.br28-banten-card .br28-banten-image img{height:180px!important}
}

/* V28.8 — Nasional + Politik */
.br28-np-section{margin-top:42px}
.br28-np-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.br28-np-column{min-width:0}
.br28-np-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:16px}
.br28-np-lead{position:relative;overflow:hidden;border-radius:5px;background:#eef2f6;grid-row:1 / span 2}
.br28-np-lead .br28-np-image,.br28-np-lead .br28-np-image img{display:block;width:100%;height:270px;object-fit:cover}
.br28-np-lead .br28-np-image:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 34%,rgba(4,15,32,.82))}
.br28-np-lead .br28-np-copy{position:absolute;left:0;right:0;bottom:0;padding:17px;color:#fff;z-index:2}
.br28-np-lead .br28-np-copy h3{font-size:19px;line-height:1.18;margin:4px 0 6px}
.br28-np-lead .br28-np-copy h3 a{color:#fff}
.br28-np-lead .br28-np-copy small{color:#dbe6f3}
.br28-np-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;border-bottom:1px solid #e4e8ed;padding-bottom:12px;align-items:start}
.br28-np-card .br28-np-image,.br28-np-card .br28-np-image img{display:block;width:92px;height:72px;object-fit:cover;border-radius:4px}
.br28-np-card .br28-np-copy{padding:0}
.br28-np-card .br28-card-cat{font-size:9px;margin-bottom:2px}
.br28-np-card h3{font-size:13px;line-height:1.25;margin:1px 0 5px}
.br28-np-card small{font-size:9px;color:var(--br28-muted)}
@media(max-width:900px){
  .br28-np-columns{grid-template-columns:1fr;gap:38px}
}
@media(max-width:600px){
  .br28-np-section{margin-top:30px}
  .br28-np-grid{grid-template-columns:1fr;gap:14px}
  .br28-np-lead{grid-row:auto}
  .br28-np-lead .br28-np-image,.br28-np-lead .br28-np-image img{height:250px}
  .br28-np-card{grid-template-columns:105px minmax(0,1fr)}
  .br28-np-card .br28-np-image,.br28-np-card .br28-np-image img{width:105px;height:78px}
}
