.edit-profile-container { max-width: 800px; margin: 2rem auto; padding: 0 1rem; .page-header { margin-bottom: 2rem; h2 { margin-bottom: 0.5rem; font-weight: 600; } } .content-panel { background-color: #fff; border: 1px solid #e9ecef; border-radius: 0.25rem; padding: 2rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); } .profile-picture-section { margin-bottom: 2rem; text-align: center; .current-picture { margin-bottom: 1rem; img.profile-image { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 3px solid #f8f9fa; margin: 0 auto 1rem; display: block; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } } .avatar-placeholder { width: 120px; height: 120px; border-radius: 50%; background-color: #343a40; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; margin: 0 auto 1rem; color: white; font-weight: 300; } .picture-controls { margin-top: 1rem; } } .form-group { margin-bottom: 1.5rem; label { display: block; margin-bottom: 0.5rem; font-weight: 500; font-size: 0.9rem; } } .form-actions { display: flex; gap: 1rem; justify-content: space-between; margin-top: 2rem; } .edit-profile-loading { text-align: center; padding: 2rem; font-size: 1.2rem; color: #666; } }