.profile-row {
  background: var(--color-navy-light); border: 1px solid rgba(196,163,90,.3); border-radius: 14px;
  padding: 18px 20px; margin-bottom: 14px;
}
.profile-row .row-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px }
.profile-row .row-label { font-size: 13px; color: var(--text-70) }
.profile-row .row-value { font-size: 15.5px; font-weight: 700 }

.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; border-radius: 999px; padding: 4px 10px }
.badge.verified { background: rgba(46,158,99,.15); color: #7FD8A5 }
.badge.unverified { background: rgba(217,83,79,.15); color: #F3A6A3 }

.inline-form { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap }
.inline-form input { flex: 1; min-width: 160px }
.inline-form .btn { width: auto; white-space: nowrap }
