root {
    color: #4F4F4D;
    color: #6A6A68;
}


html, body {
    font-family: 'Segoe UI', Arial, sans-serif; /* Upgrade font agar lebih rapi */
    background: none;
    background-color: #f2fcf7; /* Warna dasar mint muda sebagai backup */
    background-size: 100% 100%; 
    background-attachment: fixed; 
    background-position: center; 
    margin: 0;
    padding: 0;
    color: #2D3748;
}

/* --- DAFTAR ARTIKEL (Dibuat model Card Premium) --- */
.cmp_article_list>li {
    margin-bottom: 20px;
    background: #ffffff !important;
    padding: 1.5rem;
    border-radius: 12px; /* Sudut melengkung halus */
    border: 1px solid rgba(7, 106, 67, 0.1); /* Garis tepi sangat tipis */
    border-left: 4px solid #4F4F4D; /* Aksen hijau tua di kiri */
    box-shadow: 0 4px 12px rgba(7, 106, 67, 0.08); /* Bayangan hijau lembut, menggantikan oranye */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cmp_article_list>li:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(7, 106, 67, 0.15);
    border-left-color: #6A6A68; /* Berubah hijau terang saat disentuh */
}

/* --- SIDEBAR & MENU TAMBAHAN --- */
.additional-menu {
    padding: 0;
    margin: 0;
}

.title {
    font-weight: 700;
    font-size: 18px;
    color: #4F4F4D; /* Hijau utama */
    margin-bottom: 15px;
    display: block;
    border-bottom: 2px solid #6A6A68; /* Garis bawah hijau terang (menggantikan kuning) */
    padding-bottom: 8px;
}

.menu-item {
    padding: 10px 0;
    background: none;
    color: #2D3748;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(7, 106, 67, 0.1); /* Batas bawah diperhalus dari hitam pekat */
    transition: all 0.3s ease; 
}

.menu-item a {
    color: #2D3748;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.menu-item em {
    margin-right: 8px;
    font-size: 1.2em;
    padding-left: 2px;
    color: #4F4F4D; /* Ikon menggunakan warna hijau */
}

/* Efek Hover Menu Sidebar */
.menu-item:hover {
    background-color: #F2FCF7; /* Background mint saat di-hover */
    padding-left: 15px; 
    padding-right: 15px; 
    border-bottom-color: #6A6A68;
}

.menu-item:hover a {
    color: #4F4F4D;
}

/* --- BAGIAN HEADER & COVER (Struktur Asli Dipertahankan) --- */
.obj_issue_toc .cover img {
    margin-left: auto;
    margin-right: auto;
    width: auto; 
    height: 250px; 
    border-radius: 8px; /* Tambahan manis untuk sudut cover */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 220px;
    margin-top: 18px;
    max-width: 100%;
    width: 1250px;
    height: auto;
}

.pkp_navigation_user_wrapper {
    top: 0px;
    right: 0;
    left: auto;
    width: 100%;
    padding-right: 30px;
}

.pkp_site_name {
    width: 100%; 
    margin: 0px; 
    padding: 0px; 
    padding-top: 20px;
    padding-bottom: 19px;
}

.pkp_navigation_primary_row {
    background: #ffffff;
    border-top: 1px solid #DDDDDD;
}

/* --- NAVIGASI USER ATAS (Login/Register) --- */
.pkp_navigation_user a {
    display: inline-block; 
    padding: 5px 0; 
    line-height: 20px; 
    color: #4a5568; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}

.pkp_navigation_user a:hover,
.pkp_navigation_user a:focus {
    color: #6A6A68;
    text-decoration: none;
}

/* --- ARTIKEL SUMMARY (Penulis & Cover) --- */
.obj_article_summary .cover {
    float: left;
    width: 30%;
    height: auto;
    max-height: none;
    margin-right: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.authors {
    display: block;
    margin-bottom: 10px;
}

.authors .author-name {
    display: inline;
    font-size: 1em;
    margin-right: 5px;
    color: #4F4F4D; 
    font-weight: 600;
}

.authors .author-affiliation {
    display: inline;
    font-size: 0.9em;
    margin-left: 2px;
    color: #718096;
}

/* --- ARTIKEL STATISTIK --- */
.article-stats {
    display: flex;
    align-items: center;
    gap: 20px; 
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed rgba(7, 106, 67, 0.2); 
}
.abstract-views, .pdf-downloads {
    display: inline-flex;
    align-items: center;
    font-size: 14px; 
    color: #4a5568;
}

.abstract-views::before, .pdf-downloads::before {
    content: '';
    display: inline-block;
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
}

.abstract-views::before {
    background-image: url("/public/abs_view.png"); 
}

.pdf-downloads::before {
    background-image: url("/public/pdf_down.png"); 
}

a[href^="mailto:"] {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 5px;
    height: 20px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

/* =========================================================
   PREMIUM FOOTER
========================================================= */

.exj-footer-container {
    background: linear-gradient(135deg, #4F4F4D 0%, #044b2f 100%);
    color: #f2fcf7;
    padding: 40px 30px;
    margin-top: 50px;
    border-top: 4px solid #6A6A68;
    border-radius: 12px 12px 0 0; /* Memberikan efek lengkungan halus di sudut atas */
}

.exj-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/* Bagian Info Jurnal */
.exj-footer-brand h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #6A6A68;
    display: inline-block;
}

.exj-footer-brand p {
    margin: 5px 0;
    font-size: 15px;
    color: #eaf6f0;
    line-height: 1.6;
}

.exj-footer-brand a {
    color: #6A6A68;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.exj-footer-brand a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Bagian Kotak Lisensi */
.exj-footer-license {
    max-width: 350px;
    background: rgba(255, 255, 255, 0.06);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: right;
}

.exj-footer-license .cc-icon {
    margin-bottom: 12px;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.exj-footer-license .cc-icon:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.exj-footer-license p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #d1e8dd;
}

.exj-footer-license a {
    color: #6A6A68;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.exj-footer-license a:hover {
    color: #ffffff;
}

/* Penyesuaian untuk layar HP / Mobile */
@media screen and (max-width: 768px) {
    .exj-footer-content {
        flex-direction: column;
    }
    .exj-footer-license {
        max-width: 100%;
        text-align: left;
    }
}

/* =========================================================
   PREMIUM HOMEPAGE ABOUT SECTION
========================================================= */

.pkp_page_index .homepage_about {
    background-color: #ffffff;
    padding: 2.5rem; /* Memberikan ruang napas yang luas di dalam kotak */
    margin-bottom: 3rem; /* Jarak aman dengan elemen di bawahnya */
    margin-top: 20px;
    border-radius: 12px; /* Sudut melengkung halus */
    border: 1px solid rgba(7, 106, 67, 0.1);
    border-top: 4px solid #4F4F4D; /* Aksen garis hijau tua di bagian atas */
    box-shadow: 0 4px 15px rgba(7, 106, 67, 0.06); /* Bayangan sangat lembut */
    color: #2D3748;
    line-height: 1.8; /* Jarak antar baris teks agar mudah dibaca */
    transition: all 0.3s ease;
}

/* Efek saat kursor diarahkan ke kotak About */
.pkp_page_index .homepage_about:hover {
    box-shadow: 0 10px 25px rgba(7, 106, 67, 0.12);
    transform: translateY(-2px);
}

/* Mempercantik Judul (Heading) di dalam kotak About */
.pkp_page_index .homepage_about h2,
.pkp_page_index .homepage_about h3 {
    color: #4F4F4D;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #6A6A68; /* Garis bawah hijau terang */
    display: inline-block;
}

/* Mengatur paragraf di dalam kotak About */
.pkp_page_index .homepage_about p {
    margin-bottom: 1rem;
    font-size: 15px;
    text-align: justify; /* Membuat teks rata kanan-kiri agar rapi seperti jurnal */
}

/* =========================================================
   PREMIUM USER NAVIGATION (Login / Register Bar)
========================================================= */

/* Membungkus daftar menu (ul) agar sejajar rapi */
.pkp_navigation_user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px; /* Jarak antar menu */
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Modifikasi link menu (a) */
.pkp_navigation_user a {
    display: inline-flex; /* Menggunakan flex agar posisi teks stabil di tengah */
    align-items: center;
    margin-top: 7px;
    padding: 6px 12px;
    font-size: 13px; /* Ukuran sedikit diperkecil agar terlihat seperti menu sekunder */
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #4a5568; /* Abu-abu gelap agar tidak terlalu mencolok */
    background-color: transparent;
    border-radius: 20px; /* Bentuk membulat seperti tombol pill */
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Efek Hover (Saat disentuh kursor) */
.pkp_navigation_user a:hover,
.pkp_navigation_user a:focus {
    color: #4F4F4D; /* Berubah menjadi Hijau Tua */
    background-color: #EAF6F0; /* Background mint pucat muncul saat di-hover */
    text-decoration: none;
    transform: translateY(-1px); /* Bergerak sedikit ke atas */
}

/* Menambahkan aksen pemisah (Garis tegak di antara Login & Register) */
.pkp_navigation_user li:not(:last-child)::after {
    content: "|";
    color: #CBD5E0; /* Abu-abu sangat terang */
    margin-left: 15px;
    font-size: 12px;
    pointer-events: none;
}

/* Opsional: Membuat tombol Register (biasanya anak terakhir) lebih menonjol */
.pkp_navigation_user li:last-child a {
    color: #ffffff;
    background-color: #4F4F4D; /* Tombol solid hijau */
    padding: 6px 16px;
}

.pkp_navigation_user li:last-child a:hover {
    background-color: #6A6A68; /* Hijau terang saat di-hover */
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 193, 101, 0.2);
}

/* =========================================================
   UNIVERSAL SIDEBAR WIDGETS (Reusable Custom Design)
========================================================= */

/* --- WIDGET CONTAINER UMUM --- */
.custom-sidebar-widget {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); /* Menggunakan hitam transparan agar netral ke semua warna */
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* --- BAGIAN COVER & TOMBOL UTAMA --- */
.custom-cover-wrapper {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.custom-cover-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.custom-cover-wrapper:hover img {
    transform: scale(1.05);
}

/* Tombol Submit */
.custom-btn-solid {
    display: block;
    text-align: center;
    background: #4F4F4D; /* Ganti ini ke warna utama jurnal */
    color: #ffffff !important;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(7, 106, 67, 0.2); /* Sesuaikan bayangan */
}

.custom-btn-solid:hover {
    background: #6A6A68; /* Ganti ini ke warna aksen terang jurnal */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 193, 101, 0.3); /* Sesuaikan bayangan */
}

/* Tombol Login & Register */
.custom-auth-wrapper {
    display: flex;
    gap: 10px;
}

.custom-btn-outline {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 2px solid #4F4F4D; /* Ganti ini ke warna utama jurnal */
    color: #4F4F4D !important; /* Ganti ini ke warna utama jurnal */
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-btn-outline:hover {
    background: #4F4F4D; /* Ganti ini ke warna utama jurnal */
    color: #ffffff !important;
}

/* --- BAGIAN MENU TAMBAHAN (EXPLORE JOURNAL) --- */
.custom-widget-title {
    font-size: 16px;
    font-weight: 800;
    color: #4F4F4D; /* Ganti ini ke warna utama jurnal */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1); /* Dibuat abu-abu netral */
}

.custom-menu-container {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

/* Desain Badge Menu */
.custom-badge-link {
    position: relative;
    display: block;
    padding: 12px 16px;
    background: #fafafa; /* Background netral */
    border: 1px solid rgba(0, 0, 0, 0.08); /* Border netral */
    border-radius: 8px;
    color: #2D3748 !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Aksen Garis Kiri */
.custom-badge-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #6A6A68; /* Ganti ini ke warna aksen terang jurnal */
    transition: all 0.3s ease;
    z-index: 0;
}

.custom-badge-link span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Efek Hover (Warna Mengisi Tombol) */
.custom-badge-link:hover {
    transform: translateX(4px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-color: #4F4F4D; /* Ganti ini ke warna utama jurnal */
    color: #ffffff !important; /* MEMAKSA TEKS JADI PUTIH */
}

.custom-badge-link:hover::before {
    width: 100%; 
    background: #4F4F4D; /* Ganti ini ke warna utama jurnal */
}

.custom-badge-link:hover span {
    color: #ffffff !important; /* MEMAKSA SPAN TEKS JADI PUTIH */
}

/* --- BAGIAN MENU TAMBAHAN (EXPLORE JOURNAL) --- */
.custom-widget-title {
    font-size: 16px;
    font-weight: 800;
    color: #4F4F4D; 
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1); 
}

.custom-menu-container {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

/* Desain Badge Menu (Dikunci Layer-nya) */
.custom-badge-link {
    position: relative;
    z-index: 1; /* Membentuk ruang layer baru */
    display: block;
    padding: 12px 16px;
    background: #fafafa; 
    border: 1px solid rgba(0, 0, 0, 0.08); 
    border-radius: 8px;
    color: #2D3748 !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Aksen Garis Kiri & Animasi Background (Dipaksa ke belakang) */
.custom-badge-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #6A6A68; 
    transition: all 0.3s ease;
    z-index: -1; /* KUNCI 1: Background ditaruh paling belakang */
}

/* Pengaturan Teks (Dipaksa ke depan) */
.custom-badge-link span {
    position: relative;
    z-index: 2; /* KUNCI 2: Teks ditarik ke depan agar tidak tertimpa background */
    transition: color 0.3s ease;
}

/* Efek Hover dengan Selector Super Kuat */
.custom-sidebar-widget .custom-menu-container .custom-badge-link:hover {
    transform: translateX(4px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-color: #4F4F4D; 
}

.custom-sidebar-widget .custom-menu-container .custom-badge-link:hover::before {
    width: 100%; 
    background: #4F4F4D; 
}

/* KUNCI 3: Memaksa teks jadi putih saat di-hover, mengabaikan CSS OJS */
.custom-sidebar-widget .custom-menu-container .custom-badge-link:hover,
.custom-sidebar-widget .custom-menu-container .custom-badge-link:hover span {
    color: #ffffff !important; 
}

/* =========================================================
   UNIVERSAL TEMPLATE DOWNLOAD WIDGET (Minimalist & Clean)
========================================================= */

/* Wadah Tombol Template */
.custom-template-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    background: #ffffff; /* Latar putih bersih */
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

/* Mematikan efek blok hijau dari kode sebelumnya (jika masih tersisa) */
.custom-template-link::before {
    display: none !important; 
}

/* Gambar Template - Diberi ruang bernapas */
.custom-template-img {
    max-width: 125px; 
    height: auto;
    padding: 5px; 
    background: #ffffff; /* Memastikan background gambar selalu putih, mencegah bentrok warna */
    border-radius: 4px;
    transition: transform 0.3s ease;
}

/* Label Teks - Dibuat lebih tipis dan elegan */
.custom-template-link::after {
    content: "Download Manuscript Template";
    display: block;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600; /* Diturunkan sedikit agar tidak terlalu tebal/berat */
    color: #4a5568; /* Abu-abu elegan */
    text-align: center;
    transition: color 0.3s ease;
}

/* --- EFEK HOVER MINIMALIS (Elegant Lift) --- */
.custom-template-link:hover {
    transform: translateY(-4px); /* Mengambang ke atas, lebih natural untuk kotak gambar */
    box-shadow: 0 8px 25px rgba(7, 106, 67, 0.12); /* Bayangan hijau sangat lembut */
    border-color: #4F4F4D; /* Garis tepi berubah sesuai warna jurnal */
    background: #F8FDFA; /* Latar berubah jadi mint sangat pucat, bukan hijau pekat */
}

/* Teks berubah menjadi warna utama jurnal saat di-hover */
.custom-template-link:hover::after {
    color: #4F4F4D !important; 
}

/* Gambar sedikit membesar */
.custom-template-link:hover .custom-template-img {
    transform: scale(1.05);
}

/* =========================================================
   UNIVERSAL INDEXING WIDGET (Grayscale Hover Effect)
========================================================= */

/* Wadah kumpulan logo */
.custom-indexing-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Jarak rapi antar logo menggantikan <hr> */
}

/* Kotak untuk masing-masing logo */
.custom-indexing-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Pengaturan rasio gambar logo */
.custom-indexing-img {
    max-width: 130px; 
    height: auto;
    max-height: 45px; /* Mencegah logo terlalu raksasa */
    object-fit: contain; /* Mencegah gambar menjadi gepeng (distorsi) */
    filter: grayscale(100%) opacity(70%); /* Efek abu-abu elegan saat diam */
    transition: all 0.3s ease;
}

/* --- EFEK HOVER KONSISTEN & PREMIUM --- */
.custom-indexing-link:hover {
    transform: translateY(-4px); /* Mengambang ke atas */
    box-shadow: 0 8px 20px rgba(7, 106, 67, 0.12); /* Bayangan hijau sangat lembut */
    border-color: #4F4F4D; /* Garis tepi mengikuti warna utama jurnal */
}

/* Logo menyala kembali ke warna asli saat disentuh */
.custom-indexing-link:hover .custom-indexing-img {
    filter: grayscale(0%) opacity(100%);
    transform: scale(1.05);
}

/* =========================================================
   UNIVERSAL VISITOR STATISTIC WIDGET
========================================================= */

/* Wadah Utama Statistik (Menggantikan fungsi <br>) */
.custom-statistic-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; /* Jarak otomatis yang rapi antar elemen */
    padding: 10px 0;
}

/* Kotak untuk Flag Counter */
.custom-stat-link {
    display: block;
    background: #ffffff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.custom-stat-img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Efek melayang saat kursor diarahkan ke bendera */
.custom-stat-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(7, 106, 67, 0.12); /* Bayangan hijau lembut */
    border-color: #4F4F4D; /* Garis berubah ke warna utama jurnal */
}

/* Ikon Web Analytics Kecil */
.custom-stat-badge {
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-stat-badge:hover {
    transform: scale(1.1); /* Sedikit membesar saat disentuh */
}

/* Tombol "View My Stats" */
.custom-stat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #4F4F4D !important; /* Warna teks utama jurnal */
    background: transparent;
    border: 1px solid #4F4F4D; /* Garis tepi sesuai warna utama */
    border-radius: 30px; /* Bentuk pill/kapsul penuh */
    text-decoration: none !important;
    transition: all 0.3s ease;
}

/* Menambahkan panah keluar kecil di tombol */
.custom-stat-btn::after {
    content: "↗"; 
    margin-left: 6px;
    font-size: 14px;
}

/* Tombol terisi warna saat di-hover */
.custom-stat-btn:hover {
    background: #4F4F4D; /* Terisi warna utama jurnal */
    color: #ffffff !important; /* Teks jadi putih */
    box-shadow: 0 4px 12px rgba(7, 106, 67, 0.2);
    transform: translateY(-2px);
}