.post-author-block {
  display: flex;
  align-items: stretch;
  gap: var(--wp--preset--spacing--40);
  background-color: var(--wp--preset--color--custom-beige);
  border-radius: 750px 1000px 1000px 0;
  padding: var(--wp--preset--spacing--40);
  position: relative;
}

.post-author-block::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 64px;
    background-image: url(../../icons/author.svg);
}

.post-author-avatar img {
  border-radius: 1000px 1000px 0 0;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.post-author-name {
  font-weight: bold;
  margin-top: var(--wp--preset--spacing--30);
}

.post-author-info {
  padding-right: var(--wp--preset--spacing--40);
  align-self: center;
}
