.pkp_site_name {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 211px !important;
  margin-top: -10px;
  margin-bottom: -10px;
}
.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;
}

@media (max-width:639px) {
  .pkp_site_name .is_img img {
    height: 30px !important;
    width: 410px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pkp_structure_page {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.sidebar {
  border: 1px #66FE9A solid;
  padding: 2px;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
}
.sidebar-header {
  border: 1px solid #66FE9A;
  padding: 2px;
  background-color: #49cc77;
  text-align: center;
  color: white;
  font-weight: bold;
}
.sidebar table {
  width: 100%;
  border-collapse: collapse;
}
.sidebar td {
  background-color: #49cc77;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-bottom: solid rgb(255, 255, 255) 1px; /* Garis bawah antara td */
}

.sidebar td:hover {
  background-color: #49cc77;
}
.sidebar a {
  color: white;
  text-decoration: none;
}
.sidebar a:hover {
  color: white;
}

.editorial-list {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

   /* Mengatur container editorial-list */
   .editorial-list {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  
  /* Mengatur gambar profil */
  .img-profile {
    margin-right: 20px;
  }
  
  .imgthumb {
    width: 140px;
    height: 160px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.199);
    border: solid rgba(0, 0, 0, 0.048) 1px;
  }
  
  .imgthumb img {
    width: 100%;
    height: auto;
    display: block;
  }

  .imgthumb2 {
    width: 150px;
    height: 160px;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.199);
    border: solid rgba(0, 0, 0, 0.048) 1px;
  }

.imgthumb2 img {
  width: 100%;
  height: auto;
  display: block;
}
  
  /* Mengatur konten tim */
  .team-content {
    flex: 1;
  }
  
  .team-aff ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .team-aff li {
    margin-bottom: 4px;
    font-size: 14px;
  }
  
  .team-aff li .ico-label {
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .team-aff a {
    text-decoration: none;
    color: whi;
  }
  
  .team-aff a:hover {
    text-decoration: underline;
  }
  
  /* Mengatur strong untuk teks lebih tebal */
  .team-aff strong {
    font-weight: bold;
  }
  
  /* Mengatur tampilan responsive */
  @media (max-width: 768px) {
    .editorial-list {
        flex-direction: column;
        align-items: flex-start;
    }
  
    .img-profile {
        margin-right: 0;
        margin-bottom: 20px;
    }
  }