a:hover {
  color:  #F2B428;
}

.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 img {max-height: 500px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}

/* ====== TABEL MENU ====== */
    table.hover {
      width: 100%;
      border-collapse: collapse;
    }

    .hover th {
	  border: 1px solid #ddd;
      background: #000000;
      color: #ffffff;
	  height:40px;
      padding: 10px 14px;
      text-align: left;   /* RATA KIRI */
      font-weight: bold;
    }

    .hover td {
	  height:35px;
      padding: 8px 14px;
      vertical-align: middle;
      border-bottom: 1px solid #ffffff;
      text-align: left;   /* RATA KIRI */
    }

    .hover td a {
      display: block;
      color: #ffffff;
      text-decoration: none;
    }

    .hover tr {
      background: #F2B428;
      color: #ffffff;
    }

    .hover tr:hover {
      background-color: #B57D00;
    }

    .hover a:hover {
      color: #000000;
    }

p {
  text-align: justify;
}

.pkp_brand_footer {
display: none;
}

.editor-card h3,
.editor-card p{
margin:0; /* HAPUS semua jarak default */
padding:0;
}

.editorial-board{
padding:10px 5px;
text-align:center;
}

.section-title{
font-size:24px;
font-weight:700;
margin-bottom:10px;
color:#F2B428;
}

.editor-grid{
display:flex;
flex-wrap:wrap;
column-gap:18px; /* samping */
row-gap:40px;    /* atas-bawah 🔥 */
justify-content:center;
max-width:1200px;
margin:20px auto 0 auto; /* ðŸ”¥ ini yang ditambah */
}

.editor-card{
flex: 1 1 calc(50% - 20px); /* 🔥 2 kolom */
max-width:calc(50% - 20px);

background:white;
padding:12px 14px;
border-radius:8px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
transition:0.3s;
text-align:left;
border-left:5px solid #F2B428;
border-bottom:1px solid #eee;
}

/* hover lebih halus */
.editor-card:hover{
transform:translateY(-3px);
box-shadow:0 8px 18px rgba(0,0,0,0.12);
}

.editor-card h3{
font-size:14px;
margin-bottom:4px;
line-height:1.3;
}

.editor-card .role{
font-size:12px;
margin-bottom:3px;
line-height:1.2;
color:#F2B428;
}

.editor-card .affiliation{
font-size:12px;
line-height:1.2;
}

/* LINK AKADEMIK */
.editor-links{
margin-top:4px;
display:flex;
gap:4px;
flex-wrap:wrap;
}

.editor-links a{
font-size:10px;
padding:2px 5px;
border-radius:3px;
text-decoration:none;
font-weight:500;
color:white;
line-height:1;
}

/* warna khas platform */
.editor-links .orcid{
background:#A6CE39;
}

.editor-links .scholar{
background:#4285F4;
}

.editor-links .scopus{
background:#FF6F00;
}

.editor-links a:hover{
opacity:0.8;
}

@media (max-width:768px){
.editor-card{
flex: 1 1 100%;
max-width:100%;
}
}
