.elementor-49836 .elementor-element.elementor-element-9724929{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-93d065f */#profile-highlight.author-highlight-box {
  background-color: #fdfdfd;
  border: 1px solid #ececec;
  padding: 15px;
  margin-top: 10px;
  /* Niente bordi stondati */
}

.profile-inner-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.profile-avatar-link {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  background-color: #fff;
  margin-bottom: 5px;
}

/*.profile-avatar-link:hover {*/
/*  transform: scale(1.05);*/
/*}*/

.profile-avatar {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 90% center !important; /* 👈 sposta il volto leggermente a sinistra */
  display: block;
  filter: contrast(1.05) brightness(1.05);
}



.profile-avatar-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  pointer-events: none;
}

.profile-text-content {
  flex: 1;
}

.profile-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
}

.profile-name {
  margin: 0 0 10px;
  font-size: 1.4rem;
  color: #333;
}

.profile-bio p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.pagination-wrap-left {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}


/* Icone social */
.header-social-list-box a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #999;
  transition: color 0.3s ease;
}

.header-social-list-box a:hover {
  color: #ed006a;
}

.profile-text-content button{
    height: 44px;
    margin-bottom:5px;
}



/* Responsive mobile */
@media (max-width: 768px) {
  .profile-inner-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:0px;
  }

  .profile-avatar-link {
    margin-bottom: 10px;
  }

  .pagination-wrap-left {
    float: none;
    display: inline-block;
  }

  .header-social-list-box {
    text-align: center;
    margin-top: 10px;
  }
}/* End custom CSS */