/* ============================================
   1. GLOBAL & RESET
   ============================================ */
*, *:before, *:after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  clear: both;
}
.container > ul {
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .container { width: 1210px; }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container { width: 1030px; }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container { width: 682px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 428px; margin: 0 auto; }
}
@media only screen and (max-width: 479px) {
  .container { width: 320px; margin: 0 auto; }
}

/* ============================================
   2. BODY & TIPOGRAFI DASAR
   ============================================ */
body {
  background: url("https://journal.liacore.org/cognitive/libraryFiles/downloadPublic/4.png") #f5f9fb fixed !important;
  background: #EEE;
  overflow-x: hidden;
  font-family: 'Poppins', Helvetica, sans-serif !important;
}

obj_article_details .abstract {
  text-align: justify;
}

/* ============================================
   3. LAYOUT UTAMA (PKP STRUCTURE, HEADER, FOOTER)
   ============================================ */
.pkp_structure_page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}

.pkp_site_name .is_img {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 10px;
  right: 0;
  padding-right: 30px;
}

.pkp_navigation_user_wrapper ul,
.pkp_navigation_user_wrapper li,
.pkp_navigation_user_wrapper a,
.pkp_navigation_user_wrapper .dropdown a,
.pkp_navigation_user_wrapper .pkp_navigation_user a,
#navigationUser a,
.pkp_navigation_user_wrapper .dropdown-menu a {
    color: #ffffff !important;
    font-weight: 400;
    transition: color 0.3s ease;
}

.pkp_navigation_user_wrapper a:hover,
#navigationUser a:hover,
.pkp_navigation_user_wrapper .dropdown a:hover,
.pkp_navigation_user_wrapper .dropdown-menu a:hover {
    color: #4C6958 !important; /* Diubah ke Hijau Tema */
}

#headerNavigationContainer {
  max-height: 100% !important;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 100px;
}

/* ============================================
   4. DAFTAR ARTIKEL (ISSUE TOC)
   ============================================ */
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid #d5ded9; /* Disesuaikan agar harmonis dengan hijau */
  background: transparent url("https://journal.liacore.org/cognitive/libraryFiles/downloadPublic/10.png") repeat scroll 0% 0% !important;
  padding: 1rem;
}

.journals ul .body .description a {
  display: inline;
}

/* ============================================
   5. NAVIGASI & MENU (DROPDOWN, MCD MENU) - Tema #4C6958
   ============================================ */
.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #4C6958; /* Diubah ke Hijau Tema */
  box-shadow: 0 1px 0 #384e42 inset, 0 -1px 0 #384e42 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #384e42; /* Hijau yang lebih gelap untuk hover */
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  transform: scaleY(0);
  transform-origin: 50% 0%;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  transform: rotate(-180deg);
  transition: transform 0.6s;
}

.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  border-radius: 2px;
  width: 250px;
}
.mcd-menu li {
  position: relative;
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
  color: #777;
  text-align: left;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #EEE;
}
.mcd-menu li a i {
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.mcd-menu li a p {
  float: left;
  margin: 0;
}
.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}
.mcd-menu li a i,
.mcd-menu li a strong,
.mcd-menu li a small {
  position: relative;
  transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
  opacity: 1;
  animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
  opacity: 1;
  animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
  opacity: 1;
  animation: moveFromRight 300ms ease-in-out;
}
.mcd-menu li:hover > a {
  color: #4C6958; /* Diubah ke Hijau Tema */
}
.mcd-menu li a.active {
  position: relative;
  color: #4C6958; /* Diubah ke Hijau Tema */
  border: 0;
  box-shadow: 0 0 5px #DDD;
  border-left: 4px solid #4C6958;
  border-right: 4px solid #4C6958;
  margin: 0 -4px;
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  border-left: 5px solid #4C6958;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #4C6958;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  z-index: 1000;
  left: 280px;
  top: 0px;
  border-left: 4px solid #4C6958;
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -9px;
  border-right: 5px solid #4C6958;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 250px;
}
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE;
  height: auto;
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #4C6958;
}
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -9px;
  border-right: 5px solid #4C6958;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}
.mcd-menu li a.search {
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  width: 170px;
  float: left;
}
.mcd-menu li a.search button {
  border: 1px solid #4C6958;
  background: #4C6958;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  float: left;
  padding: 10px 10px 11px 10px;
}
.mcd-menu li a.search input:focus {
  border: 1px solid #4C6958;
}
.search-mobile {
  display: none !important;
  background: #4C6958;
  border-left: 1px solid #4C6958;
  border-radius: 0 3px 3px 0;
}
.search-mobile i {
  color: #FFF;
  margin: 0 !important;
}

/* responsive mcd-menu */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .mcd-menu { margin-left: 10px; }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mcd-menu { width: 200px; }
  .mcd-menu li a { height: 30px; }
  .mcd-menu li a i { font-size: 22px; }
  .mcd-menu li a strong { font-size: 12px; }
  .mcd-menu li a small { font-size: 10px; }
  .mcd-menu li a.search input { width: 120px; font-size: 12px; }
  .mcd-menu li a.search buton { padding: 8px 10px 9px 10px; }
  .mcd-menu li > ul { min-width: 180px; }
  .mcd-menu li:hover > ul { min-width: 180px; left: 200px; }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul { min-width: 150px; }
  .mcd-menu li ul li:hover > ul { left: 180px; min-width: 150px; }
  .mcd-menu li ul li ul li:hover > ul { left: 150px; min-width: 150px; }
  .mcd-menu li ul a { font-size: 12px; }
  .mcd-menu li ul a i { font-size: 14px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mcd-menu { width: 50px; }
  .mcd-menu li a { position: relative; padding: 12px 16px; height: 20px; }
  .mcd-menu li a small { display: none; }
  .mcd-menu li a strong { display: none; }
  .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
    display: block;
    font-size: 10px;
    padding: 3px 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #4C6958;
    color: #FFF;
    min-width: 100%;
    text-transform: lowercase;
    font-weight: normal;
    text-align: center;
  }
  .mcd-menu li .search { display: none; }
  .mcd-menu li > ul { min-width: 180px; left: 70px; }
  .mcd-menu li:hover > ul { min-width: 180px; left: 50px; }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul { min-width: 150px; }
  .mcd-menu li ul li:hover > ul { left: 180px; min-width: 150px; }
  .mcd-menu li ul li ul li > ul {
    left: 35px;
    top: 45px;
    border: 0;
    border-top: 4px solid #4C6958;
  }
  .mcd-menu li ul li ul li > ul:before {
    left: 30px;
    top: -9px;
    border: 0;
    border-bottom: 5px solid #4C6958;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .mcd-menu li ul li ul li:hover > ul { left: 30px; min-width: 150px; top: 35px; }
  .mcd-menu li ul a { font-size: 12px; }
  .mcd-menu li ul a i { font-size: 14px; }
}
@media only screen and (max-width: 479px) {
  .mcd-menu { width: 50px; }
  .mcd-menu li a { position: relative; padding: 12px 16px; height: 20px; }
  .mcd-menu li a small { display: none; }
  .mcd-menu li a strong { display: none; }
  .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
    display: block;
    font-size: 10px;
    padding: 3px 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #4C6958;
    color: #FFF;
    min-width: 100%;
    text-transform: lowercase;
    font-weight: normal;
    text-align: center;
  }
  .mcd-menu li .search { display: none; }
  .mcd-menu li > ul { min-width: 180px; left: 70px; }
  .mcd-menu li:hover > ul { min-width: 180px; left: 50px; }
  .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul { min-width: 150px; }
  .mcd-menu li ul li:hover > ul { left: 180px; min-width: 150px; }
  .mcd-menu li ul li ul li > ul {
    left: 35px;
    top: 45px;
    border: 0;
    border-top: 4px solid #4C6958;
  }
  .mcd-menu li ul li ul li > ul:before {
    left: 30px;
    top: -9px;
    border: 0;
    border-bottom: 5px solid #4C6958;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .mcd-menu li ul li ul li:hover > ul { left: 30px; min-width: 150px; top: 35px; }
  .mcd-menu li ul a { font-size: 12px; }
  .mcd-menu li ul a i { font-size: 14px; }
}

/* ============================================
   6. SIDEBAR MODERN & PREMIUM (GLASSMORPHISM)
   ============================================ */

/* Menghilangkan judul asli sidebar */
.pkp_block.block_custom .sidebar-header-main, 
.pkp_block.block_custom h2 {
    display: none !important;
}

.custom-sidebar-container {
    background: transparent;
    padding: 5px;
    font-family: 'Poppins', sans-serif !important;
}

/* Styling Blok WhatsApp */
.sidebar-wa-block img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.sidebar-wa-block img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3); /* Glow hijau WA tetap dipertahankan */
}

/* Container Menu */
.sidebar-menu-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Tombol Menu Premium - Menggunakan tema Hijau */
.sidebar-menu-grid a {
    position: relative;
    background: linear-gradient(135deg, #4C6958 0%, #384e42 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 5px 15px 5px 15px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(255, 255, 255, 0.05); 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

/* HIGHLIGHT LEMBUT */
.sidebar-menu-grid a.highlight-menu {
    background: linear-gradient(135deg, #3d5447 0%, #5d806c 100%); 
    border-left: 4px solid #f8ae22; 
    box-shadow: 0 4px 12px rgba(76, 105, 88, 0.3);
}

/* Efek Glow tambahan khusus untuk highlight agar terlihat "bernafas" */
.sidebar-menu-grid a.highlight-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

/* Efek Kilauan (Glow) saat Hover */
.sidebar-menu-grid a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.sidebar-menu-grid a:hover::before {
    left: 100%;
}

.sidebar-menu-grid a:hover {
    background: linear-gradient(135deg, #5a7d69 0%, #4C6958 100%);
    transform: translateX(8px);
    box-shadow: -5px 5px 15px rgba(76, 105, 88, 0.3);
}

/* Banner Bawah */
.sidebar-banner img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sidebar-banner img:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
}

/* ============================================
   UTILITY: menyembunyikan teks tapi tetap aksesibel
   ============================================ */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================
   GAMBAR VIA CSS - LINK WHATSAPP
   ============================================ */
.wa-bg-link {
  display: block;
  width: 100%;
  background-image: url('https://journal.liacore.org/index.php/cognitive/libraryFiles/downloadPublic/42');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 3 / 1; 
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none; 
}

.wa-bg-link:hover {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.15)); 
}
/* ============================================
   GAMBAR VIA CSS - LINK TEMPLATE
   ============================================ */
.template-bg-link {
  display: block;
  width: 100%;
  background-image: url('https://journal.liacore.org/index.php/govlawpolicy/libraryFiles/downloadPublic/43');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 16 / 16; 
  border-radius: 8px;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.template-bg-link:hover {
  transform: scale(1.03);
}

/* Pastikan sidebar-banner tetap rapi */
.sidebar-banner {
  padding: 15px;
  background: rgba(241, 245, 249, 0.7);
  text-align: center;
  border-radius: 0 0 15px 15px;
}

/* Responsif untuk layar kecil */
@media screen and (max-width: 768px) {
  .wa-bg-link {
    aspect-ratio: 4 / 1;
  }
  .template-bg-link {
    aspect-ratio: 16 / 9; 
  }
}

/* ==========================================================================
   7. TAMPILAN DEPAN (HOMEPAGE) - ORIGINAL GRID THEME
   ========================================================================== */

/* Kontainer Utama Homepage */
.liacore-hero-container {
    width: 100%;
    background: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2d3748;
    line-height: 1.6;
}

/* --- 7.1 HEADER SECTION --- */
.liacore-compact-header {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    padding: 30px;
    background: #ffffff;
    align-items: center;
}

.liacore-floating-cover {
    width: 100%;
    max-width: 200px;
    transition: transform 0.3s ease;
}

.liacore-floating-cover:hover {
    transform: translateY(-5px);
}

.liacore-floating-cover img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.liacore-title-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.liacore-title-main {
    font-size: 24px;
    font-weight: 800;
    color: #4C6958; /* Warna Utama Hijau */
    margin: 0;
    line-height: 1.3;
}

/* Tombol Aksi Jurnal */
.liacore-footer-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.btn-liacore {
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-block;
}

.btn-liacore.btn-fill {
    background: #4C6958;
    color: #ffffff !important;
    border: 1px solid #4C6958;
}

.btn-liacore.btn-fill:hover {
    background: #394f42;
    border-color: #394f42;
    box-shadow: 0 4px 12px rgba(76, 105, 88, 0.2);
}

.btn-liacore.btn-outline {
    background: transparent;
    color: #4C6958 !important;
    border: 1px solid #4C6958;
}

.btn-liacore.btn-outline:hover {
    background: #f0f4f1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


/* --- 7.2 STATS BAR SECTION (VERSI ORIGINAL - RATA SAMA LEBAR) --- */
.liacore-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Membagi 4 kolom sama rata secara kaku */
    width: 100%;
    background: #f8fafc;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.liacore-stat-item {
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #edf2f7;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hilangkan garis pembatas pada kolom paling kanan */
.liacore-stats-bar .liacore-stat-item:last-child {
    border-right: none;
}

/* Efek Hover Interaktif */
.liacore-stat-item:hover { 
    background: #4C6958;
    color: #ffffff;
}

.liacore-stat-item strong {
    display: block;
    font-size: 9px;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.liacore-stat-item span, 
.liacore-stat-item a {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    text-decoration: none !important;
}

.liacore-stat-item a {
    display: inline-block; 
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Perubahan Warna Teks Saat Hover */
.liacore-stat-item:hover a {
    color: #ffffff !important; 
    transform: scale(1.05); 
}

.liacore-stat-item:hover strong {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* --- 7.3 BODY CONTENT (FOCUS & SCOPE) --- */
.liacore-body-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.liacore-section-box {
    padding-bottom: 10px;
    border-bottom: 1px dashed #edf2f7;
}

.liacore-h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    padding-left: 12px;
}

/* Indikator Garis Hijau di Samping Judul H3 */
.liacore-h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 4px;
    background: #4C6958;
    border-radius: 2px;
}

/* Tag Bidang Fokus Jurnal (Scope Tag) */
.liacore-scope-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.liacore-scope-tag {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}

.liacore-scope-tag:hover {
    background: #4C6958;
    color: #ffffff;
    border-color: #4C6958;
    transform: translateY(-2px);
}


/* --- 7.4 SUBMISSION REQUIREMENTS BOX --- */
.submission-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

.submission-box {
    background: #fafafa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
}

.submission-box strong {
    display: inline;
    color: #4C6958;
    margin-bottom: 10px;
    font-size: 13px;
}

.submission-reject-box {
    background: #fff5f5;
    border-left: 4px solid #f56565;
    border-radius: 0 8px 8px 0;
    padding: 15px;
}

.submission-reject-box strong {
    display: inline;
    color: #c53030;
    margin-bottom: 8px;
    font-size: 13px;
}


/* --- 7.5 RESPONSIVE MEDIA QUERIES (HANDPHONE & TABLET) --- */
@media (max-width: 768px) {
    .liacore-compact-header {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 20px;
    }
    
    .liacore-footer-actions {
        justify-content: center;
    }
    
    .liacore-stats-bar { 
        grid-template-columns: 1fr; /* Menjadi 1 kolom penuh di mobile */
    }
    
    .liacore-stat-item {
        border-right: none;
        border-bottom: 1px solid #edf2f7;
    }
    
    .liacore-stats-bar .liacore-stat-item:last-child {
        border-bottom: none;
    }
    
    .submission-flex {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liacore-body-content {
        padding: 20px;
    }
}

/* ============================================
   8. SUBMISSION REQUIREMENTS (FOOTER MODERN)
   ============================================ */
.liacore-hero-footer ul {
  margin: 8px 0 0 0 !important;
  padding-left: 20px !important;
  list-style-type: disc !important;
}

.liacore-hero-footer li {
  margin-bottom: 6px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #444 !important;
}

.submission-box {
  flex: 1;
  min-width: 200px;
  background: #f4f7f5; /* Disesuaikan ke rona hijau lembut */
  padding: 12px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.submission-reject-box {
  flex: 1;
  min-width: 200px;
  background: #a8000014; /* Menggunakan variasi transparansi hijau tema */
  padding: 12px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submission-box:hover,
.submission-reject-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  background: #e9efe0;
}

.submission-box strong,
.submission-reject-box strong {
  color: #4C6958; /* Diubah ke Hijau Tema */
  font-size: 15px;
  display: inline-block;
  margin-bottom: 8px;
}

.submission-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.submission-note {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: #555;
  font-style: italic;
}

@media (max-width: 768px) {
  .submission-flex {
    flex-direction: column;
    gap: 12px;
  }
  .submission-box {
    min-width: auto;
  }
}

/* ============================================
   9. ANIMASI & TIPOGRAFI
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.liacore-hero-container {
    font-family: 'Poppins', Helvetica, sans-serif !important;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes showAnimation {
  0% { transform: scaleY(0.1); }
  40% { transform: scaleY(1.04); }
  60% { transform: scaleY(0.98); }
  80% { transform: scaleY(1.04); }
  100% { transform: scaleY(1); }
}
@-moz-keyframes showAnimation {
  0% { -moz-transform: scaleY(0.1); }
  40% { -moz-transform: scaleY(1.04); }
  60% { -moz-transform: scaleY(0.98); }
  80% { -moz-transform: scaleY(1.04); }
  100% { -moz-transform: scaleY(1); }
}
@-webkit-keyframes showAnimation {
  0% { -webkit-transform: scaleY(0.1); }
  40% { -webkit-transform: scaleY(1.04); }
  60% { -webkit-transform: scaleY(0.98); }
  80% { -webkit-transform: scaleY(1.04); }
  100% { -webkit-transform: scaleY(1); }
}

@keyframes hideAnimation {
  0% { transform: scaleY(1); }
  60% { transform: scaleY(0.98); }
  80% { transform: scaleY(1.02); }
  100% { transform: scaleY(0); }
}
@-moz-keyframes hideAnimation {
  0% { -moz-transform: scaleY(1); }
  60% { -moz-transform: scaleY(0.98); }
  80% { -moz-transform: scaleY(1.02); }
  100% { -moz-transform: scaleY(0); }
}
@-webkit-keyframes hideAnimation {
  0% { -webkit-transform: scaleY(1); }
  60% { -webkit-transform: scaleY(0.98); }
  80% { -webkit-transform: scaleY(1.02); }
  100% { -webkit-transform: scaleY(0); }
}

@-webkit-keyframes moveFromTop {
  from { opacity: 0; -webkit-transform: translateY(200%); transform: translateY(200%); }
  to { opacity: 1; -webkit-transform: translateY(0%); transform: translateY(0%); }
}
@-webkit-keyframes moveFromLeft {
  from { opacity: 0; -webkit-transform: translateX(200%); transform: translateX(200%); }
  to { opacity: 1; -webkit-transform: translateX(0%); transform: translateX(0%); }
}
@-webkit-keyframes moveFromRight {
  from { opacity: 0; -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  to { opacity: 1; -webkit-transform: translateX(0%); transform: translateX(0%); }
}

/* ============================================
   10. LAYOUT KOLOM (UNTUK KONTEN BIASA)
   ============================================ */
.column2 {
  float: left;
  width: 33%;
  padding: 10px;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
  }
}

/* ============================================
   11. TAMPILAN PROFIL EDITOR DAN REVIEWER
   ============================================ */
.author-profile .flag-icon {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
    width: 22px !important; 
    height: 15px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    line-height: 15px !important;
    border-radius: 2px !important; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.15) !important; 
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.author-profile .flag-icon:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25) !important;
    cursor: help; 
}

/* Database Bendera */
.author-profile .flag-icon.flag-af { background-image: url('https://flagcdn.com/w20/af.png') !important; }
.author-profile .flag-icon.flag-ax { background-image: url('https://flagcdn.com/w20/ax.png') !important; }
.author-profile .flag-icon.flag-al { background-image: url('https://flagcdn.com/w20/al.png') !important; }
.author-profile .flag-icon.flag-dz { background-image: url('https://flagcdn.com/w20/dz.png') !important; }
.author-profile .flag-icon.flag-as { background-image: url('https://flagcdn.com/w20/as.png') !important; }
.author-profile .flag-icon.flag-ad { background-image: url('https://flagcdn.com/w20/ad.png') !important; }
.author-profile .flag-icon.flag-ao { background-image: url('https://flagcdn.com/w20/ao.png') !important; }
.author-profile .flag-icon.flag-ai { background-image: url('https://flagcdn.com/w20/ai.png') !important; }
.author-profile .flag-icon.flag-aq { background-image: url('https://flagcdn.com/w20/aq.png') !important; }
.author-profile .flag-icon.flag-ag { background-image: url('https://flagcdn.com/w20/ag.png') !important; }
.author-profile .flag-icon.flag-ar { background-image: url('https://flagcdn.com/w20/ar.png') !important; }
.author-profile .flag-icon.flag-am { background-image: url('https://flagcdn.com/w20/am.png') !important; }
.author-profile .flag-icon.flag-aw { background-image: url('https://flagcdn.com/w20/aw.png') !important; }
.author-profile .flag-icon.flag-au { background-image: url('https://flagcdn.com/w20/au.png') !important; }
.author-profile .flag-icon.flag-at { background-image: url('https://flagcdn.com/w20/at.png') !important; }
.author-profile .flag-icon.flag-az { background-image: url('https://flagcdn.com/w20/az.png') !important; }
.author-profile .flag-icon.flag-bs { background-image: url('https://flagcdn.com/w20/bs.png') !important; }
.author-profile .flag-icon.flag-bh { background-image: url('https://flagcdn.com/w20/bh.png') !important; }
.author-profile .flag-icon.flag-bd { background-image: url('https://flagcdn.com/w20/bd.png') !important; }
.author-profile .flag-icon.flag-bb { background-image: url('https://flagcdn.com/w20/bb.png') !important; }
.author-profile .flag-icon.flag-by { background-image: url('https://flagcdn.com/w20/by.png') !important; }
.author-profile .flag-icon.flag-be { background-image: url('https://flagcdn.com/w20/be.png') !important; }
.author-profile .flag-icon.flag-bz { background-image: url('https://flagcdn.com/w20/bz.png') !important; }
.author-profile .flag-icon.flag-bj { background-image: url('https://flagcdn.com/w20/bj.png') !important; }
.author-profile .flag-icon.flag-bm { background-image: url('https://flagcdn.com/w20/bm.png') !important; }
.author-profile .flag-icon.flag-bt { background-image: url('https://flagcdn.com/w20/bt.png') !important; }
.author-profile .flag-icon.flag-bo { background-image: url('https://flagcdn.com/w20/bo.png') !important; }
.author-profile .flag-icon.flag-bq { background-image: url('https://flagcdn.com/w20/bq.png') !important; }
.author-profile .flag-icon.flag-ba { background-image: url('https://flagcdn.com/w20/ba.png') !important; }
.author-profile .flag-icon.flag-bw { background-image: url('https://flagcdn.com/w20/bw.png') !important; }
.author-profile .flag-icon.flag-bv { background-image: url('https://flagcdn.com/w20/bv.png') !important; }
.author-profile .flag-icon.flag-br { background-image: url('https://flagcdn.com/w20/br.png') !important; }
.author-profile .flag-icon.flag-io { background-image: url('https://flagcdn.com/w20/io.png') !important; }
.author-profile .flag-icon.flag-bn { background-image: url('https://flagcdn.com/w20/bn.png') !important; }
.author-profile .flag-icon.flag-bg { background-image: url('https://flagcdn.com/w20/bg.png') !important; }
.author-profile .flag-icon.flag-bf { background-image: url('https://flagcdn.com/w20/bf.png') !important; }
.author-profile .flag-icon.flag-bi { background-image: url('https://flagcdn.com/w20/bi.png') !important; }
.author-profile .flag-icon.flag-cv { background-image: url('https://flagcdn.com/w20/cv.png') !important; }
.author-profile .flag-icon.flag-kh { background-image: url('https://flagcdn.com/w20/kh.png') !important; }
.author-profile .flag-icon.flag-cm { background-image: url('https://flagcdn.com/w20/cm.png') !important; }
.author-profile .flag-icon.flag-ca { background-image: url('https://flagcdn.com/w20/ca.png') !important; }