/*---- EKSHIS ----*/
.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-top: 0px;
        margin-bottom: 0px;
        padding: 2rem;
}
.has_site_logo .pkp_site_name{
        text-align: center;
}
.pkp_site_name .is_img img {
	max-height: 300px !important;
	margin-top: 0 px;
    	margin-bottom: 0 px;
}
.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;
}
.pkp_navigation_user_wrapper {
	top: 0; right: 0; padding-right:0px;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 15px;
        padding-right: 0;
        width: 850px;
        margin-top: 3px;
}
.pkp_navigation_user>li>a {
        color: #372109;
}

.pkp_navigation_user>li:last-child>a {
        background-color: #372109;
        margin-right: 0rem;
        border-radius: 10px;
}

.pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #a5712a;
}
.pkp_structure_head {
        background: url(https://yayasanhaiahnusratulislam.or.id/wp-content/uploads/2025/12/Header-Ekshis.jpg);
        background-size: cover;
        padding-bottom: 1rem;
}
.pkp_structure_page {
	margin-top:  0px;
}
.pkp_structure_content {
        padding-top: 0rem;
}
.pkp_block {
        padding: 20px;
}
.pkp_page_index .current_issue h2 {
        display: inline-block;
        padding-bottom: 0.5em;
        border-bottom: 3px solid #a5712a;
        text-transform: uppercase;
        font-weight: 700;
        color: #352211;
}
body {
  font-family: montserrat, sans-serif;
}
a {
        color: #352211;
}
.pkp_page_index .current_issue .read_more {
        display: inline-block;
        position: relative;
        padding-right: 2.143rem;
        font-size: .93rem;
        font-weight: 700;
        line-height: 2.143rem;
        color: #352211;
        text-decoration: none;
        margin-bottom: 1.43rem;
}
.pkp_navigation_primary_row {
        background: #352211;
        padding-left: 2.143rem;
        padding-right: 2.143rem;
}
.pkp_navigation_search_wrapper a {
        padding-bottom: 6px;
        border-bottom-width: 4px;
        color: #fff;
}
#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}
@media (min-width: 992px) {
    #navigationPrimary a {
        color: #fff;
}
}
.pkp_footer_content {
        float: left;
        width: 80%;
        padding:2%;
        padding-top: 5px;
        padding-bottom:10px;
}
.cmp_article_list>li {
        margin-bottom: 1.5rem;
        background-color: #f3e8e1;
        padding: 10px;
        border-radius: 6px;
        box-shadow: black;
}

/* ----- VALUE ----- */
.value a {
        position: relative;
        text-decoration: none;
        color: #a5712a;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease;
}

.value a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #a5712a;
        transition: width 0.1s ease;
}

.value a:hover {
        transform: translateY(-5px);
}

.value a:hover::after {
        width: 100%;
}

/* ----- JUDUL JURNAL ----- */
.title a {
        position: relative;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease;
}

.title a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #a5712a;
        transition: width 0.1s ease;
}

.title a:hover {
        transform: translateY(-5px);
}

.title a:hover::after {
        width: 100%;
}

/* ----- MENU-UTAMA ----- */
.menu-utama {
        position: relative;
        text-decoration: none;
        color: #a5712a;
        display: inline-block;
        transition: transform 0.3s ease;
        padding-top; 10px;
}

.menu-utama::after {
        content: '';
        position: relative;
        bottom: 0px;
        left: 0;
        width: 0;
        height: 0px;
        background-color: #a5712a;
        transition: width 0.1s ease;
}

.menu-utama:hover {
        transform: translateY(-5px);
}

.menu-utama::after::after {
        width: 100%;
}

/* ----- GAMBAR INDEX ----- */
.index-image {
        position: relative;
        text-decoration: none;
        color: #a5712a;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease;
}

.index-image::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #a5712a;
        transition: width 0.1s ease;
}

.index-image:hover {
        transform: translateY(-5px);
}

.index-image:hover::after {
        width: 100%;
}

/* ----- TABEL INFORMASI ----- */
/* Styling dasar */
body {
        font-family: Montserrat, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f9;
}
      
      .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 {
        background-color: #352211;
        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);
}

/* ---- FOOTER ---- */
/* ---- LOGO HAIAH ---- */

.pkp_structure_footer_wrapper{
        background: #f3e8e1;
}
img.logo-haiah {
        width: 300px;
        float: left;
        filter: grayscale(100%);
}
