@charset "utf-8";

.ods-a-author-avatar { border-radius: 100%; overflow: hidden; }

.ods-a-author-avatar__double, .ods-a-author-avatar__triple { display: flex; align-items: center; }

.ods-a-author-avatar__double__column, .ods-a-author-avatar__triple__column { width: 50%; height: 100%; }

.ods-a-author-avatar__triple__column { display: flex; flex-direction: column; }

.ods-a-author-avatar__triple__row { width: 100%; height: 50%; }

.ods-a-author-avatar__single__img, .ods-a-author-avatar__double__img, .ods-a-author-avatar__triple__img { width: 100%; object-fit: cover; }

.ods-a-author-avatar__single__img, .ods-a-author-avatar__double__img { height: 100%; }

.ods-a-author-avatar--s { width: 24px; height: 24px; }

.ods-a-author-avatar--m { width: 30px; height: 30px; }

.ods-a-author-avatar--l { width: 60px; height: 60px; }

.ods-a-author-avatar--xl { width: 90px; height: 90px; }

.ods-a-author-avatar--xxl { width: 180px; height: 180px; }
