/* /css/user.css */

/* Specific styles for user profile pages */
.edit-user-card {
    max-width: 800px;
}

#userIconPreview {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e2e8f0; /* slate-200 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #475569; /* slate-600 */
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
}