html, body {
  background: url(https://ittelkom-pwt.ac.id/wp-content/uploads/2020/09/motif-background.jpg);
  background-size: 300px;
}

.homepage_image {
    display:inline-block;
    width:28%;
    margin-left:0px;
    float:right;
}

.homepage_image img {
    margin:60px 0px 0px -20px;
    box-shadow:4px 2px 5px gray;
    width:300px;

 }

.homepage_about {
    display:inline-block;
    width:70%;
}


.current_issue{
    display:block;
}

@media (max-width: 600px) {
/* For mobile phones: */
  .homepage_about {
    width:100%;
  }
}


@media (max-width: 991px) {
    .homepage_about{
        margin-top:30px;
    }


}


@media (max-width: 360px) {
/* For mobile phones: */
    .homepage_image {
        width:90%;
        margin:0;
    }

        .homepage_about{
        margin-top:0px;
    }
}

.homepage_about p{
    text-align:justify;
}

.pkp_navigation_user>li>a {
        color: rgba(0,0,0,0.84);
        background: #8c8c8c;
    }

.pkp_block {
    padding: 2.143rem 1.43rem;
    font-size: 1rem;
    line-height: 1.43rem;
    width:300px;
}

/* ===== FIX GRID HOMEPAGE OJS (FINAL AMAN) ===== */

/* Container khusus jurnal */
.pkp_page_index ul:has(li.has_thumb) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

/* Item jurnal */
.pkp_page_index li.has_thumb {
    width: calc(25% - 20px);
    list-style: none;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

/* Hover effect */
.pkp_page_index li.has_thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Gambar */
.pkp_page_index .thumb img {
    width: 100%;
    height: auto;
}

/* Isi */
.pkp_page_index .body {
    padding: 10px;
}

/* Judul */
.pkp_page_index .body h3 {
    font-size: 15px;
}

/* Deskripsi */
.pkp_page_index .description {
    max-height: 100px;
    overflow: hidden;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 992px) {
    .pkp_page_index li.has_thumb {
        width: calc(50% - 20px);
    }
}