.talentrus-profile-editor .tr-grid { display:flex; gap:20px; align-items:flex-start; }
.talentrus-profile-editor .tr-left { width:220px; text-align:center; }
.talentrus-profile-editor .tr-right { flex:1; }
.talentrus-profile-editor label { display:block; margin-bottom:12px; }
.talentrus-profile-editor input[type="text"], .talentrus-profile-editor input[type="email"], .talentrus-profile-editor textarea { width:100%; padding:8px; border:1px solid #ddd; border-radius:6px; }
.talentrus-profile-editor .tr-actions { margin-top:12px; }