.profile-form{display:flex;gap:1.25rem;align-items:flex-start}.profile-photo{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:1px solid var(--bs-border-color);background:var(--bs-tertiary-bg)}.profile-photo-btns{display:flex;gap:.35rem}.profile-fields{flex:1 1 auto;min-width:0}@media (max-width:575.98px){.profile-form{flex-direction:column;align-items:center}.profile-fields{width:100%}}