/* Enlarge the user menu avatar */
.fi-user-avatar {
    width: 3rem !important;
    height: 3rem !important;
}

/* Enlarge the avatar in the dropdown trigger button */
.fi-dropdown-trigger .fi-avatar {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

/* Ensure the image inside the avatar scales properly */
.fi-user-avatar img,
.fi-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
