/* =========================================================
   RESWARA JOURNAL - CUSTOM CSS
   ========================================================= */


/* =========================================================
   1. BACKGROUND WEBSITE
   ========================================================= */

html, body {
    background: url(https://ittelkom-pwt.ac.id/wp-content/uploads/2020/09/motif-background.jpg);
    background-size: 300px;
}


/* =========================================================
   2. HOMEPAGE IMAGE
   ========================================================= */

.homepage_image {
    display: inline-block;
    width: 28%;
    margin-left: 0;
    float: right;
}

.homepage_image img {
    margin: 60px 0 0 -20px;
    box-shadow: 4px 2px 5px gray;
    width: 300px;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   3. HOMEPAGE ABOUT
   ========================================================= */

.homepage_about {
    display: inline-block;
    width: 70%;
}

.homepage_about p {
    text-align: justify;
}


/* =========================================================
   4. CURRENT ISSUE
   ========================================================= */

.current_issue {
    display: block;
}


/* =========================================================
   5. NAVIGATION USER
   ========================================================= */

.pkp_navigation_user > li > a {
    color: #fd9903;
    background: transparent;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #e88900;
    background: transparent !important;
}


/* =========================================================
   6. SIDEBAR BLOCK
   ========================================================= */

.pkp_block {
    padding: 2.143rem 1.43rem;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 300px;
    max-width: 100%;
}


/* =========================================================
   7. CUSTOM HEADER RESWARA
   ========================================================= */

/* Background seluruh area header */
.pkp_structure_head {
    width: 100%;
    background: #527487;
}


/* Container utama header */
.pkp_head_wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}


/* Container banner/logo */
.pkp_site_name_wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* Area gambar header */
.pkp_site_name {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* Gambar header memenuhi area secara proporsional */
.pkp_site_name img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* =======================================================
   1. PENGATURAN HEADER & LOGO (Reswara NAVY-TEAL THEME)
   ======================================================= */

.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 { display: inline-block; margin: 0; padding: 0; }
.pkp_site_name .is_img img { max-height: 300px !important; margin: 0; }
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper { position: relative; padding-top: 10px; background: transparent; }
.pkp_site_name_wrapper { padding-left: 0; padding-right: 0; }


/* =========================================================
   8. RESPONSIVE TABLET
   ========================================================= */

@media (max-width: 991px) {

    .homepage_about {
        margin-top: 30px;
        width: 100%;
    }

    .homepage_image {
        width: 40%;
    }

    .homepage_image img {
        width: 100%;
        height: auto;
    }

    .pkp_site_name img {
        width: 100%;
        height: auto;
    }

}


/* =========================================================
   9. RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .homepage_about {
        width: 100%;
    }

    .homepage_image {
        width: 90%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .homepage_image img {
        width: 100%;
        margin: 20px 0;
        height: auto;
    }

    .pkp_structure_head {
        width: 100%;
    }

    .pkp_site_name_wrapper {
        width: 100%;
        padding: 0;
    }

    .pkp_site_name {
        width: 100%;
    }

    .pkp_site_name img {
        width: 100%;
        height: auto;
    }

}


/* =========================================================
   10. EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .homepage_image {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .homepage_about {
        margin-top: 0;
        width: 100%;
    }

}/* Sembunyikan Logo Bawaan OJS/PKP di Bagian Paling Bawah */
.pkp_brand_footer, 
a.pkp_brand_footer,
.pkp_footer_content .pkp_brand_footer {
  display: none !important;
}
/* Menyembunyikan seluruh blok Author Biographies di halaman artikel */
.item.author_biography,
.author_bios,
.section.author_biographies {
    display: none !important;
}
/* =========================================================
   3. STYLE DAFTAR ARTIKEL 
   ========================================================= */
.issue_toc h3, 
.cmp_article_list > h2,
.cmp_article_list > h3 {
    color: #858e96;
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid transparent; 
}

.issue_toc h3::after,
.cmp_article_list > h2::after,
.cmp_article_list > h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #f6ad55; 
}

.obj_article_summary {
    background-color: #f0f3f3; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    border-right: 5px solid #4b7d92; 
    border-bottom: 5px solid #4b7d92; 
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.obj_article_summary .title {
    margin-bottom: 10px;
    line-height: 1.4;
}

.obj_article_summary .title a {
    color: #47688c;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
}

.obj_article_summary .title a:hover {
    color: #0010a3;
    text-decoration: none;
}

.obj_article_summary .authors {
    color: #334155;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.obj_article_summary .pages {
    color: #64748b;
    font-size: 0.95rem;
    float: right; 
    margin-top: -35px; 
}

.obj_article_summary .galleys_links {
    margin-top: 10px;
}

.obj_article_summary .galley_link {
    background-color: #0010a3 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
    border: none;
}

.obj_article_summary .galley_link:hover {
    background-color: #000c7a !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}