.profile-editor{width:100%;padding:16px}.profile-editor__list{overflow:hidden;background:#fff;border-radius:14px}.profile-editor__item{position:relative;display:flex;min-height:54px;align-items:center;gap:16px;padding:8px 16px!important}.profile-editor__item:not(:last-child):after{position:absolute;right:16px;bottom:0;left:16px;height:1px;background:rgba(127,127,127,.18);content:""}.profile-editor__item label{flex:0 0 108px;margin:0;color:#2b2b2b;font-size:.96rem;font-weight:500}.profile-editor__control{min-width:0;flex:1}.profile-editor__control .form-control{min-width:0;height:auto;padding:4px 0;color:#2b2b2b;text-align:right;background:rgba(0,0,0,0);border:0;border-radius:0;box-shadow:none}.profile-editor__control .form-control::placeholder{color:rgba(43,43,43,.48)}.profile-editor__control .form-control.is-invalid{color:var(--ion-color-danger,#dc3545);background-image:none}.profile-editor__field-error{display:block;margin-top:2px;color:var(--ion-color-danger,#dc3545);font-size:.75rem;text-align:right}.profile-editor__item--bio{align-items:flex-start;padding-top:12px!important;padding-bottom:10px!important}.profile-editor__item--bio textarea{min-height:76px;resize:vertical;text-align:left!important}.profile-editor__character-count{display:block;margin-top:4px;color:rgba(43,43,43,.58);font-size:.75rem;text-align:right}.profile-editor__character-count--limit{color:var(--ion-color-danger,#dc3545)}[data-theme=dark] .profile-editor__list{background:#212529}[data-theme=dark] .profile-editor__control .form-control,[data-theme=dark] .profile-editor__item label{color:#efefef}[data-theme=dark] .profile-editor__character-count,[data-theme=dark] .profile-editor__control .form-control::placeholder{color:rgba(239,239,239,.48)}@media(max-width:767px){.profile-editor{padding:12px 0}.profile-editor__list{border-radius:16px}.profile-editor__item{padding-right:14px!important;padding-left:14px!important}.profile-editor__item label{flex-basis:104px}}