body {
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  background-color: rgb(240, 242, 245);
  background-attachment: fixed;
}

.pkp_structure_content {
  background-color: rgb(255, 255, 255);
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pkp_structure_footer_wrapper {
  background-color: rgb(248, 249, 250);
  color: rgb(51, 51, 51);
  padding: 40px 0px;
  border-top: 1px solid rgb(222, 226, 230);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px inset;
}

.pkp_page_index .journals h3 a {
  color: black;
}

.pkp_page_index .journals h3 a {
  color: black;
}

.pkp_page_index .journals h3 a {
  color: black;
}

/* Menghapus gaya default list dan mengatur posisi sejajar (horizontal) */
ul.links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 10px !important;
    padding: 0 !important;
    margin: 15px 0 !important;
    list-style: none !important;
}

/* Menghilangkan margin bawaan dari item list */
ul.links li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Gaya dasar tombol untuk kedua link */
ul.links li a {
    display: inline-block !important;
    padding: 8px 20px !important; /* Ukuran padding kecil */
    font-size: 13px !important;    /* Ukuran teks kecil */
    border-radius: 50px !important; /* Membuat bentuk kapsul sempurna */
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

/* Gaya spesifik untuk tombol 'View Journal' (Biru) */
ul.links li.view a {
    background-color: #22427a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(34, 66, 122, 0.2) !important;
}

/* Gaya spesifik untuk tombol 'Current Issue' (Putih) */
ul.links li.current a {
    background-color: #ffffff !important;
    color: #22427a !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Efek saat kursor diarahkan (hover) */
ul.links li a:hover {
    transform: translateY(-2px); /* Tombol sedikit terangkat */
    opacity: 0.9;
}

.pkp_head_wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important; /* Membuat header lebih lebar ke bawah */
}
