.fcr-avatar {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
  border-radius: var(--fcr_cornerradius_round);
  overflow: hidden;
}

.fcr-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
