.wp-block-post-author {
  &__avatar {
    img {
      border-radius: var(--wp--custom--bradius--full);
    }
  }

  &__content {
    display: flex;
    flex-direction: column;
  }

  &__byline {
    font-size: 1em;
    font-weight: 400;
  }
}