.Avatar{cursor:pointer;justify-content:center;align-items:center;gap:12px;display:flex}.Avatar:focus-visible{outline:2px solid var(--primary-medium)}.Avatar__name{font-family:var(--font-family);color:var(--neutral-darkest);font-size:16px;font-weight:600;line-height:150%}.small+.Avatar__name{font-size:.85rem}.large+.Avatar__name{font-size:1.2rem}@media (max-width:576px){.Avatar__name{display:none}}.Avatar__content{background-color:#f5f5f5;border-radius:100%;width:44px;height:44px;position:relative;overflow:hidden}.Avatar__content.small{width:32px;height:32px}.Avatar__content.medium{width:44px;height:44px}.Avatar__content.large{width:64px;height:64px}.Avatar__image{object-fit:cover;width:100%;height:100%;display:block}.Avatar__fallback{color:#757575;background-color:#e0e0e0;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8em;font-weight:600;display:flex}
