.profile-nav {
    min-width: 220px;
}
.profile-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
    background: #f8f9fa;
}
.profile-name {
    font-weight: 500;
    font-size: 1rem;
    margin-right: 0.5rem;
}
