.team_lkdf_wrapper {
       width: 100%;
    background: url(/wp-content/uploads/2026/08/Bitmap-1-scaled.png);
    background-color: #ffffff96;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    position: relative;
    background-blend-mode: overlay;
    background-position: center;
}

.team_lkdf_header {
    background-color: #d8b894;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.team_lkdf_title {
    color: #ffffff;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team_lkdf_container {
   
    padding: 60px 20px 0;
    box-sizing: border-box;
}


.team_lkdf_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team_lkdf_img_wrap {
    width: 100%;
    
    padding: 12px;
    box-sizing: border-box;
   
    position: relative;
    margin-bottom: 20px;
}

.team_lkdf_photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
   
}



.team_lkdf_name {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1.6px;
    color: #000000;
}

.team_lkdf_role {
  margin: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}



