.avatar-viewer-offcanvas {
    visibility: visible;
}

.avatar-viewer-stage {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f6f8fb;
}

.avatar-viewer-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
