.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: 100% !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;
}

/* === OVERRIDE LAYOUT EDITORIAL (taruh PALING BAWAH) === */
#groups .editorial-list{
  position: static;              /* timpa relative lama */
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#groups .editorial-list .img-profile{
  position: static;              /* matikan absolute */
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  flex: 0 0 95px;
}

#groups .editorial-list .img-profile .imgthumb{
  width: 95px;
  height: 105px;
  overflow: hidden;
  margin: 0;
}

#groups .editorial-list .img-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  box-sizing: border-box;
}

#groups .team-content{
  margin-left: 0;                /* matikan offset manual */
  min-height: 0;
  flex: 1;
  min-width: 220px;
}

#groups .team-content > strong{
  display: block;
  margin-bottom: 8px;
  line-height: 1.35;
}

#groups .team-aff ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#groups .team-aff ul li{
  display: flex;
  align-items: center;           /* ikon + teks sejajar */
  gap: 8px;
  margin: 6px 0;
  line-height: 1.45;
}

#groups .team-content .ico-label,
#groups .team-aff ul li .ico-label{
  width: 18px;
  height: 18px;
  margin-right: 0;
  flex: 0 0 18px;
  object-fit: contain;
  display: inline-block;
}

#groups .team-aff a{
  word-break: break-word;
}

/* Garis tipis di bawah judul section */
#groups .group > h4,
#groups .group > h5{
  font-size: 22px;
  border-bottom: 1px solid #E7E7E7;
  padding: 5px 0;
  margin: 0 0 16px 0;
}