.factCheck {
  margin-top: 0.8rem;
  width: 100%;
  min-height: 3.8rem;
  @include min(tablet) {
    @include flex-direction(row);
    @include flex-align(center, space-between);
    border-radius: 8px;
    background: #f4f4f4;
    padding: 0 1.6rem;
  }
  @include min(laptop) {
    width: calc(100%);
    align-self: flex-end;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.dateInfo {
  @include flex-direction(row);
  @include flex-align(center, space-between);
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  @include min(tablet) {
    margin-bottom: 0;
  }
}

.dateTimeWrapper {
  color: #64646d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
  @include min(tablet) {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
  }
  @include min(laptop) {
    left: 19.6rem;
    bottom: 2.4rem;
    top: auto;
    width: fit-content;
  }
}
.readingTime {
  @include flex-direction(row);
  @include flex-align(center, flex-start);
  color: #64646d;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  gap: 0.4rem;
  white-space: nowrap;
}

.reviewer {
  @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;
  border-radius: 0.8rem;
  background: #f4f4f4;
  width: 100%;
  padding: 0.8rem 1.6rem;
  @include min(tablet) {
    width: fit-content;
  }
  > svg {
    margin-right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    path {
      fill: #64646d;
    }
  }
  > a {
    margin-left: 0.5rem;
    color: #165af8;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    text-decoration-line: underline;
  }
}
