/* ==================================================
   WIDYA LAKSMI JOURNAL – CUSTOM STYLESHEET
   OJS 3.5
   ================================================== */


/* ==================================================
   1. LOGO JURNAL
   ================================================== */

.pkp_site_name .is_img img {
    max-height: 100px;
}


/* ==================================================
   2. MENYEMBUNYIKAN BRANDING PKP
   ================================================== */

.pkp_brand_footer {
    display: none;
}


/* ==================================================
   3. URUTAN KONTEN HALAMAN UTAMA
   ================================================== */

.page_index_journal {
    display: flex;
    flex-direction: column;
}

.page_index_journal > .homepage_image {
    order: 1;
}

.page_index_journal > .additional_content {
    order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_index_journal > .current_issue {
    order: 3;
}

.page_index_journal > .cmp_announcements {
    order: 4;
}


/* ==================================================
   4. INFORMATION BLOCK
   ================================================== */

/* Pembungkus Information Block */

.pkp_structure_sidebar .pkp_block.block_information {
    margin: 0 !important;
    padding: 30px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box;
}


/* Judul Information Block */

.pkp_structure_sidebar .pkp_block.block_information > .title,
.pkp_structure_sidebar .pkp_block.block_information .title {
    display: block;
    margin: 0 !important;
    padding: 11px 14px !important;
    background: #1261a0 !important;
    color: #ffffff !important;
    border: 1px solid #1261a0 !important;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}


/* Isi Information Block */

.pkp_structure_sidebar .pkp_block.block_information > .content,
.pkp_structure_sidebar .pkp_block.block_information .content {
    margin: 0 !important;
    padding: 8px 14px 12px !important;
    background: #ffffff !important;
    border-top: none !important;
    border-right: 1px solid #d9dfe5;
    border-bottom: 1px solid #d9dfe5;
    border-left: 1px solid #d9dfe5;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}


/* Daftar menu Information */

.pkp_structure_sidebar .pkp_block.block_information .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkp_structure_sidebar .pkp_block.block_information .content li {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pkp_structure_sidebar .pkp_block.block_information .content li:last-child {
    border-bottom: none;
}


/* Tautan Information */

.pkp_structure_sidebar .pkp_block.block_information .content a,
.pkp_structure_sidebar .pkp_block.block_information .content a:visited {
    color: #1261a0 !important;
    text-decoration: none;
}

.pkp_structure_sidebar .pkp_block.block_information .content a:hover,
.pkp_structure_sidebar .pkp_block.block_information .content a:focus {
    color: #0d4776 !important;
    text-decoration: underline;
}


/* ==================================================
   5. WARNA FOOTER JURNAL
   ================================================== */

.pkp_structure_footer_wrapper {
    background: #1261a0 !important;
    color: #ffffff !important;
}


/* Warna seluruh tulisan footer */

.pkp_structure_footer,
.pkp_structure_footer p,
.pkp_structure_footer span,
.pkp_structure_footer div,
.pkp_structure_footer strong,
.pkp_structure_footer b,
.pkp_structure_footer em,
.pkp_structure_footer i,
.pkp_structure_footer h1,
.pkp_structure_footer h2,
.pkp_structure_footer h3,
.pkp_structure_footer h4,
.pkp_structure_footer h5,
.pkp_structure_footer h6 {
    color: #ffffff !important;
}


/* Tautan footer */

.pkp_structure_footer a,
.pkp_structure_footer a:visited {
    color: #ffffff !important;
    text-decoration: underline;
}

.pkp_structure_footer a:hover,
.pkp_structure_footer a:focus {
    color: #d9efff !important;
    text-decoration: underline;
}


/* Garis pemisah footer */

.pkp_structure_footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.45) !important;
}


/* ==================================================
   6. TAMPILAN TABLET DAN MOBILE
   ================================================== */

@media screen and (max-width: 768px) {

    .pkp_structure_sidebar .pkp_block.block_information {
        padding: 15px !important;
    }

    .pkp_structure_sidebar .pkp_block.block_information .title {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }

    .pkp_structure_sidebar .pkp_block.block_information .content {
        padding: 7px 12px 10px !important;
    }

    .pkp_structure_footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}