.entityAvatar {
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: block;
    height: 144px;
    width: 144px;
    margin: 0 auto -50px;
    border: 2px solid var(--color-secondary-light);
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
}

.entityAvatar-borderless {
    padding: 0;
}

.entityAvatar__figure {
    margin: 0;
    width: 100%;
    height: 100%;
    background: var(--light-color);
    border: 4px solid  var(--color-highlight);
    text-align: center;
    overflow: hidden;
}

.entityAvatar-borderless .entityAvatar__figure {
    border: 0;
}

img.entityAvatar__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.entityAvatar__logo--fill {
    object-fit: cover;
}

.entityAvatar__pictureIcon {
    position: relative;
    top: 30px;
    font-size: 4em;
    color: var(--secondary-dark-color);
    opacity: .7;
}

.entityAvatar__initials {
    position: relative;
    font-size: 20px;
    top: 7px;
}
