.author-wrapper .author a {
  text-decoration: none;
  color: inherit;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -ms-grid-columns: auto 0.9375rem 1fr;
  grid-template-columns: auto 1fr;
}
.author-wrapper .author a .img-col {
  width: 55px;
}
.author-wrapper .author a .img-col .img-wrapper-author {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.author-wrapper .author a .img-col .img-wrapper-author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-wrapper .author a .name .readtime {
  color: var(--primary-70);
  font-size: 1rem;
}