@import "./parts/post-box.css";
.wp-caption {
  /* add styles here */
}

.wp-caption-text {
  /* add styles here */
}

.sticky {
  /* add styles here */
}

.gallery-caption {
  /* add styles here */
}

.bypostauthor {
  /* add styles here */
}
.author-card__description {
  text-align: center;
  margin-bottom: 30px;
  color: var(--grey-600);
  border-bottom: 1px solid var(--grey-400);
  padding-bottom: 20px;
  font-size: 16px;
}
.author-card__img-container {
  text-align: center;
}
.author-card__name {
  text-align: center;
}
