:root{
  --site-footer-surface:#ffffff;
  --site-footer-text:#0f172a;
  --site-footer-text-soft:#475569;
  --site-footer-line:rgba(148,163,184,.20);
}

/* Classic flat cleanup */
body.theme-classic,
body.theme-classic .site-classic-topbar-clean,
body.theme-classic .site-classic-topbar-clean .content-wrap,
body.theme-classic .site-classic-topbar-clean__brandwrap,
body.theme-classic .site-classic-topbar-clean__logo,
body.theme-classic .site-classic-logo-original,
body.theme-classic .si-panel,
body.theme-classic .content-wrap,
body.theme-classic .widget,
body.theme-classic .thumbnail,
body.theme-classic .entry-box,
body.theme-classic .entry-content,
body.theme-classic .article-related,
body.theme-classic .article-sidebox,
body.theme-classic .post-thumb4,
body.theme-classic .thumb-ito,
body.theme-classic .thumb-post,
body.theme-classic .featured__content,
body.theme-classic .featured__content .desc,
body.theme-classic .caption{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

body.theme-classic .article-sidebox,
body.theme-classic .article-related,
body.theme-classic .thumb-ito,
body.theme-classic .widget,
body.theme-classic .entry-content{
  padding-left:0 !important;
  padding-right:0 !important;
}

body.theme-classic .thumbnail{
  margin-bottom:20px;
}

/* Footer: flat, dark links, clean social icons */
.site-classic-footer-clean{
  margin-top:34px;
  border-top:1px solid var(--site-footer-line);
  background:#fff;
  box-shadow:none;
}
.site-classic-footer-clean .bottom-15,
.site-classic-footer-clean .copyright{
  margin-bottom:0;
}
.site-classic-footer-clean .copyright{
  padding:18px 0 14px;
  color:var(--site-footer-text);
  background:transparent;
}
.site-classic-footer-clean__row{
  display:flex;
  align-items:center;
  gap:18px;
}
.site-classic-footer-clean__brand{
  min-height:0;
  display:flex;
  align-items:center;
}
.site-classic-footer-logo-clean{
  max-width:100%;
  height:auto;
}
.site-classic-footer-clean__links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 18px;
  margin:0;
  padding:0;
}
.site-classic-footer-clean__links li,
.site-classic-footer-clean__social li{
  margin:0;
  padding:0;
  list-style:none;
}
.site-classic-footer-clean__links li + li{
  margin-top:0;
}
.site-classic-footer-clean__links a{
  display:inline-flex;
  align-items:center;
  color:var(--site-footer-text)!important;
  font-size:13px;
  font-weight:700;
  letter-spacing:.01em;
  text-decoration:none;
}
.site-classic-footer-clean__links a:hover,
.site-classic-footer-clean__links a:focus{
  color:var(--site-primary)!important;
  text-decoration:none;
}
.site-classic-footer-clean__social{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.site-classic-footer-clean__social ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:12px;
  margin:0;
  padding:0;
}
.site-classic-footer-clean__social .socmed{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  padding:0;
  color:var(--site-footer-text);
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  transition:color .16s ease, opacity .16s ease;
}
.site-classic-footer-clean__social .socmed:hover,
.site-classic-footer-clean__social .socmed:focus{
  color:var(--site-primary);
  background:transparent;
  border:none;
  box-shadow:none;
  transform:none;
  text-decoration:none;
}
.site-classic-footer-clean__social .socmed .fa-stack{
  width:1em;
  height:1em;
  line-height:1;
}
.site-classic-footer-clean__social .socmed .fa-circle{
  display:none;
}
.site-classic-footer-clean__social .socmed .fa-stack-1x{
  color:currentColor;
  font-size:18px;
  line-height:1;
}
.site-social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  line-height:1;
}
.site-social-icon svg{
  display:block;
  width:18px;
  height:18px;
}

/* Header + sticky nav consistency */
.theme-classic .site-classic-topbar-clean{
  position:relative;
  z-index:1042;
  background:#fff;
  border-bottom:1px solid rgba(148,163,184,.14);
}

.theme-classic .site-classic-topbar-clean__row{
  min-height:72px;
}

.theme-classic .site-classic-nav-colored,
.theme-classic .site-classic-nav-colored.sticky{
  position:sticky !important;
  top:0;
  z-index:1041;
  width:100%;
  margin-bottom:0;
  border:0;
  border-radius:0;
  background:rgba(10,15,35,.98) !important;
  box-shadow:none;
  -webkit-backdrop-filter:saturate(140%) blur(8px);
  backdrop-filter:saturate(140%) blur(8px);
}

.theme-classic .site-classic-nav-colored .container{
  position:relative;
}

.theme-classic .site-classic-nav-colored .navbar-collapse,
.theme-classic .site-classic-nav-colored .navbar-collapse.collapse,
.theme-classic .site-classic-nav-colored .navbar-collapse.in{
  display:block !important;
  visibility:visible !important;
  height:auto !important;
  overflow:visible !important;
  border-top:0;
  box-shadow:none;
}

.theme-classic .site-classic-nav-colored .navbar-nav{
  float:none;
  display:flex;
  align-items:center;
  gap:0;
  margin:0;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.theme-classic .site-classic-nav-colored .navbar-nav::-webkit-scrollbar{display:none}

.theme-classic .site-classic-nav-colored .navbar-nav > li{
  float:none;
  display:inline-flex;
}

.theme-classic .site-classic-nav-colored .navbar-nav > li > a,
.theme-classic .site-classic-nav-colored .navbar-nav > .open > a,
.theme-classic .site-classic-nav-colored .navbar-nav > .open > a:focus,
.theme-classic .site-classic-nav-colored .navbar-nav > .open > a:hover{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:14px 14px !important;
  color:#f8fafc !important;
  background:transparent !important;
}

.theme-classic .site-classic-nav-colored .navbar-nav > li > a:hover,
.theme-classic .site-classic-nav-colored .navbar-nav > li.active > a,
.theme-classic .site-classic-nav-colored .navbar-nav > li.active > a:hover,
.theme-classic .site-classic-nav-colored .navbar-nav > li.active > a:focus{
  color:#ffffff !important;
  background:rgba(255,255,255,.08) !important;
}

.theme-classic .site-classic-nav-colored .dropdown-menu{
  border:1px solid rgba(148,163,184,.18);
  border-radius:0;
  padding:6px 0;
  box-shadow:none;
}

.theme-classic .site-classic-nav-colored .dropdown-menu > li > a{
  border-radius:0;
  padding:9px 12px;
}

.theme-classic .site-classic-nav-colored .dropdown-menu > li > a:hover{
  background:rgba(37,99,235,.08);
}

.theme-classic .sticky + .cont{
  padding-top:0 !important;
}

/* Global spacing rhythm */
.theme-classic .container.cont{
  padding-top:18px;
  padding-bottom:24px;
}

.theme-classic .entry-content.bottom-30,
.theme-classic .thumb-ito.entry-content.bottom-30{
  margin-bottom:26px !important;
}

.theme-classic .label-to{
  margin:0 0 10px;
}

/* Detail article readability */
.theme-classic.article-page .post h1,
.theme-classic.article-page .post .text-black strong{
  line-height:1.16;
  letter-spacing:-.02em;
}

.theme-classic.article-page .post-info{
  margin-bottom:12px;
}

.theme-classic.article-page .post-info .author,
.theme-classic.article-page .post-info .date{
  font-size:13px;
  line-height:1.5;
}

.theme-classic.article-page .post-content p{
  font-size:18px;
  line-height:1.82;
  color:#1e293b;
}

.theme-classic.article-page figure.bottom-15,
.theme-classic.article-page .post-content,
.theme-classic.article-page .sharing-box,
.theme-classic.article-page .thumb-ito{
  margin-bottom:18px !important;
}

.theme-classic.article-page .gambarkecil,
.theme-classic.article-page .img-responsive{
  border-radius:0;
  box-shadow:none;
}

/* Classic homepage desktop/mobile item count + spacing */
.theme-classic .si-classic-home-headline,
.theme-classic .si-classic-home-gallery,
.theme-classic .si-classic-home-video{
  overflow:hidden;
}

.theme-classic .si-classic-home-gallery .row,
.theme-classic .si-classic-home-video .row{
  display:flex;
  flex-wrap:wrap;
}

@media (min-width:768px){
  .theme-classic .si-classic-home-headline .si-classic-headline-item,
  .theme-classic .si-classic-home-gallery .si-classic-gallery-item,
  .theme-classic .si-classic-home-video .si-classic-video-item{
    display:block !important;
  }
}

@media (max-width:767px){
  .site-classic-footer-clean .copyright{
    padding:16px 0 12px;
  }
  .site-classic-footer-clean__row{
    display:block;
    text-align:center;
  }
  .site-classic-footer-clean__brand,
  .site-classic-footer-clean__social{
    justify-content:center;
  }
  .site-classic-footer-clean__brand{
    margin-bottom:12px;
  }
  .site-classic-footer-clean__links{
    margin:0 0 12px;
    gap:8px 14px;
  }
  .site-classic-footer-clean__social ul{
    justify-content:center;
  }

  .theme-classic .site-classic-nav-colored,
  .theme-classic .site-classic-nav-colored.sticky{
    top:0;
  }

  .theme-classic .site-classic-topbar-clean__row{
    min-height:60px;
  }

  .theme-classic .site-classic-nav-colored .navbar-nav > li > a{
    min-height:44px;
    padding:12px 12px !important;
    font-size:13px;
  }

  .theme-classic .container.cont,
  .theme-classic .si-classic-home-main{
    padding-top:10px;
  }

  .theme-classic .site-classic-nav-colored + .si-classic-home-main{
    padding-top:12px;
  }

  .theme-classic .si-classic-home-headline .si-classic-headline-item:nth-child(n+2),
  .theme-classic .si-classic-home-gallery .si-classic-gallery-item:nth-child(n+2),
  .theme-classic .si-classic-home-video .si-classic-video-item:nth-child(n+2){
    display:none !important;
  }

  .theme-classic .si-classic-home-headline .si-classic-headline-item,
  .theme-classic .si-classic-home-gallery .si-classic-gallery-item,
  .theme-classic .si-classic-home-video .si-classic-video-item{
    float:none;
    width:100%;
    max-width:100%;
  }

  .theme-classic .si-classic-home-headline .featured__content{
    margin-bottom:0;
  }

  .theme-classic .si-classic-home-gallery .row,
  .theme-classic .si-classic-home-video .row{
    margin-left:0;
    margin-right:0;
  }

  .theme-classic .si-classic-home-gallery .si-classic-gallery-item,
  .theme-classic .si-classic-home-video .si-classic-video-item{
    padding-left:0;
    padding-right:0;
  }

  .theme-classic .si-classic-home-gallery .thumbnail,
  .theme-classic .si-classic-home-video .thumbnail{
    margin-bottom:0;
  }

  .theme-classic.article-page .post h1{
    font-size:30px;
    line-height:1.18;
    margin-bottom:10px;
  }

  .theme-classic.article-page .post-info .author,
  .theme-classic.article-page .post-info .date{
    float:none !important;
    display:block;
    font-size:12px;
  }

  .theme-classic.article-page .post-info .author span{
    display:none;
  }

  .theme-classic.article-page .post-content p{
    font-size:16px;
    line-height:1.76;
  }

  .theme-classic.article-page .media-left,
  .theme-classic.article-page .media-right,
  .theme-classic.article-page .thumb-post,
  .theme-classic.article-page .media-content{
    display:block;
    width:100%;
    float:none;
  }

  .theme-classic.article-page .thumb-post{
    margin-top:10px;
  }
}


/* Homepage classic balance polish */
.theme-classic .si-classic-home-headline,
.theme-classic .si-classic-home-headline .featured__content,
.theme-classic .si-classic-home-headline .featured__content > a,
.theme-classic .si-classic-home-headline .featured__content .thumb,
.theme-classic .si-classic-home-headline .featured__content .tinggi,
.theme-classic .si-classic-home-headline .featured__content .shadow{
  border-radius:0 !important;
}

.theme-classic .si-classic-home-headline .featured__content{
  overflow:hidden;
}

.theme-classic .si-classic-home-headline .featured__content .desc{
  padding:14px 18px 12px !important;
}

.theme-classic .si-classic-home-headline .featured__content h4{
  margin-bottom:8px;
}

.theme-classic .si-classic-home-headline .featured__content .meta__timestamp{
  font-size:12px;
  line-height:1.4;
}

.theme-classic .si-classic-home-main .hover01{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.theme-classic .si-classic-home-main .hover01 .media-left.thumb-post{
  flex:0 0 148px;
  width:148px;
  height:96px;
  margin-right:0;
  padding-right:0;
}

.theme-classic .si-classic-home-main .hover01 .post-thumb4,
.theme-classic .si-classic-home-main .hover01 .gambarkecil{
  width:100%;
  height:96px;
}

.theme-classic .si-classic-home-main .hover01 .media-right.media-content{
  display:block;
  width:auto;
  min-width:0;
  overflow:hidden;
}

.theme-classic .si-classic-home-main .hover01 h3.media-heading{
  font-size:18px;
  line-height:1.24;
  font-weight:400;
  margin:0 0 6px;
}

.theme-classic .si-classic-home-main .hover01 .date{
  font-size:12px;
  line-height:1.35;
  color:#8f96a3;
}

@media (max-width:767px){
  .theme-classic .si-classic-home-headline .featured__content .desc{
    padding:14px 16px 12px !important;
  }

  .theme-classic .si-classic-home-headline .featured__content h4{
    font-size:17px;
    line-height:1.3;
  }

  .theme-classic .si-classic-home-main .hover01{
    gap:12px;
  }

  .theme-classic .si-classic-home-main .hover01 .media-left.thumb-post{
    flex:0 0 118px;
    width:118px;
    height:78px;
  }

  .theme-classic .si-classic-home-main .hover01 .post-thumb4,
  .theme-classic .si-classic-home-main .hover01 .gambarkecil{
    height:78px;
  }

  .theme-classic .si-classic-home-main .hover01 h3.media-heading{
    font-size:14px;
    line-height:1.28;
    margin-bottom:5px;
  }

  .theme-classic .si-classic-home-main .hover01 .date{
    font-size:11px;
  }
}


/* Classic header logo spacing tighter */
.theme-classic .site-classic-topbar-clean__row{
  min-height:56px;
}

.theme-classic .site-classic-topbar-clean__brandwrap,
.theme-classic .site-classic-topbar-clean__logo{
  padding-top:4px;
  padding-bottom:4px;
}

.theme-classic .site-classic-logo-original,
.theme-classic .site-classic-topbar-clean__logo .site-classic-logo-original,
.theme-classic .site-classic-topbar-clean__logo img{
  margin-bottom:0 !important;
  max-height:52px;
  width:auto;
}

/* Gallery and video boxes: dark flat editorial blocks */
.theme-classic .si-classic-home-gallery,
.theme-classic .si-classic-home-video{
  background:#0b1020 !important;
  color:#f8fafc;
  padding:14px 14px 10px;
  margin-bottom:28px !important;
}

.theme-classic .si-classic-home-gallery .label-to,
.theme-classic .si-classic-home-video .label-to{
  margin:0 0 12px !important;
  padding:0 2px;
}

.theme-classic .si-classic-home-gallery .label-to h2,
.theme-classic .si-classic-home-video .label-to h2,
.theme-classic .si-classic-home-gallery .label-to a,
.theme-classic .si-classic-home-video .label-to a{
  color:#f8fafc !important;
}

.theme-classic .si-classic-home-gallery .label-to small,
.theme-classic .si-classic-home-video .label-to small{
  display:inline-block;
  padding-top:4px;
}

.theme-classic .si-classic-home-gallery .row,
.theme-classic .si-classic-home-video .row{
  margin-left:-8px;
  margin-right:-8px;
}

.theme-classic .si-classic-home-gallery .si-classic-gallery-item,
.theme-classic .si-classic-home-video .si-classic-video-item{
  padding-left:8px;
  padding-right:8px;
  margin-bottom:8px;
}

.theme-classic .si-classic-home-gallery .thumbnail,
.theme-classic .si-classic-home-video .thumbnail{
  margin-bottom:0;
}

.theme-classic .si-classic-home-gallery figure,
.theme-classic .si-classic-home-video .box-video{
  margin-bottom:10px;
}

.theme-classic .si-classic-home-gallery .caption,
.theme-classic .si-classic-home-video .caption{
  padding:0 4px 4px !important;
}

.theme-classic .si-classic-home-gallery .caption h4,
.theme-classic .si-classic-home-video .caption h4{
  margin:0 0 8px;
  line-height:1.35;
}

.theme-classic .si-classic-home-gallery .caption h4 a,
.theme-classic .si-classic-home-video .caption h4 a{
  color:#f8fafc !important;
}

.theme-classic .si-classic-home-gallery .caption .date,
.theme-classic .si-classic-home-video .caption .date{
  color:rgba(226,232,240,.82) !important;
  margin:0;
}

.theme-classic .si-classic-home-gallery .caption .date i,
.theme-classic .si-classic-home-video .caption .date i{
  color:rgba(226,232,240,.72) !important;
}

.theme-classic .si-classic-home-gallery .effect-chico a,
.theme-classic .si-classic-home-video .box-video{
  display:block;
  overflow:hidden;
}

@media (max-width:767px){
  .theme-classic .site-classic-topbar-clean__row{
    min-height:48px;
  }

  .theme-classic .site-classic-topbar-clean__brandwrap,
  .theme-classic .site-classic-topbar-clean__logo{
    padding-top:3px;
    padding-bottom:3px;
  }

  .theme-classic .site-classic-logo-original,
  .theme-classic .site-classic-topbar-clean__logo .site-classic-logo-original,
  .theme-classic .site-classic-topbar-clean__logo img{
    max-height:44px;
  }

  .theme-classic .si-classic-home-gallery,
  .theme-classic .si-classic-home-video{
    padding:12px 12px 8px;
  }

  .theme-classic .si-classic-home-gallery .label-to,
  .theme-classic .si-classic-home-video .label-to{
    padding:0 2px;
    margin-bottom:10px !important;
  }

  .theme-classic .si-classic-home-gallery .caption,
  .theme-classic .si-classic-home-video .caption{
    padding:0 2px 2px !important;
  }
}


/* Detail article polish: compact breadcrumb, smaller title, clean tags, compact pager */
.theme-classic.article-page .entry-box{
  padding:0 !important;
}
.theme-classic.article-page .breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 14px;
  padding:0;
  background:transparent;
  text-transform:none;
  list-style:none;
  overflow:visible;
}
.theme-classic.article-page .breadcrumb > li{
  float:none;
}
.theme-classic.article-page .breadcrumb > li + li:before{
  content:'/';
  padding:0 2px 0 0;
  color:#94a3b8;
}
.theme-classic.article-page .breadcrumb li a,
.theme-classic.article-page .breadcrumb li.completed a{
  display:inline-flex;
  align-items:center;
  float:none;
  padding:0;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
  color:#60a5fa;
  background:transparent !important;
}
.theme-classic.article-page .breadcrumb li a:before,
.theme-classic.article-page .breadcrumb li a:after,
.theme-classic.article-page .breadcrumb li.completed a:after{
  content:none !important;
  display:none !important;
}
.theme-classic.article-page .breadcrumb li a:hover,
.theme-classic.article-page .breadcrumb li.completed a:hover{
  color:#2563eb;
}
.theme-classic.article-page .post h1,
.theme-classic.article-page .post .text-black strong{
  font-size:46px;
  line-height:1.12;
  margin-bottom:12px;
}
.theme-classic.article-page .post-info .author,
.theme-classic.article-page .post-info .date{
  font-size:14px;
}
.theme-classic.article-page .article-pagination{
  margin:6px 0 18px;
}
.theme-classic.article-page .article-pagination .row{
  margin:0;
}
.theme-classic.article-page .article-pagination .pagination{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-wrap:wrap;
  margin:0;
}
.theme-classic.article-page .article-pagination .pagination > li{
  display:inline-flex;
}
.theme-classic.article-page .article-pagination .pagination > li > a,
.theme-classic.article-page .article-pagination .pagination > li > span{
  min-width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid rgba(148,163,184,.28);
  border-radius:10px;
  background:#fff;
  color:#475569;
  font-size:14px;
  font-weight:700;
  line-height:1;
  box-shadow:none;
}
.theme-classic.article-page .article-pagination .pagination > li.active > a,
.theme-classic.article-page .article-pagination .pagination > li.active > span{
  background:#e2e8f0;
  border-color:#cbd5e1;
  color:#334155;
}
.theme-classic.article-page .article-pagination .pagination > li > a:hover,
.theme-classic.article-page .article-pagination .pagination > li > span:hover{
  background:#f8fafc;
  color:#0f172a;
}
.theme-classic.article-page .article-after-content{
  margin:6px 0 14px;
}
.theme-classic.article-page .article-editor-line{
  margin:0;
  padding:10px 0 8px;
  border-top:1px solid rgba(148,163,184,.22);
}
.theme-classic.article-page .article-editor-line .editor{
  float:none !important;
  display:block;
  text-align:right;
  font-size:13px;
  color:#475569;
}
.theme-classic.article-page .article-tags-inline{
  display:flex;
  align-items:flex-start;
  gap:10px;
  flex-wrap:wrap;
  padding:10px 0 0;
}
.theme-classic.article-page .article-tags-inline__label{
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#64748b;
  padding-top:6px;
}
.theme-classic.article-page .article-tags-inline__items{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  flex:1 1 auto;
}
.theme-classic.article-page .article-tags-inline__item{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:999px;
  background:#fff;
  color:#334155;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
}
.theme-classic.article-page .article-tags-inline__item:hover{
  color:#0f172a;
  border-color:#94a3b8;
  text-decoration:none;
}
.theme-classic.article-page .article-related-list .label-to,
.theme-classic.article-page .thumb-ito.entry-content .label-to{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.1;
}
.theme-classic.article-page .article-related-list__item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:0 0 14px;
  margin:0 0 14px !important;
  border-bottom:1px solid rgba(148,163,184,.14);
}
.theme-classic.article-page .article-related-list__item:last-child{
  border-bottom:none;
  padding-bottom:0;
  margin-bottom:0 !important;
}
.theme-classic.article-page .article-related-list__content{
  flex:1 1 auto;
  min-width:0;
}
.theme-classic.article-page .article-related-list__thumb,
.theme-classic.article-page .article-related-list__thumb.media-right{
  flex:0 0 132px;
  width:132px;
  min-width:132px;
  margin:0;
}
.theme-classic.article-page .article-related-list__thumb .post-thumb4,
.theme-classic.article-page .article-related-list__thumb .gambarkecil{
  width:132px;
  height:82px;
}
.theme-classic.article-page .article-related-list .media-heading{
  font-size:16px;
  line-height:1.28;
  font-weight:700;
  margin:0 0 6px;
}
.theme-classic.article-page .article-related-list .date{
  font-size:12px;
  line-height:1.35;
  color:#94a3b8;
  margin:0;
}
.theme-classic.article-page .thumb-ito.entry-content > section > .bottom-10,
.theme-classic.article-page .thumb-ito.entry-content > section > article{
  margin-bottom:14px !important;
}
@media (max-width:767px){
  .theme-classic.article-page .breadcrumb{
    gap:5px;
    margin-bottom:12px;
  }
  .theme-classic.article-page .breadcrumb li a,
  .theme-classic.article-page .breadcrumb li.completed a{
    font-size:11px;
  }
  .theme-classic.article-page .post h1,
  .theme-classic.article-page .post .text-black strong{
    font-size:25px;
    line-height:1.16;
    letter-spacing:-.02em;
  }
  .theme-classic.article-page .article-pagination .pagination{
    gap:5px;
  }
  .theme-classic.article-page .article-pagination .pagination > li > a,
  .theme-classic.article-page .article-pagination .pagination > li > span{
    min-width:38px;
    height:38px;
    padding:0 10px;
    font-size:13px;
    border-radius:9px;
  }
  .theme-classic.article-page .article-editor-line{
    padding:8px 0 6px;
  }
  .theme-classic.article-page .article-editor-line .editor{
    text-align:left;
    font-size:12px;
  }
  .theme-classic.article-page .article-tags-inline{
    gap:8px;
    padding-top:8px;
  }
  .theme-classic.article-page .article-tags-inline__label{
    width:100%;
    padding-top:0;
    font-size:11px;
  }
  .theme-classic.article-page .article-tags-inline__items{
    gap:6px;
  }
  .theme-classic.article-page .article-tags-inline__item{
    min-height:28px;
    padding:5px 9px;
    font-size:11px;
  }
  .theme-classic.article-page .article-related-list .label-to,
  .theme-classic.article-page .thumb-ito.entry-content .label-to{
    font-size:18px;
  }
  .theme-classic.article-page .article-related-list__item{
    gap:12px;
    padding-bottom:12px;
    margin-bottom:12px !important;
  }
  .theme-classic.article-page .article-related-list__thumb,
  .theme-classic.article-page .article-related-list__thumb.media-right{
    flex:0 0 112px;
    width:112px;
    min-width:112px;
  }
  .theme-classic.article-page .article-related-list__thumb .post-thumb4,
  .theme-classic.article-page .article-related-list__thumb .gambarkecil{
    width:112px;
    height:70px;
  }
  .theme-classic.article-page .article-related-list .media-heading{
    font-size:14px;
    line-height:1.25;
    margin-bottom:5px;
  }
  .theme-classic.article-page .article-related-list .date{
    font-size:11px;
  }
}


/* Detail article revision: tighter hierarchy, breadcrumb pills, compact related */
.theme-classic.article-page .article-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 14px;
  padding:0;
  background:transparent;
}
.theme-classic.article-page .article-breadcrumb > li{
  display:inline-flex;
  align-items:center;
  float:none;
}
.theme-classic.article-page .article-breadcrumb > li + li:before{
  padding:0 2px 0 0;
  color:#94a3b8;
}
.theme-classic.article-page .article-breadcrumb > li > a{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 10px;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  color:#2563eb;
  background:#eef2f7;
  border-radius:999px;
  text-decoration:none;
}
.theme-classic.article-page .article-breadcrumb > li > a:hover,
.theme-classic.article-page .article-breadcrumb > li > a:focus{
  color:#1d4ed8;
  background:#e2e8f0;
  text-decoration:none;
}
.theme-classic.article-page .article-title,
.theme-classic.article-page .post h1,
.theme-classic.article-page .post .text-black strong{
  font-size:46px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.theme-classic.article-page .article-pagination{
  margin:16px 0 12px;
}
.theme-classic.article-page .article-pagination .row{
  margin:0;
}
.theme-classic.article-page .article-pagination .pagination{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  margin:0;
  padding:0;
}
.theme-classic.article-page .article-pagination .pagination > li{
  display:inline-flex;
  align-items:center;
}
.theme-classic.article-page .article-pagination .pagination > li > a,
.theme-classic.article-page .article-pagination .pagination > li > span{
  min-width:40px;
  height:40px;
  padding:0 12px;
  border:1px solid rgba(148,163,184,.24);
  border-radius:10px;
  font-size:12px;
  font-weight:700;
  line-height:38px;
  color:#475569;
  background:#fff;
  text-align:center;
}
.theme-classic.article-page .article-pagination .pagination > li.active > a,
.theme-classic.article-page .article-pagination .pagination > li.active > span{
  color:#fff;
  background:#0f172a;
  border-color:#0f172a;
}
.theme-classic.article-page .article-pagination .pagination > li > a:hover,
.theme-classic.article-page .article-pagination .pagination > li > a:focus{
  color:#0f172a;
  background:#f8fafc;
  border-color:rgba(148,163,184,.36);
  text-decoration:none;
}
.theme-classic.article-page .article-after-content{
  margin-bottom:10px !important;
}
.theme-classic.article-page .article-editor-line{
  padding-bottom:8px;
  margin-bottom:8px !important;
}
.theme-classic.article-page .article-tags-inline{
  padding-top:6px;
}
.theme-classic.article-page .article-related-list{
  margin-top:4px;
}
.theme-classic.article-page .article-related-list__items{
  margin:0;
}
.theme-classic.article-page .article-related-list__item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:0 0 10px;
  margin:0 0 10px !important;
  border-bottom:1px solid rgba(148,163,184,.14);
}
.theme-classic.article-page .article-related-list__item:last-child{
  padding-bottom:0;
  margin-bottom:0 !important;
  border-bottom:none;
}
.theme-classic.article-page .article-related-list__content{
  flex:1 1 auto;
  min-width:0;
  order:1;
}
.theme-classic.article-page .article-related-list__thumb,
.theme-classic.article-page .article-related-list__thumb.media-right{
  order:2;
  flex:0 0 108px;
  width:108px;
  min-width:108px;
  margin:0;
}
.theme-classic.article-page .article-related-list__thumb .post-thumb4,
.theme-classic.article-page .article-related-list__thumb .gambarkecil{
  width:108px;
  height:68px;
}
.theme-classic.article-page .article-related-list .media-heading{
  margin:0 0 4px;
  font-size:15px;
  line-height:1.24;
}
.theme-classic.article-page .article-related-list .date{
  margin:0;
  font-size:11px;
  line-height:1.3;
}
.theme-classic.article-page .thumb-ito.entry-content > .bottom-10{
  margin-bottom:8px !important;
}
@media (max-width:767px){
  .theme-classic.article-page .article-breadcrumb{
    gap:5px;
    margin-bottom:10px;
  }
  .theme-classic.article-page .article-breadcrumb > li > a{
    min-height:24px;
    padding:3px 9px;
    font-size:11px;
  }
  .theme-classic.article-page .article-title,
  .theme-classic.article-page .post h1,
  .theme-classic.article-page .post .text-black strong{
    font-size:22px;
    line-height:1.12;
    letter-spacing:-.025em;
  }
  .theme-classic.article-page .article-pagination{
    margin:14px 0 10px;
  }
  .theme-classic.article-page .article-pagination .pagination{
    gap:5px;
  }
  .theme-classic.article-page .article-pagination .pagination > li > a,
  .theme-classic.article-page .article-pagination .pagination > li > span{
    min-width:36px;
    height:36px;
    padding:0 10px;
    line-height:34px;
    font-size:11px;
    border-radius:9px;
  }
  .theme-classic.article-page .article-related-list__item{
    gap:8px;
    padding-bottom:8px;
    margin-bottom:8px !important;
  }
  .theme-classic.article-page .article-related-list__thumb,
  .theme-classic.article-page .article-related-list__thumb.media-right{
    flex:0 0 94px;
    width:94px;
    min-width:94px;
  }
  .theme-classic.article-page .article-related-list__thumb .post-thumb4,
  .theme-classic.article-page .article-related-list__thumb .gambarkecil{
    width:94px;
    height:60px;
  }
  .theme-classic.article-page .article-related-list .media-heading{
    font-size:13px;
    line-height:1.22;
    margin-bottom:3px;
  }
  .theme-classic.article-page .article-related-list .date{
    font-size:10px;
  }
}


/* Classic final revision: compact breadcrumbs, calmer detail title, tighter related list, stable mobile nav */
body.theme-classic,
body.theme-classic.article-page,
body.theme-classic .site,
body.theme-classic .site-wrapper{
  overflow-x:hidden;
}

body.theme-classic img,
body.theme-classic iframe,
body.theme-classic table{
  max-width:100%;
}

.theme-classic .breadcrumb,
.theme-classic .si-kanal-breadcrumb,
.theme-classic.article-page .breadcrumb,
.theme-classic.article-page .article-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  margin:0 0 14px;
  padding:11px 16px;
  background:#f1f3f5 !important;
  border:0 !important;
  border-radius:4px !important;
  list-style:none;
  overflow:hidden;
}

.theme-classic .breadcrumb > li,
.theme-classic .si-kanal-breadcrumb > li,
.theme-classic.article-page .breadcrumb > li,
.theme-classic.article-page .article-breadcrumb > li{
  float:none;
  display:inline-flex;
  align-items:center;
}

.theme-classic .breadcrumb > li + li:before,
.theme-classic .si-kanal-breadcrumb > li + li:before,
.theme-classic.article-page .breadcrumb > li + li:before,
.theme-classic.article-page .article-breadcrumb > li + li:before{
  content:'/';
  display:inline-block;
  padding:0 7px;
  color:#9aa0a6;
}

.theme-classic .breadcrumb a,
.theme-classic .breadcrumb li.completed a,
.theme-classic .si-kanal-breadcrumb a,
.theme-classic.article-page .breadcrumb a,
.theme-classic.article-page .breadcrumb li.completed a,
.theme-classic.article-page .article-breadcrumb a,
.theme-classic.article-page .article-breadcrumb li.completed a{
  float:none;
  display:inline-flex;
  align-items:center;
  min-height:0;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:#6b7280 !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.35;
  text-decoration:none;
}

.theme-classic .breadcrumb li a:before,
.theme-classic .breadcrumb li a:after,
.theme-classic .si-kanal-breadcrumb li a:before,
.theme-classic .si-kanal-breadcrumb li a:after,
.theme-classic.article-page .breadcrumb li a:before,
.theme-classic.article-page .breadcrumb li a:after,
.theme-classic.article-page .article-breadcrumb li a:before,
.theme-classic.article-page .article-breadcrumb li a:after{
  content:none !important;
  display:none !important;
}

.theme-classic .breadcrumb a:hover,
.theme-classic .si-kanal-breadcrumb a:hover,
.theme-classic.article-page .breadcrumb a:hover,
.theme-classic.article-page .article-breadcrumb a:hover{
  color:#374151 !important;
}

.theme-classic.article-page .article-title,
.theme-classic.article-page .post h1,
.theme-classic.article-page .post .text-black strong{
  font-size:38px !important;
  line-height:1.12 !important;
  letter-spacing:-.025em;
  margin-bottom:12px;
}

.theme-classic.article-page .article-related-list{
  margin-top:2px;
}

.theme-classic.article-page .article-related-list__items{
  margin:0;
}

.theme-classic.article-page .article-related-list__item{
  gap:8px !important;
  padding:0 0 8px !important;
  margin:0 0 8px !important;
  min-height:0;
}

.theme-classic.article-page .article-related-list__content,
.theme-classic.article-page .article-related-list__thumb,
.theme-classic.article-page .article-related-list__thumb.media-right{
  margin:0 !important;
  padding:0 !important;
}

.theme-classic.article-page .article-related-list__thumb,
.theme-classic.article-page .article-related-list__thumb.media-right{
  flex:0 0 88px !important;
  width:88px !important;
  min-width:88px !important;
}

.theme-classic.article-page .article-related-list__thumb .post-thumb4,
.theme-classic.article-page .article-related-list__thumb .gambarkecil{
  width:88px !important;
  height:56px !important;
}

.theme-classic.article-page .article-related-list .media-heading{
  margin:0 0 3px !important;
  font-size:14px !important;
  line-height:1.22 !important;
}

.theme-classic.article-page .article-related-list .date{
  font-size:11px !important;
  line-height:1.25 !important;
}

.theme-classic.article-page .thumb-ito.entry-content > .bottom-10,
.theme-classic.article-page .thumb-ito.entry-content > section > .bottom-10,
.theme-classic.article-page .thumb-ito.entry-content > section > article{
  margin-bottom:8px !important;
}

.theme-classic .site-classic-nav-colored{
  overflow:hidden;
}

.theme-classic .site-classic-nav-colored__container{
  position:relative;
}

.theme-classic .site-classic-nav-colored__scroll{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  overscroll-behavior-y:none;
  scrollbar-width:none;
}

.theme-classic .site-classic-nav-colored__scroll::-webkit-scrollbar{
  display:none;
}

.theme-classic .site-classic-nav-colored .navbar-collapse,
.theme-classic .site-classic-nav-colored .navbar-collapse.collapse,
.theme-classic .site-classic-nav-colored .navbar-collapse.in{
  width:auto;
  min-width:100%;
}

.theme-classic .site-classic-nav-colored .navbar-nav{
  display:inline-flex;
  width:max-content;
  min-width:100%;
}

@media (max-width:991px){
  .theme-classic .site-classic-nav-colored .container,
  .theme-classic .site-classic-topbar-clean .container,
  .theme-classic .container.cont{
    width:100%;
    max-width:100%;
  }
}

@media (max-width:767px){
  .theme-classic .breadcrumb,
  .theme-classic .si-kanal-breadcrumb,
  .theme-classic.article-page .breadcrumb,
  .theme-classic.article-page .article-breadcrumb{
    margin-bottom:12px;
    padding:9px 12px;
    border-radius:4px !important;
  }

  .theme-classic .breadcrumb a,
  .theme-classic .breadcrumb li.completed a,
  .theme-classic .si-kanal-breadcrumb a,
  .theme-classic.article-page .breadcrumb a,
  .theme-classic.article-page .breadcrumb li.completed a,
  .theme-classic.article-page .article-breadcrumb a,
  .theme-classic.article-page .article-breadcrumb li.completed a{
    font-size:12px !important;
  }

  .theme-classic .breadcrumb > li + li:before,
  .theme-classic .si-kanal-breadcrumb > li + li:before,
  .theme-classic.article-page .breadcrumb > li + li:before,
  .theme-classic.article-page .article-breadcrumb > li + li:before{
    padding:0 6px;
  }

  .theme-classic.article-page .article-title,
  .theme-classic.article-page .post h1,
  .theme-classic.article-page .post .text-black strong{
    font-size:20px !important;
    line-height:1.14 !important;
  }

  .theme-classic.article-page .article-related-list__item{
    gap:8px !important;
    padding-bottom:7px !important;
    margin-bottom:7px !important;
  }

  .theme-classic.article-page .article-related-list__thumb,
  .theme-classic.article-page .article-related-list__thumb.media-right{
    flex:0 0 82px !important;
    width:82px !important;
    min-width:82px !important;
  }

  .theme-classic.article-page .article-related-list__thumb .post-thumb4,
  .theme-classic.article-page .article-related-list__thumb .gambarkecil{
    width:82px !important;
    height:52px !important;
  }

  .theme-classic .site-classic-topbar-clean,
  .theme-classic .site-classic-nav-colored,
  .theme-classic .site-classic-nav-colored__scroll,
  .theme-classic .site-classic-nav-colored .navbar-collapse,
  .theme-classic .site-classic-nav-colored .navbar-nav{
    max-width:100vw;
  }

  .theme-classic .site-classic-nav-colored .navbar-nav{
    min-width:max-content;
    padding:0 6px;
  }

  .theme-classic .site-classic-nav-colored .navbar-nav > li > a{
    padding:12px 11px !important;
  }
}
