/**
 * Custom CSS
 * 
 * @package BG_Scammers
 */

/* ============================================
   GLOBAL AVATAR STYLES - Make all avatars circular
   ============================================ */

/* WordPress default avatar class */
.avatar,
img.avatar,
.avatar img,
.avatar.photo {
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
}

/* Ensure all avatar images are circular */
img[class*="avatar"],
img[alt*="avatar"],
.avatar-wrapper img,
.avatar-container img {
    border-radius: 50% !important;
    object-fit: cover;
}

/* Profile avatars */
.profile-avatar img,
.profile-avatar-icon,
.mobile-profile-avatar-icon,
.author-avatar,
.author-avatar img,
.comment-author-avatar img,
.thread-comment-author .avatar,
.thread-comment-author img {
    border-radius: 50% !important;
    object-fit: cover;
}

/* Author profile avatars */
.author-avatar-wrapper img,
.author-avatar-wrapper .author-avatar {
    border-radius: 50% !important;
    object-fit: cover;
}

/* Comment avatars */
.comment-author img,
.comment-author-avatar img,
.thread-comment-author img,
.thread-comment-author .avatar {
    border-radius: 50% !important;
    object-fit: cover;
}
