/*Jurnal Nersi*/
.pkp_site_name .is_img img{
    max-height: 3rem;
}
.pkp_structure_page{
    background-color: #F6F9F9;
}

/*additional content */

@media (min-width:992px){
    .pkp_page_index .additional_content{
    padding-top: 0;
    border-top: 0;
}
}

/*header edit*/
@media (min-width:992px){
    .pkp_site_name{
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    padding: 0;
    white-space: normal;
    font-size: 2em;
    background: transparent;
    overflow: visible;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    }
    .pkp_site_name .is_img img{
        max-height:200px;
    }
    
}
.pkp_site_nav_toggle{
    background: #ffffff;
}

@media (min-width:768px){
    .header_view .title{
    background-color:#03aea2;
}
}
.header_view .title{
    background-color:#03aea2;
}
.header_view .title:hover{
    background-color:#9CD9D5;
}
.header_view .title:focus{
    background-color:#9CD9D5;
}
.header_view .return:hover, .header_view .return:focus{
    background: #03aea2;
}
.header_view .download:hover, .header_view .download:focus{
    background: #03aea2;
}

body .column-footer p, body .column-footer h3, body .column-footer ul li a, body .column-footer ul li{
	color: #ffffff;
}
body .pkp_structure_footer{
    background-color: #123232;
}
body .pkp_structure_footer_wrapper{
    background-color:#F6F9F9;
}
.pkp_structure_footer a{
    color: #ffffff;
}
/*additional content */


.cmp_button_wire, .obj_galley_link{
    border:1px solid #03aea2;
    color:#03aea2;
}
.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus{
    background: #03aea2;
    color: #fff;
}

.pkp_page_index .current_issue .read_more{
    color:#2E5599;
}
.pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus{
    color:#2E5599;
}

/* Container item */
.item_menu {
    margin: 0 0 0 0;
}

/* Link styling */
.item_menu a {
    display: block;
    padding: 10px 14px;
    background: linear-gradient(135deg, #9CD9D5, #03aea2);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

/* Hover */
.item_menu a:hover {
    background: linear-gradient(135deg, #03aea2, #9CD9D5);
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
@media (min-width:992px){
    .pkp_block{
        padding:1rem 2.143rem;
    }
    .pkp_structure_content{
        padding-top: 0;
    }
    
}

.pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover{
    border-color: #2E5599;
}
.pkp_nav_list ul a{
    color: #2E5599;
}
.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus{
    outline: 0;
    background: #9CD9D5;
    border-color: #2E5599;
    color: #ffffff
}
.pkp_navigation_primary>li>a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: #2E5599;
        text-decoration: none;
        font-weight: 600;
    }

    .pkp_navigation_primary>li>a:hover {
        color: #9CD9D5;
        outline: 0;
        border-color: #2E5599;
    }

    .pkp_navigation_primary>li>a:focus {
        background: #2E5599;
        color: #fff;
        outline: 0;
    }
    

/*// styling buat editor */

/* Container satu kolom */
.editor-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}

/* Kartu editor */
.editor-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 15px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: 0.2s ease;
}

/* Hover ringan */
.editor-card:hover {
    border-color: #03aea2;
    box-shadow: 0 3px 8px #03756d3d;
}

/* Nama jabatan editor */
.editor-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #2E5599;
}

/* Afiliasi / kampus */
.editor-campus {
    font-size: 14px;
    margin-bottom: 3px;
    color: #444;
}

/* ORCID */
.editor-ids {
    font-size: 14px;
    margin-top: 5px;
}

.editor-ids a {
    color: #2E5599;
    text-decoration: none;
}

.editor-ids a:hover {
    color: #8C0083;
    text-decoration: underline;
}