/* Head Text Color */
/* .pkp_site_name .is_text,
.pkp_navigation_primary li a,
.pkp_navigation_search_wrapper a,
.pkp_navigation_user a {
  color: #fff;
} */

.pkp_page_index .homepage_image {
  margin-top: -5rem;
}

/* Footer Style */
.pkp_footer_content {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_footer_content img {
  width: 200px;
  height: 55px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
  background: #eeeeee;
  /* border-bottom: @double solid; */
  border-bottom-color: #595959;
}

/* ====================================== 
People Page 
========================================= */
.people-team-container {
  font-family: inherit;
  line-height: 1.6;
  color: #1e293b;
  margin: 20px 0;
}

/* Container List people */
.people-team-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Item / Card Per people */
.people-item {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0; /* Gaya border-bottom minimalis elegan */
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px; /* Jarak antarbaris informasi */
}

/* 1. Baris Nama */
.people-item-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

/* 2. Baris Logo Profil Akademik */
.people-item-logos {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 2px 0;
}

.people-logo-link {
  display: inline-flex;
  align-items: center;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.people-logo-link:hover {
  transform: scale(1.1); /* Efek sedikit membesar saat diarahkan kursor */
  opacity: 0.85;
}

.people-logo-img {
  height: 20px; /* Menyeragamkan tinggi semua logo agar rapi */
  width: auto;
  display: block;
  object-fit: contain;
}

/* 3. Baris Afiliasi */
.people-item-affiliation {
  font-size: 12px;
  color: #555555;
  margin: 0;
}
