.author-name-flex {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.author-name-flex__acf {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-style: italic;
    color: #00b9ae;
}

.author-name-flex__acf svg {
    margin-left: 4px;
}

.wp-block-post-author img{
    border-radius: 100px;
}