/* Profile Icon CSS - Fresh Design */
.profile-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Profile dropdown toggle - empty to avoid conflicts with base.html styles */
