.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 220px;
	max-width: 6000px;
	width: auto;
	height: auto
}
.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 .team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.sidebar-box {
  background: linear-gradient(180deg, #f8fbff, #eef3f9);
  border-radius: 12px;
  box-shadow: 
    0 8px 20px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.8);
  overflow: hidden;
  font-family: "Segoe UI", Arial, sans-serif;
}

.sidebar-title {
  padding: 12px 15px;
  background: linear-gradient(135deg, #0a1f44, #123b78);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(255,255,255,0.2);
}

.sidebar-link {
  display: block;
  padding: 11px 15px;
  color: #0a1f44;
  background: linear-gradient(180deg, #ffffff, #e7f3f7);
  border-bottom: 1px solid #d5e2ea;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-link:hover {
  background: linear-gradient(180deg, #1fa2c8, #0f6fa5);
  color: #fff;
  transform: translateX(6px);
  box-shadow: inset 4px 0 0 #083a5c;
}

.sidebar-tools {
  padding: 15px;
  background: #f2f7fb;
  text-align: center;
}

.sidebar-tools img {
  margin: 6px;
  max-width: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-tools img:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

