.lsq-avatar {
    position: relative;
    width: 80px;
    height: 80px;

    svg,
    img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    svg text {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
        color: #ffffff;
        line-height: 1;
    }

    img {
        display: block;
        border-radius: 100%;
    }
}
