.factCheck {
  width: 100%;
  padding: 0.8rem;
  gap: 1.6rem;
  @include flex-direction(column);
  @include min(tablet) {
    border-radius: 8px;
    background: #f4f4f4;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5rem;
    padding: .8rem 1.6rem;
  }
}

.dateInfo {
  @include flex-direction(row);
  @include flex-align(center, space-between);
  gap: 2.4rem;
}

.dateTimeWrapper {
  color: #64646d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
}

.readingTime {
  @include flex-direction(row);
  @include flex-align(center, center);
  color: #64646d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
  white-space: nowrap;
  svg {
    margin-right: 0.4rem;
    path {
      color: #64646d;
    }
  }
  > span {
    margin-left: 0.4rem;
    color: #64646d;
  }
}

.reviewer {
  @include flex-direction(row);
  @include flex-align(center, center);
  border-radius: 8px;
  background: #f4f4f4;
  padding: 0.8rem 1.6rem;
  @include min(tablet){
    padding: 0;
  }

  > svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.2rem;
  }
  > span {
    color: #64646d;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
  }
  > a {
    color: #165af8;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    text-decoration-line: underline;
    margin-left: 0.4rem;
  }
}
