/* Center the image within the admin bar item */
#wp-admin-bar-ai-scrape-protect-icon a.ab-item {
    display: flex; 
    justify-content: center;
    align-items: center;
}

#wp-admin-bar-ai-scrape-protect-icon a.ab-item img {
    height: 20px;
    width: 20px;
    margin: 0;
}