.profile-container { padding: 2rem; max-width: 800px; margin: 0 auto; } .profile-loading { text-align: center; padding: 2rem; color: #666; } .profile-error { text-align: center; padding: 2rem; color: #dc3545; } .profile-content { display: flex; gap: 2rem; align-items: flex-start; background: white; padding: 2rem; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .profile-picture { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; } .profile-info { flex: 1; } .profile-info p { margin: 0.5rem 0; color: #333; } .profile-info strong { color: #666; margin-right: 0.5rem; }