.mol-author
{
    @apply flex;
    @apply items-center;

    .atm-image
    {
        clip-path: circle(50%);
        @apply mr-4;
        @apply mb-0;
    }

    .info
    {
        @apply flex;
        @apply flex-col;

        .authorname
        {
            @apply font-bold;
            @apply text-md;
            @apply text-gray-900;
        }

        .subtitle
        {
            @apply text-xs;
            @apply tracking-widest;
        }
    }
}
