.tv3-post-author {
  position: absolute;
  top: 120px;
  left: 0;
  max-width: 155px;
}

.tv3-post-author .tv3-post-author__label {
  font-size: 0.75rem;
  color: var(--wp--preset--color--white);
  opacity: 0.8;
  margin-bottom: 16px;
}

.tv3-post-author .tv3-post-author__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.tv3-post-author .tv3-post-author__photo {
  width: 100%;
  height: 100%;
}

.tv3-post-author .tv3-post-author__name {
  margin-top: 8px;
  font-size: 0.875rem;
  color: var(--wp--preset--color--white);
  letter-spacing: -0.5px;
}

.tv3-post-author .tv3-post-author__duty {
  font-size: 0.875rem;
  color: var(--wp--preset--color--white);
  opacity: 0.6;
}

@media (max-width: 1150px) {
  .tv3-post-author {
    max-width: 100px;
  }
}

@media (max-width: 1024px) {
  .tv3-post-author {
    max-width: 155px;
    position: relative;
    top: unset;
    left: unset;
    margin-top: 24px;
  }
}
