.ml-avatar-group {
  width: fit-content;
  &-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  &-extra {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: var(--info-color-3);
    box-shadow: 0 0 2px 0 var(--info-color-6);
    &-text {
      white-space: nowrap;
    }
  }
}
