.avatar.avatar--l,
.avatar.avatar--m,
.avatar.avatar--s,
.avatar.avatar--xxs,
.avatar.avatar--xs {
border-radius: 0 !important; /* Ensures the avatars are square */
transition: transform 0.3s ease; /* Smooth transition for rotation */
}
.avatar.avatar--l:hover,
.avatar.avatar--m:hover,
.avatar.avatar--s:hover,
.avatar.avatar--xxs:hover,
.avatar.avatar--xs:hover {
transform: rotate(360deg); /* Rotate the avatar 360 degrees */
}