.avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
    vertical-align: middle;
}

.avatar--large {
    width: 136px;
    height: 136px;
    border: 5px solid var(--surface);
}

picture.avatar { display: inline-block; overflow: hidden; }
.profile-media>img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }

.author-name {
    font-size: 1.22rem;
    font-weight: bold;
}
