/* classic polish core */
: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: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: 100;
  background: #fff;
  border-bottom: 1px solid rgba(148,163,184,.14);
}

.theme-classic .site-classic-nav-colored,
.theme-classic .site-classic-nav-colored.sticky{
  position: sticky !important;
  top: 0;
  z-index: 99;
  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-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-info{
  margin-bottom: 12px;
}

.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;
}

@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;
  }
}

/* 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;
}

/* 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 .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 .effect-chico a,
.theme-classic .si-classic-home-video .box-video{
  display: block;
  overflow: hidden;
}

/* 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{
  letter-spacing: -.02em;
  font-size: 46px;
  line-height: 1.12;
  margin-bottom: 12px;
}

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

.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-editor-line .editor{
  float: none !important;
  display: block;
  text-align: right;
  font-size: 13px;
  color: #475569;
}

.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 .thumb-ito.entry-content > section > .bottom-10,
.theme-classic.article-page .thumb-ito.entry-content > section > article{
  margin-bottom: 14px !important;
}

/* 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 > 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-pagination .row{
  margin: 0;
}

.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-related-list__content{
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}

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

/* 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-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 .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{
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  border-top: 0;
  box-shadow: none;
  width: auto;
  min-width: 100%;
}

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

/* Detail article checkpoint polish - basis5 */

.theme-classic.article-page .article-breadcrumb,
.theme-classic.article-page .breadcrumb.article-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 12px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  list-style: none;
}

.theme-classic.article-page .article-breadcrumb > li{
  display: inline-flex;
  align-items: center;
  float: none;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-classic.article-page .article-breadcrumb > li + li:before{
  content: "/";
  display: inline-block;
  padding: 0 6px;
  color: #9ca3af;
}

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

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

.theme-classic.article-page .article-reading-tools__btn:hover,
.theme-classic.article-page .article-reading-tools__btn:focus{
  color: #0f172a;
  background: #f8fafc;
  outline: none;
}

.theme-classic.article-page .article-related-list__item:last-child,
.theme-classic.article-page .article-related-list__item:nth-last-child(2){
  padding-bottom: 0 !important;
}

.theme-classic.article-page .article-related-list__items .short-text{
  display: none;
}

.theme-classic.article-page .article-related-list .media-left.media-content,
.theme-classic.article-page .article-related-list__content{
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.theme-classic.article-page .article-related-list .media-right.thumb-post,
.theme-classic.article-page .article-related-list__thumb,
.theme-classic.article-page .article-related-list__thumb.media-right{
  flex: 0 0 116px;
  width: 116px;
  min-width: 116px;
  margin: 0;
  padding: 0;
}

.theme-classic.article-page .article-related-list__thumb .post-thumb4,
.theme-classic.article-page .article-related-list__thumb .gambarkecil,
.theme-classic.article-page .article-related-list .media-right.thumb-post .post-thumb4,
.theme-classic.article-page .article-related-list .media-right.thumb-post .gambarkecil{
  width: 116px;
  height: 74px;
}

/* Final detail article + footer mobile identity */

.theme-classic.article-page .article-content-compact,
.theme-classic.article-page .post-content.article-content-compact{
  font-size: 16px !important;
  line-height: 1.56 !important;
  color: #1f2937;
}

.theme-classic.article-page .article-content-compact p,
.theme-classic.article-page .post-content.article-content-compact p{
  font-size: inherit;
  margin: 0 0 .72em !important;
  line-height: inherit !important;
}

.theme-classic.article-page .article-content-compact h2,
.theme-classic.article-page .article-content-compact h3,
.theme-classic.article-page .article-content-compact h4,
.theme-classic.article-page .article-content-compact ul,
.theme-classic.article-page .article-content-compact ol,
.theme-classic.article-page .article-content-compact blockquote{
  margin-top: .9em;
  margin-bottom: .62em;
}

.site-classic-footer-clean__brand-link{
  display: inline-flex;
  align-items: center;
}

.site-classic-footer-emblem-mobile{
  display: none;
  width: 42px;
  height: 42px;
}

.site-classic-footer-clean__links a{
  display: inline-flex;
  align-items: center;
  color: var(--site-footer-text) !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
}

.site-classic-footer-clean__social.site-classic-footer-clean__social--compact .socmed{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 6px;
  background: #fff;
}

.site-classic-footer-clean__social.site-classic-footer-clean__social--compact .socmed:hover,
.site-classic-footer-clean__social.site-classic-footer-clean__social--compact .socmed:focus{
  background: #f8fafc;
  border-color: rgba(100,116,139,.28);
}

.site-classic-footer-clean__social.site-classic-footer-clean__social--compact ul{
  gap: 8px;
}
