html, body {
        font-family: "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; background: #ffffff;
    }    
    
.pkp_site_name .is_img {
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: fit-content;
    }
    
.pkp_site_name .is_img img {
        max-height: fit-content;
    }

.pkp_site_name {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

.has_site_logo .pkp_site_name {
    text-align: center;
}

.pkp_site_name_wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
    }

.pkp_structure_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .25em;
    }

.about-the-journal {
    width: 150px;
    height: 208px;
    }

@media (min-width: 992px) {
.pkp_navigation_user>li>a {
    color: rgb(255 255 255 / 84%);
    }
}

.cmp_article_list>li {
    margin-bottom: 1.5rem;
    color: #000000;
    padding: 20px;
    width: auto;
    background-color: white;
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    box-shadow: 0 10px 0 0 #cfcfcf;
    font-family: Arial, sans-serif;
}

img.gambar-index {
    max-width: 25%;
    }
.gambar-footer {
    width: 300px;
    height: auto;
}

.block-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    }

@media (min-width: 992px) {
    .pkp_navigation_primary_row {
        padding-left: 0rem;
        padding-right: rem;
    }
}

.obj_issue_toc .section:last-child .articles>li:last-child {
    margin-bottom: 2rem;
}

.pkp_block {
        padding: 1rem;
    }

@media (min-width: 992px) {
        .pkp_navigation_primary>li:first-child a {
             margin-left: 1em;
        }
    }

.menu-item {
    display: flex;
    align-items: center;
    text-decoration: none; /* Menghilangkan garis bawah link */
    color: white; /* Warna teks putih */
    transition: transform 0.2s, box-shadow 0.2s;
}

.menu-item:hover {
    transform: translateY(-2px); /* Efek sedikit terangkat saat dihover */
    box-shadow: 0 6px 20px rgba(37, 117, 252, 0.4);
}

.gambar-berefek {
    transition: transform 0.2s, box-shadow 0.2s;
}
.gambar-berefek:hover {
    transform: translateY(-2px); /* Efek sedikit terangkat saat dihover */
    box-shadow: 0 6px 20px rgba(37, 117, 252, 0.4);
}

.informasi {
      /* wadah untuk tabel + gambar; clearfix untuk float */
      max-width: 900px;
    }
    img.cover {
      float: right;               /* letakkan gambar di kanan luar tabel */
      width: 200px;               /* ubah sesuai kebutuhan */
      height: auto;
      margin: 0px;
      border: 1px solid #ddd;
      box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    }

    table {
      border-collapse: collapse;
      width: 100%;
      max-width: calc(100% - 200px); /* beri ruang supaya tidak tertutup gambar pada layar lebar */
      background: #fff;
    }

    th.tabel-informasi, td.tabel-informasi {
      border: 1px solid #e0e0e0;
      padding: 10px 12px;
      text-align: left;
      vertical-align: middle;
    }

    /*th {
      background: #000000;
      font-weight: 600;
      color: white;
    }

    /* Clearfix untuk memastikan container membungkus float */
    .container::after {
      content: "";
      display: table;
      clear: both;
    }

    /* Responsif: pada layar kecil, gambar pindah ke atas (tidak mengapung) */
    @media (max-width: 640px) {
      .cover {
        float: none;
        display: block;
        margin: 0 0 16px 0;
        width: 48%;
        max-width: 240px;
      }
      table {
        max-width: 100%;
      }
    }

.description {
        float: right;
        width: 100%;
        text-align: justify;
}

/*-----TABEL INFORMASI-----*/
.information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
}
      
      /* Styling tabel */
.table-information {
        flex: 1 1 400px; /* Tabel menyesuaikan ukuran layar */
        max-width: 500px;
}
      
table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border-radius: 0px;
        overflow: hidden;
}
      
thead th {
        color: white;
        text-align: left;
        padding: 10px;
}
      
tbody tr:nth-child(even) {
        background-color: #f9f9f9;
}
      
tbody tr:hover {
        background-color: #f1f1f1;
}
      
.th-informasi td {
        padding: 5px;
        border: 1px solid #ddd;
        text-align: left;
}
      
.th-informasi td:first-child {
        text-align: left;
}
      
      /* Styling gambar buku */
.image-information {
        flex: 1 1 300px; /* Gambar menyesuaikan ukuran layar */
        max-width: 300px;
}
      
.image-information img {
        width: 80%;
        border-radius: 0px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.pkp_structure_main p, .pkp_structure_main ul {
    text-align: justify;
    }

.pkp_structure_footer {
    display: flex;
    }

.pkp_footer_content {
    padding: 2.143rem;
    text-align: left;
    width: 70%;
}

.pkp_brand_footer {
    padding: 2.143rem;
    width: 30%;
}