/* ============================================================
 * REDNEWS THEME — Sitnas build
 * Modern red news portal, isolated under body.theme-rednews.
 * ============================================================ */
:root{
  --rn-red:#d71920;
  --rn-red-dark:#a90f15;
  --rn-red-soft:rgba(215,25,32,.08);
  --rn-black:#151515;
  --rn-text:#202020;
  --rn-muted:#747474;
  --rn-border:#e7e7e7;
  --rn-bg:#f4f4f4;
  --rn-card:#fff;
  --rn-dark:#202020;
  --rn-radius:0;
  --rn-shadow:0 14px 36px rgba(0,0,0,.08);
  --rn-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --rn-serif:Georgia,"Times New Roman",serif;
  --rn-max:1140px;
}
body.theme-rednews{--rn-red:var(--site-primary,#d71920);--rn-red-dark:var(--site-secondary,#a90f15);background:var(--rn-bg);font-family:var(--rn-font);color:var(--rn-text);margin:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
body.theme-rednews *,.theme-rednews *::before,.theme-rednews *::after{box-sizing:border-box;}
body.theme-rednews img{max-width:100%;height:auto;}
body.theme-rednews a{color:inherit;text-decoration:none;}
body.theme-rednews a:hover{opacity:.88;}
body.theme-rednews iframe{max-width:100%;}

.rn-container{max-width:var(--rn-max);margin:0 auto;padding:0 16px;}
.rn-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;padding:22px 0 34px;align-items:start;}
.rn-layout--after-video{padding-top:24px;}
.rn-main{min-width:0;}
.rn-sidebar{min-width:0;position:relative;}
.rn-ad,.rn-ad-inarticle,.rn-ad-leaderboard,.rn-ad-rect,.rn-sbox-ad{display:flex;align-items:center;justify-content:center;min-height:80px;margin:0 0 18px;overflow:hidden;text-align:center;}
.rn-ad-leaderboard{min-height:92px;margin-top:16px;}
.rn-ad-leaderboard--after-hero{margin-top:16px;margin-bottom:18px;}
.rn-ad-rect,.rn-sbox-ad{min-height:250px;background:#fff;border:1px solid var(--rn-border);}

/* Navigation */
.rn-nav{position:sticky;top:0;z-index:220;background:#080808;color:#fff;box-shadow:0 2px 14px rgba(0,0,0,.18);overflow:visible;}
.rn-nav-inner{max-width:var(--rn-max);height:56px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:14px;overflow:visible;}
.rn-nav-logo-wrap{display:flex;align-items:center;flex:0 0 auto;align-self:stretch;position:relative;z-index:3;}
.rn-nav-logo-box{width:182px;height:72px;margin-top:-8px;margin-bottom:-8px;background:var(--rn-red);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0;box-shadow:0 10px 22px rgba(0,0,0,.30);}
.rn-nav-logo-img{display:block;width:100%;height:100%;object-fit:contain;padding:9px 13px;filter:brightness(0) invert(1);}
.rn-nav-logo-box--text{flex-direction:column;padding:6px 10px;line-height:1;}
.rn-nav-logo-abbr{font-size:22px;font-weight:950;letter-spacing:-.04em;}
.rn-nav-logo-name{max-width:150px;margin-top:3px;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.94;}
.rn-nav-links{display:flex;align-items:center;gap:0;flex:1;min-width:0;overflow:hidden;height:56px;}
.rn-nav-link{position:relative;height:56px;display:flex;align-items:center;padding:0 11px;font-size:13px;font-weight:850;color:rgba(255,255,255,.96);white-space:nowrap;border-bottom:0;transition:color .15s,background .15s;letter-spacing:.005em;}
.rn-nav-link::after{content:"";position:absolute;left:11px;right:11px;bottom:0;height:3px;background:#fff;transform:scaleX(0);transform-origin:left center;transition:transform .16s ease;}
.rn-nav-link:hover,.rn-nav-link.active{color:#fff;opacity:1;background:rgba(255,255,255,.06);}
.rn-nav-link:hover::after,.rn-nav-link.active::after{transform:scaleX(1);}
.rn-nav-foryou{height:56px;margin-right:4px;padding:0 13px;border:0;border-radius:0;background:rgba(255,255,255,.08);}
.rn-nav-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto;}
.rn-nav-search-btn,.rn-mobile-menu-btn,.rn-nav-account-btn{width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:rgba(255,255,255,.94);display:flex;align-items:center;justify-content:center;cursor:pointer;}
.rn-nav-search-btn:hover,.rn-mobile-menu-btn:hover,.rn-nav-account-btn:hover{background:rgba(255,255,255,.12);color:#fff;}
.rn-mobile-menu-btn{display:none;}
.rn-search-box{display:none;background:#111;border-top:1px solid #222;}
.rn-search-box.rn-open{display:block;}
.rn-search-inner{max-width:var(--rn-max);margin:0 auto;padding:12px 16px;}
.rn-search-form{display:flex;gap:0;}
.rn-search-input{flex:1;min-width:0;height:42px;border:0;border-radius:0;padding:0 14px;font-size:14px;outline:0;background:#fff;color:#111;}
.rn-search-submit{height:42px;border:0;border-radius:0;padding:0 22px;background:var(--rn-red);color:#fff;font-weight:800;cursor:pointer;}
.rn-search-submit:hover{background:var(--rn-red-dark);}

/* Trending */
.rn-trending{background:#fff;border-bottom:0;}
.rn-trending-inner{max-width:var(--rn-max);height:40px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none;white-space:nowrap;}
.rn-trending-inner::-webkit-scrollbar{display:none;}
.rn-trending-label{flex:0 0 auto;margin-right:12px;color:var(--rn-red);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.rn-trending-divider{width:1px;height:16px;background:#d5d5d5;margin-right:12px;flex:0 0 auto;}
.rn-trending-link{font-size:13px;color:#222;flex:0 0 auto;}
.rn-trending-link:hover,.rn-trending-link--hot{color:var(--rn-red);opacity:1;}
.rn-trending-pipe{margin:0 10px;color:#c8c8c8;font-size:12px;}
.rn-trending-empty{font-size:12px;color:#999;}

/* Hero */
.rn-spot{position:relative;overflow:hidden;background:#121212;background-size:cover;background-position:center;}
.rn-spot-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.92) 38%,rgba(0,0,0,.62) 66%,rgba(0,0,0,.36) 100%);}
.rn-spot-wrap{position:relative;z-index:1;}
.rn-spot-inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,.98fr);gap:34px;align-items:center;padding:34px 0 22px;}
.rn-spot-text{min-width:0;}
.rn-spot-label,.rn-cat-link,.rn-card-cat,.rn-grid-card-cat,.rn-related-cat,.rn-pop-cat{display:inline-flex;align-items:center;gap:6px;color:var(--rn-red);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.055em;}
.rn-spot-label{font-size:14px;margin-bottom:10px;color:var(--rn-red)!important;}
.rn-spot-title{margin:0;color:#fff;font-family:var(--rn-serif);font-size:34px;line-height:1.12;font-weight:900;letter-spacing:-.032em;text-shadow:0 2px 12px rgba(0,0,0,.55);}
.rn-spot-title a{color:#fff;}
.rn-spot-desc{max-width:650px;margin:12px 0 0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.65;}
.rn-spot-photo a{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:0;box-shadow:0 22px 54px rgba(0,0,0,.42);background:#222;}
.rn-spot-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.rn-spot-subs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);padding:16px 0 20px;gap:0;}
.rn-spot-sub{padding:0 18px;border-right:1px solid rgba(255,255,255,.13);}
.rn-spot-sub:first-child{padding-left:0;}
.rn-spot-sub:last-child{border-right:0;}
.rn-spot-sub-title{display:block;margin-bottom:7px;color:#fff!important;font-size:14px;font-weight:800;line-height:1.36;}

/* Section headings */
.rn-section{margin-bottom:22px;}
.rn-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px;border-bottom:1px solid var(--rn-border);}
.rn-section-head-main{display:flex;flex-direction:column;gap:6px;min-width:0;}
.rn-section-label{font-size:16px;font-weight:950;letter-spacing:.02em;text-transform:uppercase;color:#111;}
.rn-section-bar{display:block;width:42px;height:3px;background:var(--rn-red);}
.rn-section-bar--white{background:#fff;}
.rn-section-more{margin-bottom:6px;font-size:12px;font-weight:800;text-transform:uppercase;color:var(--rn-red);}
.rn-section-head--dark{border-bottom-color:rgba(255,255,255,.14);}
.rn-section-head--dark .rn-section-label{color:#fff;}

/* Featured */
.rn-feat-card,.rn-list,.rn-bu-section,.rn-grid-card,.rn-article-wrap,.rn-related{background:#fff;border:1px solid var(--rn-border);border-radius:var(--rn-radius);overflow:hidden;}
.rn-feat-card{margin-bottom:18px;}
.rn-feat-top{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;padding:18px;align-items:center;}
.rn-feat-body{min-width:0;}
.rn-feat-title{margin:6px 0 8px;font-family:var(--rn-serif);font-size:25px;line-height:1.2;font-weight:900;letter-spacing:-.02em;color:#111;}
.rn-feat-desc{margin:0 0 10px;color:#555;font-size:14px;line-height:1.6;}
.rn-feat-img a,.rn-feat-sub-thumb a,.rn-grid-card-thumb a,.rn-card-h-thumb a,.rn-related-thumb a,.rn-rekom-thumb a{display:block;aspect-ratio:16/9;overflow:hidden;background:#e9e9e9;}
.rn-feat-img img,.rn-feat-sub-thumb img,.rn-grid-card-thumb img,.rn-card-h-thumb img,.rn-related-thumb img,.rn-rekom-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s;}
.rn-feat-img:hover img,.rn-feat-sub-thumb:hover img,.rn-grid-card-thumb:hover img,.rn-card-h-thumb:hover img,.rn-related-thumb:hover img,.rn-rekom-thumb:hover img{transform:scale(1.04);}
.rn-feat-subs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--rn-border);}
.rn-feat-sub{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:12px;padding:14px 18px;border-right:1px solid var(--rn-border);align-items:center;}
.rn-feat-sub:last-child{border-right:0;}
.rn-feat-sub-title{margin:4px 0 0;font-size:14px;line-height:1.35;font-weight:850;}

/* Berita utama */
.rn-bu-section{padding:16px 18px 18px;}
.rn-bu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.rn-bu-item{border-right:1px solid var(--rn-border);padding-right:16px;}
.rn-bu-item:last-child{border-right:0;padding-right:0;}
.rn-bu-title{margin:6px 0 0;font-size:15px;line-height:1.35;font-weight:900;}

/* Horizontal list */
.rn-card-h{display:grid;grid-template-columns:220px minmax(0,1fr);border-bottom:1px solid var(--rn-border);transition:background .12s;}
.rn-card-h:last-child{border-bottom:0;}
.rn-card-h:hover{background:#fafafa;}
.rn-card-h-body{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0;padding:16px 18px;}
.rn-card-title{margin:0;font-size:18px;line-height:1.35;font-weight:900;color:#111;}
.rn-card-meta,.rn-grid-card-meta{font-size:12px;color:var(--rn-muted);}

/* Sidebar */
.rn-sbox{background:#fff;border:1px solid var(--rn-border);border-radius:var(--rn-radius);overflow:hidden;margin-bottom:20px;}
.rn-sbox-head{display:flex;flex-direction:column;gap:6px;padding:15px 16px 10px;font-size:15px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;color:#111;}
.rn-sbox-head::after,.rn-sbox-head--arrow>span::after{content:"";display:block;width:40px;height:3px;background:var(--rn-red);}
.rn-sbox-head--arrow{flex-direction:row;align-items:center;justify-content:space-between;}
.rn-sbox-head--arrow::after{display:none;}
.rn-pop2-item{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;padding:13px 16px;border-top:1px solid #f0f0f0;}
.rn-pop2-num{font-size:22px;font-weight:950;color:var(--rn-red);line-height:1;letter-spacing:-.04em;}
.rn-pop2-title{margin:0;font-size:14px;line-height:1.38;font-weight:850;}
.rn-pop-item{display:grid;grid-template-columns:34px 82px minmax(0,1fr);gap:10px;padding:13px 16px;border-top:1px solid #f0f0f0;align-items:center;}
.rn-pop-num{font-size:18px;font-weight:950;color:var(--rn-red);}
.rn-pop-thumb a{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:6px;background:#eee;}
.rn-pop-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.rn-pop-title{margin:3px 0 0;font-size:13px;line-height:1.35;font-weight:850;}

/* Video */
.rn-video-section{background:#fff;border-block:1px solid var(--rn-border);padding:20px 0 24px;}
.rn-video-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.rn-video-brand{font-size:22px;font-weight:950;color:#111;letter-spacing:-.04em;}
.rn-video-play-label{margin-left:4px;color:var(--rn-red);}
.rn-video-lihat{font-size:12px;font-weight:850;color:var(--rn-red);text-transform:uppercase;}
.rn-video-track-outer{position:relative;}
.rn-video-track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px;}
.rn-video-track::-webkit-scrollbar{display:none;}
.rn-video-card{flex:0 0 158px;max-width:158px;}
.rn-video-thumb{position:relative;aspect-ratio:9/16;overflow:hidden;background:#111;border-radius:10px;margin-bottom:8px;}
.rn-video-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s;}
.rn-video-thumb:hover img{transform:scale(1.04);}
.rn-video-play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:rgba(215,25,32,.94);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 8px 20px rgba(0,0,0,.28);}
.rn-video-title{margin:0;font-size:13px;line-height:1.35;font-weight:850;color:#111;}
.rn-video-nav{position:absolute;top:42%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#111;box-shadow:0 6px 18px rgba(0,0,0,.2);cursor:pointer;font-size:26px;line-height:1;}
.rn-video-prev{left:-10px;}.rn-video-next{right:-10px;}

/* Spotlight */
.rn-spotlight{background:#252525;border-radius:var(--rn-radius);overflow:hidden;margin-bottom:22px;color:#fff;}
.rn-spotlight-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:16px 18px 0;}
.rn-spotlight-label{font-size:15px;font-weight:950;text-transform:uppercase;letter-spacing:.035em;color:#fff;}
.rn-spotlight-more{margin-bottom:6px;color:rgba(255,255,255,.62);font-size:12px;font-weight:800;text-transform:uppercase;}
.rn-spotlight-body{padding:16px 18px 18px;}
.rn-spotlight-main{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:16px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12);align-items:center;}
.rn-spotlight-main-img a{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:#111;}
.rn-spotlight-main-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s;}
.rn-spotlight-main-img:hover img{transform:scale(1.04);}
.rn-spotlight-cat{font-size:11px;font-weight:850;color:var(--rn-red);text-transform:uppercase;letter-spacing:.055em;}
.rn-spotlight-main-title{margin:7px 0 8px;color:#fff;font-family:var(--rn-serif);font-size:21px;line-height:1.28;font-weight:900;}
.rn-spotlight-main-desc{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.6;}
.rn-spotlight-subs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;}
.rn-spotlight-sub{padding:0 14px;border-right:1px solid rgba(255,255,255,.12);}
.rn-spotlight-sub:first-child{padding-left:0;}.rn-spotlight-sub:last-child{border-right:0;}
.rn-spotlight-sub-title{margin:0 0 7px;color:#eee;font-size:13px;line-height:1.4;font-weight:850;}

/* Fokus and Kolom */
.rn-fokus-item{padding:0 16px 14px;}
.rn-fokus-item a{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:#111;}
.rn-fokus-item img{width:100%;height:100%;object-fit:cover;display:block;}
.rn-fokus-bar{position:absolute;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88));}
.rn-fokus-title{display:block;color:#fff;font-size:13px;line-height:1.35;font-weight:850;}
.rn-kolom-avatars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 16px 14px;}
.rn-kolom-avatar-card{text-align:center;}
.rn-kolom-avatar-circle{width:72px;height:72px;margin:0 auto 7px;border-radius:50%;overflow:hidden;background:#eee;border:3px solid #fff;box-shadow:0 0 0 1px var(--rn-border);}
.rn-kolom-avatar-circle img{width:100%;height:100%;object-fit:cover;display:block;}
.rn-kolom-author{font-size:12px;font-weight:800;color:#333;}
.rn-kolom-articles{border-top:1px solid var(--rn-border);}
.rn-kolom-art-card{padding:12px 16px;border-bottom:1px solid #f0f0f0;}
.rn-kolom-art-card:last-child{border-bottom:0;}
.rn-kolom-art-title{font-size:13px;line-height:1.4;font-weight:850;}

/* Grids */
.rn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.rn-grid-card-body{padding:12px 14px 15px;}
.rn-grid-card-title{margin:6px 0 8px;font-size:16px;line-height:1.35;font-weight:900;}
.rn-rekom-section{background:#202020;color:#fff;padding:24px 0 28px;margin-top:6px;}
.rn-rekom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.rn-rekom-card{background:#2c2c2c;border:1px solid rgba(255,255,255,.08);border-radius:var(--rn-radius);overflow:hidden;}
.rn-rekom-body{padding:12px 14px 15px;}
.rn-rekom-title{margin:7px 0 0;font-size:16px;line-height:1.36;font-weight:900;color:#fff;}
.rn-rekom-more{text-align:center;margin-top:20px;}
.rn-rekom-more-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:10px 18px;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;}
.rn-tags-section{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid var(--rn-border);border-radius:var(--rn-radius);padding:14px 16px;margin:22px 0;}
.rn-tags-label{font-size:12px;font-weight:950;color:#111;text-transform:uppercase;margin-right:4px;}
.rn-tag-pill{display:inline-flex;align-items:center;border:1px solid var(--rn-border);border-radius:999px;background:#fff;padding:6px 10px;font-size:12px;font-weight:800;color:#333;}
.rn-tag-pill:hover{background:var(--rn-red-soft);border-color:rgba(215,25,32,.25);color:var(--rn-red);opacity:1;}

/* Article / archive */
.rn-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:16px 0 0;color:var(--rn-muted);font-size:12px;}
.rn-breadcrumb a{color:#444;font-weight:700;}
.rn-breadcrumb-sep{color:#aaa;}
.rn-page-title{margin:4px 0 8px;font-family:var(--rn-serif);font-size:32px;line-height:1.18;font-weight:900;color:#111;letter-spacing:-.025em;}
.rn-page-subtitle{margin:0 0 16px;color:#666;line-height:1.6;}
.rn-page-kicker{font-size:13px;font-weight:850;color:var(--rn-red);text-transform:uppercase;margin:0 0 4px;}
.rn-filter-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--rn-border);border-radius:var(--rn-radius);padding:10px 12px;margin:14px 0;}
.rn-filter-tabs{display:flex;gap:8px;}
.rn-filter-tab{display:inline-flex;border-radius:999px;padding:6px 12px;background:#f1f1f1;color:#555;font-size:12px;font-weight:850;text-transform:uppercase;}
.rn-filter-tab.active{background:var(--rn-red);color:#fff;}
.rn-empty{padding:34px 18px;text-align:center;color:var(--rn-muted);font-size:14px;}
.rn-pagination{display:flex;justify-content:center;gap:6px;margin:18px 0;flex-wrap:wrap;}
.rn-pagination a,.rn-pagination strong,.rn-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border:1px solid var(--rn-border);background:#fff;border-radius:6px;padding:0 9px;font-size:13px;font-weight:800;}
.rn-pagination strong,.rn-pagination .active{background:var(--rn-red);border-color:var(--rn-red);color:#fff;}
.rn-article-wrap{overflow:visible;}
.rn-article{background:#fff;border-radius:var(--rn-radius);padding:24px;border:1px solid var(--rn-border);}
.rn-page-wrap{padding:22px 0 40px;border:0;background:transparent;}
.rn-article-cat-link{margin-bottom:10px;}
.rn-article-title{margin:0 0 10px;font-family:var(--rn-serif);font-size:36px;line-height:1.15;font-weight:900;color:#111;letter-spacing:-.035em;}
.rn-article-sub{margin:0 0 14px;color:#555;font-size:18px;line-height:1.55;}
.rn-article-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid var(--rn-border);font-size:12px;color:var(--rn-muted);}
.rn-article-reporter{font-weight:900;color:#222;}
.rn-article-share{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;}
.rn-share-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850;color:#fff!important;line-height:1;background:#555;}
.rn-share-fb{background:#1877f2;}.rn-share-tw{background:#111;}.rn-share-wa{background:#25d366;}.rn-share-tg{background:#229ed9;}.rn-share-cp{background:#6b7280;}
.rn-lead-img{display:block;width:100%;border-radius:10px;margin:0 0 18px;background:#eee;}
.rn-article-body{font-size:18px;line-height:1.82;color:#1f2933;}
.rn-article-body p{margin:0 0 18px;}
.rn-article-body h2{margin:28px 0 12px;font-family:var(--rn-serif);font-size:25px;line-height:1.25;color:#111;}
.rn-article-body h3{margin:22px 0 10px;font-size:21px;line-height:1.3;color:#111;}
.rn-article-body img{display:block;max-width:100%;height:auto;border-radius:9px;margin:14px auto;}
.rn-article-body blockquote{margin:22px 0;padding:14px 18px;border-left:4px solid var(--rn-red);background:#f8f8f8;color:#555;font-style:italic;}
.rn-ad-inarticle{margin:20px 0;min-height:92px;background:#fafafa;border:1px dashed #ddd;border-radius:8px;}
.rn-article-pagination{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:18px 0;font-size:13px;color:var(--rn-muted);}
.rn-art-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border:1px solid var(--rn-border);border-radius:6px;background:#fff;font-weight:850;color:#333;}
.rn-art-page-btn.active{background:var(--rn-red);border-color:var(--rn-red);color:#fff;}
.rn-article-tags{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--rn-border);padding-top:16px;margin-top:18px;}
.rn-related{margin-top:18px;padding:18px;}
.rn-related-head{font-size:15px;font-weight:950;text-transform:uppercase;margin-bottom:14px;}
.rn-related-head::after{content:"";display:block;width:40px;height:3px;background:var(--rn-red);margin-top:6px;}
.rn-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.rn-related-title{margin:6px 0 0;font-size:14px;line-height:1.38;font-weight:850;}

/* Footer */
.rn-indeks-wrap{background:#fff;text-align:center;padding:24px 0;border-top:1px solid var(--rn-border);}
.rn-indeks-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #222;border-radius:999px;padding:10px 20px;font-size:12px;font-weight:950;text-transform:uppercase;color:#222;}
.rn-footer{background:#242424;color:#fff;padding:16px 0;}
.rn-footer-bar{display:flex;align-items:center;gap:14px;}
.rn-footer-logo-wrap{display:flex;align-items:center;gap:12px;}
.rn-footer-logo-box{width:50px;height:50px;background:var(--rn-red);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;}
.rn-footer-logo-img{width:100%;height:100%;object-fit:contain;padding:6px;filter:brightness(0) invert(1);}
.rn-footer-logo-box--text{flex-direction:column;line-height:1;}
.rn-footer-logo-abbr{font-size:16px;font-weight:950;}.rn-footer-logo-site{max-width:45px;margin-top:3px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.84;}
.rn-footer-tagline{font-size:15px;letter-spacing:.02em;}.rn-footer-tagline strong{font-weight:950;}
.rn-back-top{position:fixed;right:18px;bottom:22px;width:42px;height:42px;border:0;border-radius:50%;background:var(--rn-red);color:#fff;display:none;align-items:center;justify-content:center;z-index:320;box-shadow:0 10px 28px rgba(0,0,0,.28);cursor:pointer;font-size:20px;font-weight:900;}
.rn-back-top--visible{display:flex;}
.rn-back-top:hover{background:var(--rn-red-dark);transform:translateY(-2px);}

@media(max-width:1024px){
  .rn-layout{grid-template-columns:1fr;gap:18px;}
  .rn-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
  .rn-sidebar>.rn-ad,.rn-sidebar>.rn-sbox,.rn-sidebar>.rn-sbox-ad{margin-bottom:0;}
  .rn-spot-inner{grid-template-columns:1fr .95fr;}
  .rn-spot-title{font-size:30px;}
  .rn-feat-top{grid-template-columns:1fr 290px;}
}
@media(max-width:768px){
  .rn-container{padding:0 12px;}
  .rn-nav-inner{height:52px;padding:0 12px;gap:10px;}
  .rn-nav-logo-box{width:138px;height:62px;margin-top:-5px;margin-bottom:-5px;}
  .rn-mobile-menu-btn{display:flex;}
  .rn-nav-links{display:none;position:fixed;left:0;right:0;top:52px;height:auto;max-height:calc(100vh - 52px);overflow-y:auto;background:#101010;box-shadow:0 18px 32px rgba(0,0,0,.35);flex-direction:column;align-items:stretch;z-index:219;}
  .rn-nav-links.rn-open{display:flex;}
  .rn-nav-link,.rn-nav-foryou{height:46px!important;margin:0!important;border-radius:0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;background:transparent!important;padding:0 18px;font-weight:850;color:#fff;}
  .rn-nav-link::after{left:18px;right:18px;height:2px;}
  .rn-trending-inner{height:38px;padding:0 12px;}
  .rn-spot-inner{grid-template-columns:1fr;padding:26px 0 14px;}
  .rn-spot-photo{display:none;}
  .rn-spot-title{font-size:25px;}
  .rn-spot-desc{font-size:14px;}
  .rn-spot-overlay{background:rgba(0,0,0,.88);}
  .rn-spot-subs{grid-template-columns:1fr;padding:10px 0 16px;}
  .rn-spot-sub{padding:10px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);}
  .rn-spot-sub:last-child{border-bottom:0;}
  .rn-feat-top{grid-template-columns:1fr;padding:14px;}
  .rn-feat-title{font-size:21px;}
  .rn-feat-subs{grid-template-columns:1fr;}
  .rn-feat-sub{border-right:0;border-bottom:1px solid var(--rn-border);}
  .rn-feat-sub:last-child{border-bottom:0;}
  .rn-bu-grid,.rn-grid,.rn-rekom-grid,.rn-related-grid{grid-template-columns:1fr;}
  .rn-bu-item{border-right:0;border-bottom:1px solid var(--rn-border);padding:0 0 12px;}
  .rn-bu-item:last-child{border-bottom:0;padding-bottom:0;}
  .rn-card-h{grid-template-columns:132px minmax(0,1fr);}
  .rn-card-h-body{padding:12px;}
  .rn-card-title{font-size:15px;}
  .rn-sidebar{display:block;}
  .rn-sidebar>.rn-ad,.rn-sidebar>.rn-sbox,.rn-sidebar>.rn-sbox-ad{margin-bottom:18px;}
  .rn-spotlight-main,.rn-spotlight-subs{grid-template-columns:1fr;}
  .rn-spotlight-sub{padding:10px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);}
  .rn-spotlight-sub:last-child{border-bottom:0;}
  .rn-video-nav{display:none;}
  .rn-page-title{font-size:27px;}
  .rn-article{padding:18px 16px;}
  .rn-article-title{font-size:29px;}
  .rn-article-sub{font-size:16px;}
  .rn-article-body{font-size:17px;line-height:1.76;}
  .rn-pop-item{grid-template-columns:34px 72px 1fr;}
}
@media(max-width:480px){
  .rn-layout{padding:18px 0 26px;}
  .rn-spot-title{font-size:22px;}
  .rn-feat-sub{grid-template-columns:1fr 96px;}
  .rn-card-h{grid-template-columns:112px minmax(0,1fr);}
  .rn-card-h-thumb a{height:100%;}
  .rn-card-meta,.rn-card-cat{font-size:10px;}
  .rn-grid-card-title,.rn-rekom-title{font-size:15px;}
  .rn-video-card{flex-basis:136px;max-width:136px;}
  .rn-article-title{font-size:25px;}
  .rn-article-body{font-size:16px;}
  .rn-share-btn{padding:7px 10px;font-size:11px;}
  .rn-footer-bar{justify-content:center;}
}


/* RedNews square visual system — kotak tegas, tanpa rounded pada box/gambar */
.theme-rednews .rn-feat-card,
.theme-rednews .rn-list,
.theme-rednews .rn-bu-section,
.theme-rednews .rn-grid-card,
.theme-rednews .rn-article-wrap,
.theme-rednews .rn-related,
.theme-rednews .rn-sbox,
.theme-rednews .rn-ad-rect,
.theme-rednews .rn-sbox-ad,
.theme-rednews .rn-video-thumb,
.theme-rednews .rn-spotlight,
.theme-rednews .rn-spotlight-main-img a,
.theme-rednews .rn-fokus-item a,
.theme-rednews .rn-rekom-card,
.theme-rednews .rn-tags-section,
.theme-rednews .rn-filter-bar,
.theme-rednews .rn-article,
.theme-rednews .rn-lead-img,
.theme-rednews .rn-article-body img,
.theme-rednews .rn-ad-inarticle,
.theme-rednews .rn-feat-img a,
.theme-rednews .rn-feat-sub-thumb a,
.theme-rednews .rn-grid-card-thumb a,
.theme-rednews .rn-card-h-thumb a,
.theme-rednews .rn-related-thumb a,
.theme-rednews .rn-rekom-thumb a,
.theme-rednews .rn-pop-thumb a,
.theme-rednews .rn-search-input,
.theme-rednews .rn-search-submit{border-radius:0!important;}
.theme-rednews .rn-nav-search-btn,
.theme-rednews .rn-mobile-menu-btn,
.theme-rednews .rn-nav-account-btn,
.theme-rednews .rn-video-nav,
.theme-rednews .rn-back-top,
.theme-rednews .rn-pagination a,
.theme-rednews .rn-pagination strong,
.theme-rednews .rn-pagination span,
.theme-rednews .rn-art-page-btn,
.theme-rednews .rn-indeks-btn,
.theme-rednews .rn-tag-pill,
.theme-rednews .rn-share-btn,
.theme-rednews .rn-rekom-more-btn{border-radius:0!important;}
.theme-rednews .rn-spot-photo a{border-radius:0!important;}
.theme-rednews .rn-spot-sub-title,
.theme-rednews .rn-spot-sub-title a{color:#fff!important;}

/* RedNews home layout refinement 2026-05-11 */
.rn-trending-inner{justify-content:center;text-align:center;}
.rn-trending-link:nth-of-type(n+6),.rn-trending-pipe:nth-of-type(n+6){display:none;}
.rn-nav{position:sticky;top:0;z-index:1000;}
.rn-nav-actions{margin-left:auto;}
.rn-mobile-menu-btn{display:none;}
.rn-home-top-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:stretch;padding:22px 0 0;}
.rn-highlight{background:#fff;border:1px solid var(--rn-border);border-radius:0;overflow:hidden;margin-bottom:22px;}
.rn-highlight .rn-section-head{padding:14px 16px 0;margin-bottom:0;}
.rn-highlight-main{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1fr);gap:18px;padding:16px;align-items:center;}
.rn-highlight-main-img a{display:block;aspect-ratio:16/9;background:#eee;overflow:hidden;border-radius:0;}
.rn-highlight-main-img img{width:100%;height:100%;object-fit:cover;display:block;}
.rn-highlight-main-title{margin:7px 0 8px;font-family:var(--rn-serif);font-size:26px;line-height:1.18;font-weight:900;letter-spacing:-.025em;}
.rn-highlight-main-title a{color:#111;}
.rn-highlight-desc{margin:0;color:#555;font-size:14px;line-height:1.55;}
.rn-highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--rn-border);}
.rn-highlight-list-item{padding:13px 16px;border-right:1px solid var(--rn-border);border-bottom:1px solid var(--rn-border);}
.rn-highlight-list-item:nth-child(2n){border-right:0;}
.rn-highlight-list-item:nth-last-child(-n+2){border-bottom:0;}
.rn-highlight-list-item h3{margin:0 0 7px;font-size:15px;line-height:1.35;font-weight:850;}
.rn-highlight-list-item h3 a{color:#171717;}
.rn-popular-fixed,.rn-sbox--popular-fixed{height:100%;min-height:0;}
.rn-sbox--popular-fixed{display:flex;flex-direction:column;margin:0;border-radius:0;}
.rn-popular-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;}
.rn-highlight--two{width:100%;}
.rn-highlight2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:16px;}
.rn-highlight2-grid .rn-grid-card{border-radius:0;}
.rn-highlight2-grid .rn-grid-card-thumb a{border-radius:0;}
@media (max-width: 900px){
  .rn-mobile-menu-btn{display:flex;}
  .rn-nav-inner{justify-content:flex-start;}
  .rn-nav-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;}
  .rn-home-top-grid{grid-template-columns:1fr;gap:18px;padding-top:18px;}
  .rn-popular-fixed,.rn-sbox--popular-fixed{height:auto;max-height:none;}
  .rn-popular-scroll{max-height:360px;}
  .rn-highlight-main{grid-template-columns:1fr;}
  .rn-highlight2-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 560px){
  .rn-trending-inner{justify-content:flex-start;text-align:left;}
  .rn-highlight-main-title{font-size:22px;}
  .rn-highlight-list,.rn-highlight2-grid{grid-template-columns:1fr;}
  .rn-highlight-list-item{border-right:0!important;}
  .rn-highlight-list-item:nth-last-child(-n+2){border-bottom:1px solid var(--rn-border);}
  .rn-highlight-list-item:last-child{border-bottom:0;}
}

/* RedNews correction 2026-05-11: precise Highlight/Popular/Sticky behavior */
html body.theme-rednews{padding-top:56px;}
.rn-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:5000!important;transform:none!important;will-change:auto!important;}
.rn-trending{margin-top:0;}
.rn-home-top-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:stretch;margin-top:22px;margin-bottom:22px;}
.rn-home-top-grid>.rn-highlight--one,.rn-home-top-grid>.rn-popular-fixed{min-height:0;height:100%;}
.rn-highlight--one{display:flex;flex-direction:column;}
.rn-highlight--one .rn-highlight-main{grid-template-columns:minmax(300px,.92fr) minmax(0,1fr);padding:16px;gap:16px;}
.rn-highlight--one .rn-highlight-list--only-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:auto;border-top:1px solid var(--rn-border);}
.rn-highlight--one .rn-highlight-list--only-two .rn-highlight-list-item{border-bottom:0!important;}
.rn-highlight--one .rn-highlight-list--only-two .rn-highlight-list-item:nth-child(2){border-right:0!important;}
.rn-popular-fixed{display:flex;align-self:stretch;overflow:hidden;}
.rn-sbox--popular-fixed{height:100%;max-height:none;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden;}
.rn-sbox--popular-fixed .rn-sbox-head{flex:0 0 auto;}
.rn-popular-scroll{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}
.rn-highlight--two{display:block;width:100%;clear:both;}
.rn-highlight2-text{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--rn-border);}
.rn-highlight2-text-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;padding:14px 16px;border-right:1px solid var(--rn-border);border-bottom:1px solid var(--rn-border);background:#fff;}
.rn-highlight2-text-item:nth-child(2n){border-right:0;}
.rn-highlight2-num{font-size:24px;line-height:1;font-weight:950;color:var(--rn-red);letter-spacing:-.05em;}
.rn-highlight2-text-body h3{margin:0 0 6px;font-size:17px;line-height:1.34;font-weight:900;}
.rn-highlight2-text-body h3 a{color:#111;}
.rn-highlight2-text-body h3 a:hover{color:var(--rn-red);}
@media(max-width:980px){
  html body.theme-rednews{padding-top:52px;}
  .rn-home-top-grid{grid-template-columns:1fr;gap:16px;}
  .rn-popular-fixed,.rn-sbox--popular-fixed{height:auto;max-height:none;}
  .rn-popular-scroll{max-height:360px;}
  .rn-highlight--one .rn-highlight-main{grid-template-columns:1fr;}
  .rn-highlight2-text{grid-template-columns:1fr;}
  .rn-highlight2-text-item{border-right:0;}
}
@media(max-width:640px){
  .rn-highlight--one .rn-highlight-list--only-two{grid-template-columns:1fr;}
  .rn-highlight--one .rn-highlight-list--only-two .rn-highlight-list-item{border-right:0!important;border-bottom:1px solid var(--rn-border)!important;}
  .rn-highlight--one .rn-highlight-list--only-two .rn-highlight-list-item:last-child{border-bottom:0!important;}
}


/* RedNews precise correction 2026-05-11: Highlight1 1+2 thumbnails, equal popular scroll, Highlight2 3 title columns */
.rn-home-top-grid{grid-template-columns:minmax(0,1fr) 340px!important;gap:20px!important;align-items:start!important;margin-top:22px!important;margin-bottom:22px!important;}
.rn-home-top-grid>.rn-highlight--one,.rn-home-top-grid>.rn-popular-fixed{height:430px!important;min-height:430px!important;max-height:430px!important;}
.rn-highlight--one{display:flex!important;flex-direction:column!important;overflow:hidden!important;margin-bottom:0!important;}
.rn-highlight--one .rn-section-head{flex:0 0 auto!important;}
.rn-highlight--one .rn-highlight-main{flex:1 1 auto!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(320px,.98fr) minmax(0,1fr)!important;align-items:center!important;padding:14px 16px!important;gap:16px!important;overflow:hidden!important;}
.rn-highlight--one .rn-highlight-main-img a{aspect-ratio:16/9!important;height:100%!important;min-height:190px!important;max-height:255px!important;}
.rn-highlight--one .rn-highlight-main-title{font-size:25px!important;line-height:1.15!important;margin:6px 0!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.rn-highlight--one .rn-highlight-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.rn-highlight--one .rn-highlight-list--only-two{flex:0 0 118px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;border-top:1px solid var(--rn-border)!important;margin-top:0!important;}
.rn-highlight--one .rn-highlight-list--only-two .rn-highlight-list-item{height:118px!important;min-height:118px!important;max-height:118px!important;border-bottom:0!important;overflow:hidden!important;}
.rn-highlight-mini{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:12px!important;}
.rn-highlight-mini-thumb{display:block!important;width:104px!important;height:72px!important;background:#eee!important;overflow:hidden!important;border-radius:0!important;}
.rn-highlight-mini-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.rn-highlight-mini-body h3{font-size:14px!important;line-height:1.28!important;margin:0 0 6px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.rn-popular-fixed{display:flex!important;align-self:start!important;overflow:hidden!important;}
.rn-sbox--popular-fixed{height:430px!important;max-height:430px!important;min-height:0!important;width:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;margin:0!important;}
.rn-sbox--popular-fixed .rn-sbox-head{flex:0 0 auto!important;}
.rn-sbox--popular-fixed .rn-popular-scroll{flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;}
.rn-highlight--two{margin-top:0!important;}
.rn-highlight2-text--three{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:1px solid var(--rn-border)!important;}
.rn-highlight2-text--three .rn-highlight2-text-item{display:block!important;padding:16px 18px!important;border-right:1px solid var(--rn-border)!important;border-bottom:0!important;min-height:88px!important;background:#fff!important;}
.rn-highlight2-text--three .rn-highlight2-text-item:nth-child(3n){border-right:0!important;}
.rn-highlight2-text--three .rn-highlight2-text-item h3{margin:0!important;font-size:17px!important;line-height:1.34!important;font-weight:900!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.rn-highlight2-text--three .rn-highlight2-text-item h3 a{color:#111!important;}
.rn-highlight2-text--three .rn-highlight2-text-item h3 a:hover{color:var(--rn-red)!important;}
@media(max-width:980px){
  .rn-home-top-grid{grid-template-columns:1fr!important;}
  .rn-home-top-grid>.rn-highlight--one{height:auto!important;min-height:0!important;max-height:none!important;}
  .rn-home-top-grid>.rn-popular-fixed,.rn-sbox--popular-fixed{height:auto!important;min-height:0!important;max-height:none!important;}
  .rn-sbox--popular-fixed .rn-popular-scroll{max-height:360px!important;}
  .rn-highlight--one .rn-highlight-main{grid-template-columns:1fr!important;}
  .rn-highlight--one .rn-highlight-list--only-two{height:auto!important;grid-template-columns:1fr!important;}
  .rn-highlight--one .rn-highlight-list--only-two .rn-highlight-list-item{height:auto!important;min-height:96px!important;max-height:none!important;border-right:0!important;border-bottom:1px solid var(--rn-border)!important;}
  .rn-highlight2-text--three{grid-template-columns:1fr!important;}
  .rn-highlight2-text--three .rn-highlight2-text-item{border-right:0!important;border-bottom:1px solid var(--rn-border)!important;}
}
@media(max-width:520px){
  .rn-highlight-mini{grid-template-columns:92px minmax(0,1fr)!important;}
  .rn-highlight-mini-thumb{width:92px!important;height:64px!important;}
  .rn-highlight--one .rn-highlight-main-title{font-size:22px!important;}
}


/* RedNews precision patch: theme-scoped settings, tight ad gap, mobile search no zoom */
.theme-rednews .rn-ad:empty,
.theme-rednews .rn-ad-leaderboard:empty{display:none!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;}
.theme-rednews .rn-container--after-hero-ad{margin-top:0!important;margin-bottom:0!important;}
.theme-rednews .rn-ad-leaderboard--after-hero{min-height:0!important;margin:6px 0 8px!important;padding:0!important;}
.theme-rednews .rn-ad-leaderboard--after-hero iframe,
.theme-rednews .rn-ad-leaderboard--after-hero ins{max-width:100%!important;}
.theme-rednews .rn-home-top-grid{margin-top:10px!important;}
.theme-rednews .rn-search-input{font-size:16px!important;line-height:1.25!important;-webkit-text-size-adjust:100%;}
@media (max-width:768px){
  .theme-rednews .rn-search-input{font-size:16px!important;height:44px!important;}
  .theme-rednews .rn-nav-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;}
  .theme-rednews .rn-nav-search-btn,.theme-rednews .rn-mobile-menu-btn{display:flex!important;}
}


/* RedNews spacing/video polish 2026-05-11 */
body.theme-rednews .rn-section,
body.theme-rednews .rn-highlight,
body.theme-rednews .rn-sbox,
body.theme-rednews .rn-spotlight,
body.theme-rednews .rn-tags-section{margin-bottom:14px;}
body.theme-rednews .rn-home-top-grid{margin-top:14px!important;margin-bottom:14px!important;gap:16px!important;}
body.theme-rednews .rn-layout{gap:16px;padding-top:14px;padding-bottom:26px;}
body.theme-rednews .rn-layout--after-video{padding-top:14px;}
body.theme-rednews .rn-video-section{padding:14px 0 18px;}
body.theme-rednews .rn-video-header{margin-bottom:10px;}
body.theme-rednews .rn-rekom-section{padding-top:18px;padding-bottom:22px;margin-top:0;}
body.theme-rednews .rn-ad,
body.theme-rednews .rn-ad-inarticle,
body.theme-rednews .rn-ad-leaderboard,
body.theme-rednews .rn-ad-rect,
body.theme-rednews .rn-sbox-ad{margin-top:6px!important;margin-bottom:8px!important;min-height:0;}
body.theme-rednews .rn-ad:empty,
body.theme-rednews .rn-ad-inarticle:empty,
body.theme-rednews .rn-ad-leaderboard:empty,
body.theme-rednews .rn-ad-rect:empty,
body.theme-rednews .rn-sbox-ad:empty{display:none!important;margin:0!important;padding:0!important;border:0!important;min-height:0!important;}
body.theme-rednews .rn-container--after-hero-ad{margin-top:6px;margin-bottom:6px;}
body.theme-rednews .rn-video-track{gap:14px;}
body.theme-rednews .rn-video-card{flex:0 0 226px!important;max-width:226px!important;}
body.theme-rednews .rn-video-thumb{aspect-ratio:16/10!important;border-radius:0!important;margin-bottom:7px;}
body.theme-rednews .rn-video-thumb a{display:block;width:100%;height:100%;}
body.theme-rednews .rn-video-thumb img{width:100%;height:100%;object-fit:cover;}
@media(max-width:700px){
  body.theme-rednews .rn-home-top-grid{margin-top:10px!important;margin-bottom:10px!important;gap:12px!important;}
  body.theme-rednews .rn-layout{gap:12px;padding-top:12px;}
  body.theme-rednews .rn-video-card{flex-basis:190px!important;max-width:190px!important;}
}
