.wf-profile-wrap{max-width:900px;margin:0 auto;}

.wf-header{
display:flex;
align-items:center;
gap:15px;
margin-bottom:20px;
}

.wf-avatar{
width:60px;
height:60px;
border-radius:50%;
background:#eee;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:bold;
}

.wf-tabs{
display:flex;
gap:10px;
margin-bottom:20px;
flex-wrap:wrap;
}

.wf-tab{
padding:8px 14px;
border:none;
background:#f1f1f1;
border-radius:20px;
cursor:pointer;
font-weight:500;
}

.wf-tab.active{
background:#2563eb;
color:#fff;
}

.wf-tab-content{
display:none;
}

.wf-tab-content.active{
display:block;
}

.wf-card{
background:#fff;
padding:25px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
margin-bottom:20px;
}

#wf_company_city{
padding:8px;
border-radius:6px;
border:1px solid #ddd;
}

#wf_save_city{
background:#2563eb;
color:#fff;
border:none;
padding:10px 16px;
border-radius:6px;
cursor:pointer;
}s