@charset "utf-8";

.ods-c-three_avatars { width: 28px; height: 28px; border-radius: 100%; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-right: 10px; }

.ods-c-three_avatars__column { width: 13px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }

.ods-c-three_avatars__row { width: 100%; height: 13px; }

.ods-c-three_avatars__img.ods-c-image__img { height: 100%; object-fit: cover; }

.ods-c-three_avatars--large .ods-c-three_avatars__column { width: calc(50% - 1px); }

.ods-c-three_avatars--large .ods-c-three_avatars__row { height: calc(50% - 1px); }

.ods-body-desktop .ods-c-three_avatars--large { width: 90px; height: 90px; }

.ods-body-mobile .ods-c-three_avatars--large { width: 70px; height: 70px; }
