/* ============================================
   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: 30px;
  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: #444444 !important;
    font-weight: 500;
    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: #aa2105 !important;
}

#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 darkseagreen;
  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) - warna aksen diubah ke #aa2105
   ============================================ */
.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #4682B4;
  box-shadow: 0 1px 0 #1F3A93 inset, 0 -1px 0 #1F3A93 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #aa2105;
}
.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: #aa2105;
}
.mcd-menu li a.active {
  position: relative;
  color: #aa2105;
  border: 0;
  box-shadow: 0 0 5px #DDD;
  border-left: 4px solid #aa2105;
  border-right: 4px solid #aa2105;
  margin: 0 -4px;
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  border-left: 5px solid #aa2105;
  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 #aa2105;
  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 #aa2105;
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -9px;
  border-right: 5px solid #aa2105;
  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 #aa2105;
}
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -9px;
  border-right: 5px solid #aa2105;
  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 #aa2105;
  background: #aa2105;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  float: left;
  padding: 10px 10px 11px 10px;
}
.mcd-menu li a.search input:focus {
  border: 1px solid #aa2105;
}
.search-mobile {
  display: none !important;
  background: #aa2105;
  border-left: 1px solid #aa2105;
  border-radius: 0 3px 3px 0;
}
.search-mobile i {
  color: #FFF;
  margin: 0 !important;
}
/* responsive mcd-menu tetap seperti asli, hanya ganti warna aksen */
@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: #aa2105;
    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 #aa2105;
  }
  .mcd-menu li ul li ul li > ul:before {
    left: 30px;
    top: -9px;
    border: 0;
    border-bottom: 5px solid #aa2105;
    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: #aa2105;
    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 #aa2105;
  }
  .mcd-menu li ul li ul li > ul:before {
    left: 30px;
    top: -9px;
    border: 0;
    border-bottom: 5px solid #aa2105;
    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 */
}

/* Container Menu */
.sidebar-menu-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Tombol Menu Premium */
.sidebar-menu-grid a {
    position: relative;
    background: linear-gradient(135deg, #1e5899 0%, #16467a 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); /* Border tipis halus */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

/* HIGHLIGHT LEMBUT (Update Bagian Ini) */
.sidebar-menu-grid a.highlight-menu {
    background: linear-gradient(135deg, #114c8b 0%, #367dcc 100%); /* Warna sedikit lebih terang */
    border-left: 4px solid #aa2105; 
    box-shadow: 0 4px 12px rgba(44, 115, 194, 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, #256bb8 0%, #1e5899 100%);
    transform: translateX(8px);
    box-shadow: -5px 5px 15px rgba(30, 88, 153, 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);
}
/* ============================================
   7. TAMPILAN DEPAN (HOMEPAGE) - FINAL INTERACTIVE
   ============================================ */
.page-index .container {
    max-width: 900px !important;
    margin: 20px auto !important;
}

.liacore-hero-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(30, 88, 153, 0.08);
    overflow: hidden;

    font-family: 'Poppins', sans-serif;
    transition: all 0.4s ease;
}

/* Header Section */
.liacore-compact-header {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 25px;
    padding: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-bottom: 1px solid #edf2f7;
}

/* Interaksi pada Cover (Efek Mengambang) */
.liacore-floating-cover {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.liacore-floating-cover img {
    width: 100%;
    filter: drop-shadow(5px 12px 20px rgba(0,0,0,0.15));
    border-radius: 2px 10px 10px 2px;
}

.liacore-floating-cover:hover {
    transform: translateY(-10px) rotate(-3deg);
}

.liacore-title-main {
    font-size: 20px !important;
    color: #1a365d;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

/* Bar Informasi dengan Hover Highlight */
.liacore-stats-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Tetap satu baris di desktop */
    width: 100%;
    background: #f8fafc;
    border-bottom: 1.5px solid #edf2f7;
align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.liacore-stat-item {
    /* Padding atas-bawah 15px, kiri-kanan 20px agar teks tidak mepet garis */
    padding: 15px 20px; 
    text-align: left;
    border-right: 1px solid #edf2f7;
    transition: all 0.3s ease;
    
    /* Inti modifikasi: menyesuaikan isi tapi tetap mengisi ruang */
    flex: 1 1 auto; 
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0; /* Mencegah kolom meluber jika teks sangat panjang */
}

/* Hilangkan border pada item terakhir agar presisi dengan container */
.liacore-stat-item:last-child {
    border-right: none;
}

/* Penyesuaian teks agar tetap rapi */
.liacore-stat-item span, 
.liacore-stat-item a {
    white-space: nowrap; /* Mencegah teks baris statistik pecah jadi 2 baris */
}

.liacore-stat-item:hover { 
background: #1e5899 ;
    color: #fff;

 }

.liacore-stat-item strong {
    display: block;
    font-size: 9px;
    color: #64748b;
    text-transform: uppercase;
}

.liacore-stat-item strong:hover {
color: #fff;
 }

.liacore-stat-item span, .liacore-stat-item a {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    text-decoration: none !important;
}

/* Update pada Section 7 untuk Efek ISSN Khusus */

.liacore-stat-item a {
    display: inline-block; /* Agar transformasi ukuran (scale) bekerja maksimal */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Efek saat box info atau link ISSN di-hover */
.liacore-stat-item:hover a {
    color: #ffffff !important; /* Warna teks menjadi putih */
    transform: scale(1.2);      /* Ukuran membesar 20% */
    text-shadow: 0 2px 10px rgba(0,0,0,0.2); /* Memberi sedikit kedalaman agar teks putih terbaca jelas */
}

/* Pastikan label strong juga berubah putih saat di-hover agar seragam */
.liacore-stat-item:hover strong {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Konten Utama */
.liacore-body-content { padding: 30px; }

.liacore-section-box {
    margin-bottom: 25px;
    animation: fadeInUp 0.6s ease-out backwards;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.liacore-h3 {
    font-size: 15px;
    color: #1e5899;
    font-weight: 700;
    border-left: 4px solid #1e5899;
    padding-left: 12px;
    margin-bottom: 15px;
}

/* Tag Scope Interaktif */
.liacore-scope-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 11px;
    border: 1px solid #e2e8f0;
    margin: 2px;
    transition: all 0.3s ease;
}

.liacore-scope-tag:hover {
    background: #1e5899;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(30, 88, 153, 0.2);
}

/* Button Interaktif dengan Shine */
.liacore-footer-actions { display: flex; gap: 15px; margin-top: 10px; }

.btn-liacore {
    position: relative;
    padding: 4px 25px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    text-decoration: none !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-fill { background: #1e5899; color: #fff !important; }
.btn-fill:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(30, 88, 153, 0.3); }

.btn-outline { border: 1px solid #cbd5e0; color: #4a5568 !important; }
.btn-outline:hover { border-color: #1e5899; color: #1e5899 !important; background: #f0f7ff; }

/* Responsive */
@media (max-width: 768px) {
    .liacore-compact-header { grid-template-columns: 1fr; text-align: center; }
    .liacore-stats-bar { grid-template-columns: repeat(2, 1fr); }
    .liacore-floating-cover img { width: 160px; margin: 0 auto; }
.liacore-stats-bar {flex-wrap: wrap; }
.liacore-stat-item {
        flex: 1 1 50%; /* Di HP jadi 2 kolom per baris */
        border-bottom: 1px solid #edf2f7;
        white-space: normal;
    }
    .liacore-stat-item:nth-child(even) {
        border-right: none;
    }
}

/* ============================================
   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: #f0f6f9;
  padding: 12px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.submission-reject-box {
  flex: 1;
  min-width: 200px;
  background: rgb(170 33 5 / 18%);
  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: #eaf2f7;
}

.submission-box strong,
.submission-reject-box strong {
  color: #aa2105;
  font-size: 15px;
  display: 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%;
  }
}

/* Akhir CSS */