.team-bio-wrapper-11ac4c98 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 30px 20px;
}
.team-bio-image-11ac4c98 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}
.team-bio-name-11ac4c98 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
}
.team-bio-role-11ac4c98 {
    margin: 0 0 15px;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-bio-desc-11ac4c98 {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
}
.team-bio-socials-11ac4c98 {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.team-bio-social-link-11ac4c98 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
}
.team-bio-social-link-11ac4c98:hover {
    background: #333333;
    color: #ffffff;
}
.team-bio-social-link-11ac4c98 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
