/* ============================================
   Inquivix — Custom Avatar Theme
   Discord-style circular avatars
   ============================================ */

.inline_profile_picture {
    border-radius: 50% !important;
}

.user-profile-picture {
    border-radius: 50% !important;
}

#personal-menu .header-button-avatar {
    border-radius: 50% !important;
    border: none !important;
}

.bots_list img.bot-card-avatar {
    border-radius: 50% !important;
}

.popover-menu-user-avatar-container img {
    border-radius: 50% !important;
}

.guest-avatar {
    border-radius: 50% !important;
}

.message_row:hover .inline_profile_picture {
    box-shadow: 0 0 0 2px hsl(235deg 86% 65% / 40%);
    transition: box-shadow 0.15s ease;
}
