/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
.author-small .author {
  display: flex;
  gap: 2.1rem;
  align-items: center;
}
.author-small img {
  max-width: 6.3rem;
  border-radius: 50%;
}
.author-small .name {
  font-size: 2rem;
  font-weight: 700;
}
.author-small .date {
  font-size: 1.6rem;
}
.author-small .date span {
  color: #c2cdc1;
}