.author-card { display: inline-flex; align-items: center; gap: 0.5em; .author-card__link { text-decoration: none; color: inherit; display: contents; &:after { display: none; // suppress "external links" icon } } &__avatar { width: 3em; border-radius: 100em; } &__name { font-weight: bold; } }