.leski-team-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.leski-team-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.leski-team-popup-content {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
  background: white;
  padding: 40px;
  max-height: 90vh;
  overflow-y: auto;
  top: 5%;
}

.leski-team-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leski-team-popup-close svg {
  width: 33px;
  height: 33px;
  overflow: visible;
  stroke-width: 0;
}

.leski-team-popup-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.leski-team-popup-image {
  width: 100%;
  max-width: 20rem;
}

.leski-team-popup-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.member-name{
font-weight:700;
font-size: 1.6rem;
margin-bottom:4px;
}

.member-poste{
font-weight:500;
text-transform:uppercase;
color:#73A462;
font-size:1rem;
}

.leski-team-popup-info{
display:flex;
	flex-direction:column;
	justify-content:center;
}

.member-presentation{
font-size:1.2rem;
}


.member-social {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

.member-social a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.member-social svg {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  fill: currentColor;
  stroke-width: 0;
  overflow: visible;
}

.member-email {
  margin-top: 4px;
}

.member-linkedin svg {
  width: 1.6rem;
  height: 1.6rem;
  overflow: visible;
}

.member-social:empty {
  display: none !important;
  margin: 0 !important;
}

.member-poste:has(+ .member-social:empty) {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .leski-team-popup-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 0 !important;
  }
  
  .leski-team-popup-image {
    max-width: 300px;
    margin: 0 0;
  }

  .member-social{
    margin-bottom: 40px;
  }

}

@media (max-width: 767px) {
  .leski-team-popup-content {
    padding: 20px;
  }
  
  .leski-team-popup-close {
    right: 10px;
    top: 10px;
  }
	
.leski-team-popup-content {
	top:0;
	bottom:5%;
	padding-top:60px;
}
	.leski-team-popup-image {
  width: 100%;
  max-width: none;
}
}