.aw-userpic {
    display: flex;
    align-items: center;

    &--crop {
        max-width: 14rem;
    }

    &__content {
        display: flex;
        flex-direction: column;
        min-width: 0;
        margin-left: theme('spacing.2', 0.5rem);

        &--with-description {

            font-size: theme('fontSize.sm', 0.875rem);
        }
    }

    &__name {
        min-width: 0;
    }

    &__description {
        color: var(--c-mono-400);
        line-height: 1;
        min-width: 0;
    }
}
