.post-author-avatar {
    img {
        max-width: 3rem;
        max-height: 3rem;
        border-radius: 50%;
    }
}
.meta {
    display: flex;
    .text {
        margin: auto 0;
    }
}
.divider{
	position:relative;
	&:before {
		content: "\2022";
			color: var(--wp--preset--color--green);
			display: inline-block;
	}
}