@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Merriweather:wght@700;900&display=swap');

:root {
  --color-primary: #C1440E;
  --color-primary-dark: #A33A0C;
  --color-dark-0: #000000;
  --color-dark-1: #1A1A1A;
  --color-dark-2: #2D2D2D;
  --color-dark-3: #404040;
  --color-light-0: #FFFFFF;
  --color-light-1: #F5F5F5;
  --color-light-2: #E8E8E8;
  --color-light-3: #CCCCCC;
  --color-light-4: #999999;
  --color-light-5: #666666;
  --color-light-6: #333333;
  --color-text: #1A1A1A;
  --color-text-secondary: #666666;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Merriweather', Georgia, 'Times New Roman', serif;
  --max-width: 1200px;
}
html.dark {
  --color-dark-0: #FFFFFF;
  --color-dark-1: #E0E0E0;
  --color-dark-2: #CCCCCC;
  --color-dark-3: #999999;
  --color-light-0: #121212;
  --color-light-1: #1E1E1E;
  --color-light-2: #2D2D2D;
  --color-light-3: #404040;
  --color-light-4: #666666;
  --color-light-5: #999999;
  --color-light-6: #CCCCCC;
  --color-text: #E0E0E0;
  --color-text-secondary: #999999;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--color-light-1);
  color: var(--color-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
input { font-family: inherit; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Icons */
[class^="ic-"], [class*=" ic-"] { display: inline-block; }
.icon-1 { font-size: 20px; }
.icon-2 { font-size: 22px; }
.icon-3 { font-size: 28px; }
.icon-4 { font-size: 18px; }
.icon-5 { font-size: 32px; }
.icon-8 { font-size: 24px; }

/* Top Bar */
.topBarWrap {
  background: var(--color-dark-0);
  border-bottom: 1px solid var(--color-light-2);
  position: relative;
  z-index: 100;
}
.topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 16px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.topBar > div { display: flex; align-items: center; gap: 10px; }
.topBar .logo { display: flex; align-items: center; }
.topBar .logo-light, .topBar .logo-dark { height: 26px; width: auto; display: inline-block; }
html:not(.dark) .topBar .logo-light { display: none; }
html.dark .topBar .logo-dark { display: none; }
.ic-inews-topbar, .ic-inews-tv {
  width: 24px; height: 24px;
  background: var(--color-primary);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.ic-inews-tv { background: #1a5276; }

.app-gateway { position: relative; }
.app-download { display: flex; align-items: center; gap: 6px; cursor: pointer; }
.app-download .text { font-size: 11px; color: var(--color-light-4); line-height: 1.2; }
.app-download .text span { display: block; font-weight: 600; color: var(--color-light-3); }
.modal-app-gateway {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  padding: 16px;
  width: 220px;
  z-index: 200;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  margin-top: 8px;
}
.app-gateway:hover .modal-app-gateway { display: block; }
.qrcode-app img { width: 120px; height: 120px; margin: 0 auto; }
.get-app-wrappp { text-align: center; }
.get-app-wrappp p { font-size: 11px; color: var(--color-text-secondary); margin-bottom: 8px; }
.app-available { display: flex; gap: 8px; justify-content: center; }
.app-available a img { height: 32px; width: auto; }

.searchForm { position: relative; display: flex; align-items: center; }
.searchForm input {
  background: var(--color-light-2);
  border: 1px solid var(--color-light-3);
  border-radius: 20px;
  padding: 6px 32px 6px 14px;
  font-size: 13px;
  width: 200px;
  color: var(--color-text);
  outline: none;
}
.searchForm input::placeholder { color: var(--color-light-4); }
.searchForm input:focus { border-color: var(--color-primary); }
.btnSearch {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-light-5);
  padding: 4px 8px;
}
#data-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  z-index: 200;
  margin-top: 4px;
  max-height: 400px;
  overflow-y: auto;
}
.search-on-keyup li, .recent-search li, .trending-topic li {
  padding: 10px 14px;
  font-size: 13px;
  cursor: pointer;
  color: var(--color-text);
}
.search-on-keyup li:hover, .recent-search li:hover { background: var(--color-light-1); }
.list-title { font-weight: 600; font-size: 12px; color: var(--color-light-5); padding: 10px 14px 4px; }
#clear-recent { float: right; color: var(--color-primary); cursor: pointer; font-weight: 500; }

.screen-mode { display: flex; align-items: center; gap: 6px; cursor: pointer; padding: 6px 10px; border-radius: 20px; background: var(--color-light-2); }
.screen-mode .ic-dark-mode { font-size: 16px; }
.screen-mode-info { font-size: 11px; color: var(--color-text-secondary); }
html.dark .screen-mode .ic-dark-mode::after { content: '\2600'; }
html:not(.dark) .screen-mode .ic-dark-mode::after { content: '\263E'; }

#login { position: relative; }
.ishort-btn, .btnLogin {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 20px;
  font-size: 12px; font-weight: 600;
  color: var(--color-light-0);
  background: var(--color-primary);
}
.ic-login::after { content: '\2192'; }

.networkNav { display: flex; align-items: center; gap: 4px; }
.ic-news-network::after { content: '\25A3'; }
.dropDownBtn {
  display: flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600;
  color: var(--color-text-secondary);
  padding: 4px 8px;
  border-radius: 4px;
}
.dropDownBtn:hover { background: var(--color-light-2); }
.ic-dropdown-network::after { content: '\25BC'; font-size: 8px; }

#burgerBtn { padding: 6px; border-radius: 4px; }
#burgerBtn:hover { background: var(--color-light-2); }
.ic-burger-btn::after { content: '\2630'; font-size: 20px; }

/* Header */
header { background: var(--color-light-0); border-bottom: 1px solid var(--color-light-2); }
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
}
.brand { flex: none; }
.brand .brand-text { font-size: 28px; font-weight: 900; font-family: var(--font-display); color: var(--color-primary); letter-spacing: -1px; }
.brand .logo-light, .brand .logo-dark { height: 40px; width: auto; display: inline-block; }
html:not(.dark) .brand .logo-dark { display: none; }
html.dark .brand .logo-light { display: none; }
.adsPlacement { text-align: center; margin: 0; }
.adsPlacement figcaption {
  font-size: 9px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--color-light-4);
  padding: 2px 0;
}
.topLeaderBoard { flex: 1; min-height: 90px; display: flex; align-items: center; justify-content: center; }

/* Navigation */
.nav__main {
  background: var(--color-light-0);
  border-bottom: 2px solid var(--color-light-2);
  position: sticky;
  top: 0;
  z-index: 90;
}
.nav__main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navbar-nav {
  display: flex;
  gap: 0;
  overflow-x: auto;
  flex: 1;
}
.navList { flex: none; }
.navLink {
  display: block;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: border-color .2s;
}
.navLink:hover, .navLink-active { border-bottom-color: var(--color-primary); color: var(--color-primary); }
#dropdown { padding: 12px 14px; cursor: pointer; color: var(--color-light-5); }
.ic-dropdown-kanal::after { content: '\25BE'; }

/* Portalception */
.portalception {
  background: var(--color-light-2);
  border-bottom: 1px solid var(--color-light-3);
}
.portalception .container {
  display: flex; align-items: center; gap: 12px;
  padding: 6px 16px; font-size: 12px; overflow-x: auto;
}
.portalception span { color: var(--color-light-5); font-weight: 500; white-space: nowrap; }
.portalception .portal { flex: none; opacity: .7; transition: opacity .2s; }
.portalception .portal:hover { opacity: 1; }
.portalception .portal img { height: 16px; width: auto; }
.portalception .portal.idx img { height: 20px; }
.portalSep { color: var(--color-light-4); font-size: 12px; }

/* Billboard Ad */
.adsPlacement.size970x250 { margin: 16px 0; min-height: 100px; }
.ads_billboard { min-height: 100px; display: flex; align-items: center; justify-content: center; }

/* iNews TV iframe */
iframe[title="Widget News TV"] { margin: 16px 0; border-radius: 8px; }

/* Breaking News */
#breaking-news { margin: 0 0 16px; }
.breaking-news { position: relative; }
.bn-wp {
  display: flex; align-items: center; gap: 16px;
  background: linear-gradient(135deg, var(--color-primary), #E85D2C);
  border-radius: 8px;
  padding: 8px 20px;
  overflow: hidden;
  min-height: 52px;
}
.bn-logo { flex: none; }
.bn-logo img { width: auto; height: 40px; }
.bn-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bn-more {
  flex: none;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  white-space: nowrap;
}

/* Headline */
.widgetNewsHeadline {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
  margin-bottom: 16px;
}
.headline1 { grid-column: 1; grid-row: 1 / 3; }
.headline2 { grid-column: 2; grid-row: 1; }
.headline3 { grid-column: 3; grid-row: 1; }
.headline4 { grid-column: 2; grid-row: 2; }
.headline5 { grid-column: 3; grid-row: 2; }

.cardArticle {
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.cardArticle:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.cardArticle a { display: flex; flex-direction: column; height: 100%; }
.cardImg { position: relative; overflow: hidden; }
.cardImg .thumbCard {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.headline1 .cardImg .thumbCard { aspect-ratio: 16/9; }
.headline2 .cardImg .thumbCard,
.headline3 .cardImg .thumbCard,
.headline4 .cardImg .thumbCard,
.headline5 .cardImg .thumbCard { aspect-ratio: 16/10; }
.cardBody { padding: 12px; flex: 1; display: flex; flex-direction: column; }
.headline1 .cardBody { padding: 20px; }
.kanal {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.kanalAndTime {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.kanalAndTime .kanal { margin-bottom: 0; }
.postTime { font-size: 11px; color: var(--color-light-4); }
.cardTitle {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.headline1 .cardTitle { font-size: 22px; -webkit-line-clamp: 4; }
.headline2 .cardTitle,
.headline3 .cardTitle,
.headline4 .cardTitle,
.headline5 .cardTitle { font-size: 14px; -webkit-line-clamp: 3; }

/* Main Body Layout */
.mainBody {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
  margin: 16px 0;
}
.sideLeft { min-width: 0; }
.sideRight { position: sticky; top: 60px; }

/* Widget List Article */
.widgetListArticle { margin-bottom: 24px; }
.widgetListArticle__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.widgetListArticle__header__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text);
}
.widgetListArticle__header__action {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
}
.widgetListArticle__body {
  display: grid;
  gap: 12px;
}
.widgetListArticle.col .widgetListArticle__body {
  grid-template-columns: repeat(3, 1fr);
}
.widgetListArticle.row .widgetListArticle__body {
  grid-template-columns: 1fr;
}
.widgetListArticle.row .cardArticle a {
  flex-direction: row;
}
.widgetListArticle.row .cardImg {
  flex: none;
  width: 200px;
}
.widgetListArticle.row .cardImg .thumbCard {
  aspect-ratio: 16/10;
  height: 100%;
}
.widgetListArticle.row .cardBody {
  padding: 12px 16px;
}
.widgetListArticle.row .cardTitle {
  font-size: 15px;
}

/* Vertical Video Widget */
.widget-v-video { margin-bottom: 24px; }
.short-video-container { margin-bottom: 24px; }
.short-video-container .widget-v-video { margin-bottom: 0; }
.widget-v-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.widget-v-video-logo::before {
  content: 'SHORT VIDEO';
  font-size: 18px;
  font-weight: 800;
}
.widget-v-video-btn {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
}
.widget-v-video-body.tp2 { overflow: hidden; }
.widget-v-video-list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.widget-v-video-list::-webkit-scrollbar { height: 4px; }
.widget-v-video-list::-webkit-scrollbar-thumb { background: var(--color-light-3); border-radius: 4px; }
.widget-v-video-card {
  flex: none;
  width: 240px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-light-2);
  background: var(--color-light-0);
  scroll-snap-align: start;
}
.widget-v-video-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.widget-v-video-desc { padding: 10px; }
.widget-v-video-kanal { font-size: 11px; font-weight: 700; color: var(--color-primary); text-transform: uppercase; }
.widget-v-video-title { font-size: 13px; font-weight: 600; line-height: 1.3; margin-top: 4px; }

/* Popular Widget */
.widgetPopular { margin-bottom: 24px; }
.widgetPopular__header {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.widgetPopular__header__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
}
.widgetPopular__body__wrappList {
  display: grid;
  gap: 10px;
}
.cardPopular a { display: flex; gap: 12px; flex-direction: row; background: var(--color-light-0); border: 1px solid var(--color-light-2); border-radius: 8px; overflow: hidden; }
.cardPopular .cardImg { flex: none; width: 140px; }
.cardPopular .cardImg .thumbCard { aspect-ratio: 16/10; height: 100%; }
.cardPopular .cardBody { padding: 10px 12px; }
.cardPopular .cardTitle { font-size: 14px; }
.widgetPopular__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.widgetPopular__footer__btn {
  padding: 6px 14px;
  border: 1px solid var(--color-light-3);
  border-radius: 20px;
  font-size: 14px;
  color: var(--color-text-secondary);
  transition: all .2s;
}
.widgetPopular__footer__btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.widgetPopular__footer__btn:disabled { opacity: .4; cursor: default; }

/* Geo Location */
.widgetGeoLocation { margin-bottom: 24px; background: var(--color-light-0); border: 1px solid var(--color-light-2); border-radius: 8px; overflow: hidden; }
.locationHeader {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border-bottom: 1px solid var(--color-light-2);
}
.locationHeaderTitle { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; }
.icon-toggle { padding: 6px; border-radius: 50%; }
.switch { position: relative; width: 40px; height: 22px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider {
  position: absolute; inset: 0;
  background: var(--color-light-3);
  border-radius: 22px;
  transition: .3s;
}
.slider::before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: .3s;
}
.switch input:checked + .slider { background: var(--color-primary); }
.switch input:checked + .slider::before { transform: translateX(18px); }
.locationBody { padding: 20px 16px; text-align: center; }
.locationTitle { font-size: 14px; color: var(--color-text-secondary); margin-bottom: 16px; }
.locationImg img { max-width: 300px; margin: 0 auto; }
.geo-location-active { display: none; }

/* Sidebar */
.sideRight { display: flex; flex-direction: column; gap: 16px; }
.asideAds {
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  text-align: center;
}
.asideAds figcaption {
  font-size: 9px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--color-light-4);
  padding: 2px 0;
}
.asideAds .br { height: 4px; }

/* Video Highlight */
.widgetVideoHighlight {
  background: var(--color-dark-0);
  color: var(--color-light-0);
  padding: 32px 0;
  margin: 24px 0;
}
.widgetVideoHighlight .widgetHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.widgetVideoHighlight .widgetTitle {
  font-size: 22px;
  font-weight: 800;
}
.widgetVideoHighlight .action {
  font-size: 13px;
  color: var(--color-primary);
  font-weight: 600;
}
.widgetBody {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
}
.video-player .main-video-container {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.playList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 400px;
  overflow-y: auto;
}
.nextList {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-light-4);
  padding: 4px 0;
}
.listPlayer {
  cursor: pointer;
  transition: opacity .2s;
}
.listPlayer:hover { opacity: .8; }
.listPlayer .cardArticle { background: transparent; border-color: rgba(255,255,255,0.15); color: #fff; }
.listPlayer .cardArticle a { flex-direction: row; }
.listPlayer .cardImg { flex: none; width: 120px; }
.listPlayer .cardImg .thumbCard { aspect-ratio: 16/10; }
.listPlayer .cardBody { padding: 6px 10px; }
.listPlayer .cardTitle { font-size: 13px; color: #fff; -webkit-line-clamp: 2; }
.ic-video::after { content: '\25B6'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 24px; color: #fff; background: rgba(0,0,0,0.5); border-radius: 50%; padding: 8px 10px 8px 12px; }

/* Back to Top */
#backToTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
#backToTop.show { opacity: 1; visibility: visible; }
.ic-backToTop::after { content: '\2191'; font-size: 20px; }

/* Footer */
footer {
  width: 100%;
  background: #000;
  border-top: 5px solid #C1440E;
}
.footerBody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
}
.footerLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8vw;
}
.footerBody .withImg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerBody .withImg .logoInews__footer { display: flex; justify-content: center; margin-bottom: 20px; }
.footerBody .withImg .logoInews__footer img { width: 185px; height: auto; display: block; }
.footerBody .withImg .partOf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
.footerBody .withImg .partOf span { font-size: 16px; color: #fff; }
.footerBody .withImg .partOf img { width: auto; height: 24px; }
.footerBody .socmed {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  justify-content: center;
}
.footerBody .socmed a img { width: 34px; height: 34px; display: block; }
.footerBody .donwloadApp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}
.footerBody .donwloadApp .download-label {
  display: block;
  width: 100%;
  font-size: 11px;
  color: var(--color-light-4);
  margin-bottom: 8px;
  text-align: center;
}
.footerBody .donwloadApp a img { height: 36px; width: auto; display: block; }

.footerBody .listInfoFooter {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}
.footerBody .listInfoFooter li { margin-bottom: 8px; }
.footerBody .listInfoFooter li:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  color: #fff;
  margin-bottom: 16px;
}
.footerBody .listInfoFooter li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}
.footerBody .listInfoFooter li a:hover { color: #ccc; }

.license {
  padding: 8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #c5c5c5;
}

/* Modals */
.modalContainer { position: relative; z-index: 200; }
#burgerMenu {
  position: fixed;
  top: 0; right: -100%;
  width: 320px;
  height: 100vh;
  background: var(--color-light-0);
  z-index: 300;
  transition: right .3s;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
}
#burgerMenu.open { right: 0; }
.headerBurgerMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--color-light-2);
}
.headerBurgerImg::before { content: 'BERITA'; font-weight: 900; color: var(--color-primary); }
.ic-close-burger-menu::after { content: '\2715'; font-size: 20px; }
.bodyBurgerMenu { padding: 16px; }
.menuKanal { margin-bottom: 20px; }
.headerMenuKanal { font-weight: 700; font-size: 14px; margin-bottom: 10px; color: var(--color-text); }
.listMenuKanal { display: flex; flex-direction: column; gap: 2px; }
.listKanal a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--color-light-2);
  color: var(--color-text);
}
.listKanal a:hover { color: var(--color-primary); }

#networkDropdown {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-light-0);
  z-index: 300;
  overflow-y: auto;
}
#networkDropdown.open { display: block; }
#networkDropdown .container { padding: 20px 16px; }
.networkHeader { margin-bottom: 20px; }
.textHeader { font-size: 20px; font-weight: 800; display: block; margin-bottom: 8px; }
#closeDropdown { float: right; }
.ic-close-dropdown::after { content: '\2715'; font-size: 20px; }
.textDesc { font-size: 13px; color: var(--color-text-secondary); }
.textDesc a { color: var(--color-primary); font-weight: 600; }
.dropdownMenu { display: grid; grid-template-columns: 1fr 280px; gap: 24px; }
.pulau { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.listPulau {
  padding: 6px 14px;
  border: 1px solid var(--color-light-3);
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all .2s;
}
.listPulau:hover, .listPulau.active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.networkChannel { display: flex; gap: 20px; }
.lineVertical { width: 1px; background: var(--color-light-2); }
#kabupaten { display: flex; flex-wrap: wrap; gap: 6px; }
#kabupaten li { padding: 4px 10px; font-size: 12px; color: var(--color-text-secondary); cursor: pointer; }
#kabupaten li:hover { color: var(--color-primary); }
.networkUpdate { display: flex; flex-direction: column; gap: 12px; }
.networkUpdate a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--color-light-1);
  border-radius: 8px;
  font-size: 13px;
  color: var(--color-text);
  transition: background .2s;
}
.networkUpdate a:hover { background: var(--color-light-2); }
.networkUpdate a span:first-child { font-weight: 700; display: block; font-size: 13px; }

#bgModalContainer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 250;
}
#bgModalContainer.show { display: block; }

/* Smart App Banner (mobile only) */
.getawayApp { display: none; }
.getawayApp-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
}
.getawayApp-text { flex: 1; }
.getawayApp-btn {
  background: rgba(255,255,255,.2);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.getawayApp-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.7);
  font-size: 18px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

/* Mobile Ads (hidden on desktop) */
.ads_mobile_wrap { display: none; }
.ads_sticky_footer_mobile { display: none; }

/* Sticky Ads */
.stickyAds-wp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-light-0);
  border-top: 1px solid var(--color-light-2);
  z-index: 100;
  text-align: center;
  padding: 4px;
  transition: transform .3s;
}
.stickyAds-wp.hide { transform: translateY(100%); }
#closeAds {
  position: absolute;
  top: -28px;
  right: 16px;
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Load More */
#news_update_load { text-align: center; padding: 20px 0; }
#btn-load-more {
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid var(--color-light-3);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-secondary);
  background: var(--color-light-0);
  cursor: pointer;
  transition: all .2s;
}
#btn-load-more:hover { border-color: var(--color-primary); color: var(--color-primary); }

/* Perindo Banner */
.adsPlacement.perindo { margin: 24px 0; }
.adsPlacement.perindo a { display: block; }
.adsPlacement.perindo img { width: 100%; border-radius: 8px; }

/* Widget Network sidebar widgets */
#sideRightTop2, #sideRightTop3,
#sideRightBottom0, #sideRightBottom1, #sideRightBottom2,
#sideRightBottom3, #sideRightBottom4, #sideRightBottom5, #sideRightBottom6 {
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  overflow: hidden;
  min-height: 100px;
}

/* Modal SSO */
.modalLogin {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  z-index: 200;
  margin-top: 4px;
}
.modalLogin.show { display: block; }
.modalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-bottom: 1px solid var(--color-light-2);
}
.modalHeader a { display: flex; align-items: center; gap: 10px; }
.userInfo { display: flex; flex-direction: column; }
.detail-username { font-weight: 700; font-size: 13px; }
.detail-name { font-size: 11px; color: var(--color-text-secondary); }
.ic-close-modal-sso::after { content: '\2715'; }
.modalBody { padding: 14px; font-size: 12px; color: var(--color-text-secondary); }
.modalBody .warning { color: var(--color-primary); font-weight: 600; margin-bottom: 6px; }
.modalBody .infoModal a { color: var(--color-primary); font-weight: 600; }
.modalAction {
  display: block;
  padding: 12px 14px;
  font-size: 13px;
  border-top: 1px solid var(--color-light-2);
  color: var(--color-text);
}
.modalAction:hover { background: var(--color-light-1); }
.hidden { display: none !important; }

/* Article Page Styles */
.article-crumb-wrap { margin: 16px 0; }
.breadcrumb {
  font-size: 12px;
  color: var(--color-light-4);
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--color-light-4); }
.breadcrumb a:hover { color: var(--color-primary); }
.crumb-sep { margin: 0 4px; }
.crumb-current { color: var(--color-text); font-weight: 600; }

.article-split { margin-top: 8px; }
.article-page { max-width: none; }
.article-head { margin-bottom: 20px; }
.article-head h1 {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.15;
  margin: 8px 0 12px;
}
.article-summary { font-size: 16px; color: var(--color-text-secondary); font-style: italic; margin-bottom: 12px; }
.byline { font-size: 12px; color: var(--color-light-5); }
.byline-lg { font-size: 13px; margin-top: 14px; }
.article-media {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}
.article-video {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.article-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
.article-body { font-size: 16px; line-height: 1.75; }
.article-body p { margin: 0 0 16px; }
.related-section { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--color-light-2); }

.tag, .cat-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--cat-color, var(--color-primary));
  padding: 2px 8px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.chan-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--chan-color, var(--color-primary));
  border: 1px solid var(--chan-color, var(--color-primary));
  padding: 1px 7px;
  margin-bottom: 4px;
  margin-right: 4px;
}

/* Page Header (category/search) */
.page-header { margin: 20px 0; }
.page-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  text-transform: uppercase;
}
.page-header h1 {
  font-family: var(--font-display);
  font-size: 28px;
  margin: 6px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-light-2);
}
.channel-desc { font-size: 14px; color: var(--color-text-secondary); margin: -8px 0 20px; }

/* Section heading */
.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 8px;
  margin: 24px 0 16px;
}
.section-heading h2 {
  font-family: var(--font-display);
  font-size: 20px;
  margin: 0;
}
.see-all {
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 600;
}

/* Grid row */
.grid-row, .grid-row-wide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-card { background: var(--color-light-0); border: 1px solid var(--color-light-2); border-radius: 8px; overflow: hidden; }
.grid-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.grid-media { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.grid-copy { padding: 12px; }
.grid-title { font-family: var(--font-display); font-size: 15px; line-height: 1.3; margin: 0; -webkit-line-clamp: 3; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; }

/* Sidebar blocks */
.sidebar-block { background: var(--color-light-0); border: 1px solid var(--color-light-2); border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.sidebar-heading { font-size: 14px; font-weight: 700; color: var(--color-primary); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.list-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid var(--color-light-2);
}
.list-item:first-child { border-top: none; }
.list-index { font-size: 18px; font-weight: 700; color: var(--color-light-3); }
.list-title { font-size: 13.5px; line-height: 1.3; margin: 0; font-weight: 600; }
.empty-state { color: var(--color-text-secondary); padding: 40px 0; text-align: center; }
.load-more-wrap { text-align: center; margin: 20px 0; }
.load-more-btn {
  padding: 10px 36px;
  border: 2px solid var(--color-light-3);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-secondary);
  background: var(--color-light-0);
  cursor: pointer;
  transition: all .2s;
}
.load-more-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }
.load-more-btn:disabled { opacity: .5; cursor: default; }

.adsPlacement.perindo { text-align:center; margin:16px 0; }
.adsPlacement.perindo img { max-width:100%; height:auto; border-radius:4px; }

#news_update_load { text-align:center; margin:24px 0; }
#btn-load-more {
  padding:10px 48px;
  border:2px solid var(--color-light-3);
  border-radius:25px;
  font-size:14px;
  font-weight:600;
  color:var(--color-text-secondary);
  background:var(--color-light-0);
  cursor:pointer;
  transition:all .2s;
}
#btn-load-more:hover { border-color:var(--color-primary); color:var(--color-primary); }

.ic-editor-choice {
  display:inline-block;
  width:20px;
  height:20px;
  background:var(--color-primary);
  border-radius:4px;
  position:relative;
}
.ic-editor-choice::after {
  content:'★';
  color:#fff;
  font-size:12px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/* ========================================
   iNews TV Section
   ======================================== */
.container-box {
  margin-bottom: 16px;
}
.inews-tv-cont {
  background: var(--color-light-0);
  border: 1px solid var(--color-light-2);
  border-radius: 8px;
  overflow: hidden;
}
.inews-tv-cont .top-wrap {
  padding: 12px 16px;
}
.inews-tv-cont .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.inews-tv-cont .left-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.inews-tv-cont .logo-inewsTv {
  width: 80px;
  height: 24px;
  background: var(--color-primary);
  border-radius: 4px;
}
.inews-tv-cont .see-all {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
  white-space: nowrap;
}
.inews-tv-cont .right-group {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.inews-tv-cont .right-group::-webkit-scrollbar { display: none; }
.inews-tv-cont .card {
  display: flex;
  gap: 8px;
  text-decoration: none;
  flex: none;
  width: 260px;
}
.inews-tv-cont .card .pict {
  flex-shrink: 0;
}
.inews-tv-cont .card .pict img {
  width: 133px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.inews-tv-cont .card .title {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-primary);
  line-height: 1.4;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inews-tv-cont .titik {
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 20px;
  color: var(--color-light-3);
}
.inews-tv-cont .bottom-cont {
  border-top: 1px solid var(--color-light-2);
}
.inews-tv-cont .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
}
.inews-tv-cont .bottom .btn-next {
  width: 16px;
  height: 16px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: rotate(-45deg);
}

/* ========================================
   MOBILE RESPONSIVE (iNews.id-style)
   ======================================== */
@media (max-width: 1024px) {
  .mainBody { grid-template-columns: 1fr; }
  .sideRight { display: none; }
  .widgetNewsHeadline { grid-template-columns: 1fr 1fr; }
  .headline1 { grid-column: 1 / -1; }
  .headline2, .headline3, .headline4, .headline5 { grid-column: auto; }
  .widgetBody { grid-template-columns: 1fr; }
  .footerBody { flex-wrap: wrap; gap: 24px; }
  .footerBody .withImg { margin-right: 0; }
  .footerBody .listInfoFooter { padding: 0; }
  .dropdownMenu { grid-template-columns: 1fr; }
  .networkChannel { flex-direction: column; }
  .lineVertical { display: none; }
  .widgetListArticle.col .widgetListArticle__body { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /* === Top Bar === */
  .topBarWrap { position: sticky; top: 0; z-index: 100; }
  .topBar { padding: 6px 12px; gap: 8px; }
  .topBar .logo { order: 1; }
  .app-gateway { display: none; }
  .screen-mode-info { display: none; }
  .networkNav .dropDownBtn .networkLabel { display: none; }
  .searchForm input { width: 120px; font-size: 12px; padding: 4px 28px 4px 10px; }
  .topBar > div:nth-child(2) { order: 3; margin-left: auto; }
  #login .ishort-btn { padding: 4px 10px; font-size: 11px; }
  #login .ishort-btn .ic-login { display: none; }

  /* === Header === */
  header { display: none; }

  /* === Navigation - Horizontal scroll === */
  .nav__main { top: 44px; z-index: 99; border-bottom-width: 1px; }
  .nav__main .container { padding: 0; }
  #navbar-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 0; }
  #navbar-nav::-webkit-scrollbar { display: none; }
  .navLink { padding: 10px 12px; font-size: 12px; white-space: nowrap; border-bottom-width: 2px; }
  .navList:nth-child(n+7) { display: none; }
  #dropdown { display: flex; }
  #dropdown i { font-size: 10px; }

  /* === Portalception === */
  .portalception .container { padding: 4px 12px; font-size: 11px; gap: 8px; overflow-x: auto; white-space: nowrap; }
  .portalception .container::-webkit-scrollbar { display: none; }

  /* === Billboard Ad === */
  .adsPlacement.size970x250 { display: none; }

  /* === Breaking News === */
  .bn-wp { padding: 6px 12px; gap: 8px; }
  .bn-logo img { height: 28px; }
  .bn-text { font-size: 13px; }
  .bn-more { display: none; }

  /* === Headline Section === */
  .widgetNewsHeadline { grid-template-columns: 1fr; gap: 8px; }
  .headline1, .headline2, .headline3, .headline4, .headline5 { grid-column: auto; grid-row: auto; }
  .cardBody { padding: 8px 10px; }
  .headline1 .cardBody { padding: 10px; }
  .headline1 .cardTitle { font-size: 16px; -webkit-line-clamp: 3; }
  .headline2 .cardTitle, .headline3 .cardTitle, .headline4 .cardTitle, .headline5 .cardTitle { font-size: 13px; }
  .cardTitle { font-size: 14px; }

  /* === Main Layout === */
  .container { padding: 0 8px; }
  .mainBody { margin: 8px 0; gap: 12px; }
  .sideRight { display: none; }

  /* === Section Widgets === */
  .widgetListArticle { margin-bottom: 16px; }
  .widgetListArticle__header { padding-bottom: 6px; margin-bottom: 10px; }
  .widgetListArticle__header__title { font-size: 15px; }
  .widgetListArticle__body { gap: 8px; }
  .widgetListArticle.col .widgetListArticle__body { grid-template-columns: 1fr; }

  /* === Article Cards in List (horizontal, img left) === */
  .widgetListArticle.row .cardArticle a { flex-direction: row; }
  .widgetListArticle.row .cardImg { width: 120px; flex: none; }
  .widgetListArticle.row .cardImg .thumbCard { aspect-ratio: 1/1; height: 90px; }
  .widgetListArticle.row .cardBody { padding: 8px 10px; }
  .widgetListArticle.row .cardTitle { font-size: 13px; -webkit-line-clamp: 3; }
  .kanalAndTime { flex-wrap: wrap; gap: 4px; }
  .kanal { font-size: 10px; }
  .postTime { font-size: 10px; }

  /* === Vertical Video Widget === */
  .short-video-container { margin-bottom: 16px; }
  .widget-v-video-header { padding-bottom: 6px; margin-bottom: 10px; }
  .widget-v-video-logo::before { font-size: 15px; }
  .widget-v-video-card { width: 200px; }

  /* === Popular Widget === */
  .widgetPopular { margin-bottom: 16px; }
  .widgetPopular__header { padding-bottom: 6px; margin-bottom: 10px; }
  .widgetPopular__header__title { font-size: 15px; }
  .cardPopular .cardImg { width: 100px; }
  .cardPopular a { flex-direction: row; }
  .cardPopular .cardTitle { font-size: 13px; }
  .widgetPopular__footer__btn { font-size: 12px; padding: 4px 12px; }

  /* === Geo Location === */
  .widgetGeoLocation { margin-bottom: 16px; }
  .locationHeader { padding: 10px 12px; }
  .locationHeaderTitle { font-size: 14px; }
  .locationBody { padding: 14px 12px; }
  .locationTitle { font-size: 13px; }

  /* === Video Highlights === */
  .widgetVideoHighlight { display: none; }

  /* === Second mainBody === */
  .mainBody + .widgetVideoHighlight + .mainBody .sideLeft .widgetListArticle.row .cardArticle a { flex-direction: row; }
  .mainBody + .widgetVideoHighlight + .mainBody .sideLeft .widgetListArticle.row .cardImg { width: 120px; flex: none; }

  /* === Mobile Ads === */
  .getawayApp { display: block; }
  .ads_mobile_wrap { display: block; margin: 8px 0; }
  .ads_sticky_footer_desktop { display: none; }
  .ads_sticky_footer_mobile { display: block; }
  .stickyAds-wp { padding: 2px; }
  body { padding-bottom: 60px; }
  .adsPlacement.size728x90 { display: none; }

  /* === Load More === */
  .load-more-btn { padding: 8px 24px; font-size: 13px; }

  /* === Footer === */
  .footerBody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    align-items: start;
  }
  .footerLeft { display: contents; }
  .footerBody .withImg { grid-column: 1 / -1; margin-right: 0; align-items: center; }
  .footerBody .listInfoFooter { text-align: left; }
  .footerBody .listInfoFooter li { text-align: left; }
  .footerBody .listInfoFooter li:first-child { margin-bottom: 12px; }
  .footerBody .listInfoFooter li a { font-size: 13px; line-height: 2; color: #ccc; text-align: left; }
  .footerBody .listInfoFooter:nth-of-type(1) { grid-column: 1; grid-row: 2; }
  .footerBody .listInfoFooter:nth-of-type(2) { grid-column: 2; grid-row: 2; }
  .footerBody .listInfoFooter:nth-of-type(3) { grid-column: 1 / -1; grid-row: 3; }
  .footerBody .socmed { gap: 12px; margin: 0; grid-column: 1 / -1; grid-row: 4; }
  .footerBody .socmed a img { width: 32px; height: 32px; }
  .footerBody .donwloadApp { margin-top: 0; gap: 10px; grid-column: 1 / -1; grid-row: 5; }

  /* === Burger Menu on mobile === */
  #burgerMenu { width: 280px; }
}

@media (max-width: 480px) {
  .container { padding: 0 6px; }
  .topBar { padding: 4px 8px; }
  .searchForm input { width: 90px; }
  .widgetListArticle.row .cardImg { width: 100px; }
  .widgetListArticle.row .cardImg .thumbCard { height: 75px; }
  .cardTitle { font-size: 13px; }
  .headline1 .cardTitle { font-size: 15px; }
  .navLink { padding: 8px 10px; font-size: 11px; }
  .bn-text { font-size: 12px; }
  .bn-logo img { height: 22px; }
}

.widgetSectionMobile { margin-bottom: 16px; }

/* ============ Halaman Redaksi (iNews-style) ============ */
#about-page .mainBody {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 40px;
}
#about-page aside.sideLeft {
  width: calc(32% - 20px);
  height: auto;
}
#about-page aside.sideLeft .listMenuAbout {
  position: sticky;
  top: 170px;
  width: auto;
  height: auto;
  border-radius: 16px;
  background-color: var(--color-light-0);
  border: 1px solid var(--color-light-3);
  transition: all 0.3s ease-in-out;
  list-style: none;
  padding: 0;
  margin: 0;
}
#about-page aside.sideLeft .listMenuAbout .listMenu {
  padding: 12px 20px;
  border-bottom: 1px solid var(--color-light-3);
}
#about-page aside.sideLeft .listMenuAbout .listMenu:last-child {
  border-bottom: none;
}
#about-page aside.sideLeft .listMenuAbout .listMenu a {
  color: var(--color-text);
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 160%;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
#about-page aside.sideLeft .listMenuAbout .listMenu:hover a,
#about-page aside.sideLeft .listMenuAbout .listMenu.active a {
  color: #E50913;
}
#about-page main.sideRight {
  width: 68%;
  height: auto;
}
#about-page main.sideRight .backdrop-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
#about-page main.sideRight .backdrop-wrapper .titleSection {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 48px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
#about-page main.sideRight .backdrop-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#about-page main.sideRight .about-content.redaksi {
  position: relative;
  top: -30px;
  z-index: 1;
  width: 100%;
  margin-top: 30px;
}
#about-page .about-content.redaksi section.accordion {
  margin: 24px 0;
  width: 100%;
  height: auto;
}
#about-page .about-content.redaksi section.accordion .accordion__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}
#about-page .about-content.redaksi section.accordion .accordion__header .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-text);
}
#about-page .about-content.redaksi section.accordion .accordion__header .dropdown {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  background-image: url('/public/img/redaksi/ic-dropdown.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleY(-1);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.dark #about-page .about-content.redaksi section.accordion .accordion__header .dropdown {
  background-image: url('/public/img/redaksi/ic-dropdown-w.svg');
}
#about-page .about-content.redaksi section.accordion .accordion__header .dropdown.active {
  transform: scaleY(1);
}
#about-page .about-content.redaksi section.accordion .accordion__body {
  display: none;
  width: 100%;
  overflow: hidden;
}
#about-page .about-content.redaksi section.accordion .accordion__body.show {
  display: flex;
  flex-wrap: wrap;
}
#about-page .about-content.redaksi section.accordion .accordion__body .cardRedaksi {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: var(--color-light-1);
  box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.078);
  padding: 0 clamp(16px, 2vw, 22px);
  width: calc(50% - 16px);
  height: 129px;
  margin: 8px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}
#about-page .about-content.redaksi section.accordion .accordion__body .cardRedaksi.full {
  width: 100%;
}
#about-page .about-content.redaksi section.accordion .accordion__body .cardRedaksi:hover {
  background-color: var(--color-light-2);
}
#about-page .cardRedaksi.pembina {
  width: 100%;
  height: 210px;
  flex-direction: column;
  justify-content: center;
}
#about-page .cardRedaksi.pembina .element-obj-L {
  position: absolute;
  left: 0;
  top: 0;
}
#about-page .cardRedaksi.pembina .element-obj-R {
  position: absolute;
  right: 0;
  top: 0;
}
#about-page .cardRedaksi.pembina .profile,
#about-page .cardRedaksi.pimpinanRedaksi .profile {
  flex-direction: column;
  align-items: center;
}
#about-page .cardRedaksi .profile {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
#about-page .cardRedaksi .profile .profile__img {
  flex-shrink: 0;
  width: clamp(40px, 3vw, 60px);
  height: clamp(40px, 3vw, 60px);
  border-radius: 50%;
  overflow: hidden;
}
#about-page .cardRedaksi.pembina .profile .profile__img {
  width: 100px;
  height: 100px;
}
#about-page .cardRedaksi .profile .profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
#about-page .cardRedaksi .profile .profile_detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#about-page .cardRedaksi.pembina .profile .profile_detail {
  align-items: center;
}
#about-page .cardRedaksi .profile .profile_detail .profile__title {
  font-size: clamp(8px, 1.2vw, 12px);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-secondary);
}
#about-page .cardRedaksi .profile .profile_detail .profile_name {
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 24px;
  text-align: left;
  color: var(--color-text);
}
#about-page .cardRedaksi .profile .profile_detail .article-created {
  margin-top: -2px;
  font-size: clamp(8px, 1vw, 14px);
  line-height: 18px;
  color: var(--color-text-secondary);
}
#about-page .black-font {
  text-decoration: none;
  display: block;
}
#about-page .about-content p {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
  color: var(--color-text);
}
#about-page .about-content p a {
  color: var(--color-text);
  text-decoration: underline;
}
#about-page .member-articles {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
#about-page .member-articles .member-article {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: var(--color-light-1);
  text-decoration: none;
  transition: background-color 0.3s;
}
#about-page .member-articles .member-article:hover {
  background: var(--color-light-2);
}
#about-page .member-articles .member-article img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
#about-page .member-articles .member-article h4 {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 4px;
}
#about-page .member-articles .member-article .byline {
  color: var(--color-text-secondary);
  font-size: 12px;
}
#about-page .member-articles .empty-state {
  width: 100%;
  text-align: center;
  color: var(--color-text-secondary);
  padding: 24px;
}
#about-page .back-link {
  display: inline-block;
  margin-top: 8px;
  color: #E50913;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 900px) {
  #about-page .mainBody {
    flex-direction: column;
    gap: 20px;
  }
  #about-page aside.sideLeft {
    width: 100%;
  }
  #about-page aside.sideLeft .listMenuAbout {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #about-page aside.sideLeft .listMenuAbout .listMenu {
    border-bottom: none;
  }
  #about-page main.sideRight {
    width: 100%;
  }
  #about-page .about-content.redaksi section.accordion .accordion__body .cardRedaksi {
    width: 100%;
    margin: 6px 0;
  }
}
