.woocommerce-Reviews .commentlist {
  --wd-gap-lg: 16px;
  --wd-gap-md: 16px;
  --wd-gap-sm: 12px;
}
.woocommerce-Reviews .commentlist > li.fo-product-review {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.commentlist .fo-product-review__card {
  display: block;
  padding: 28px 32px 24px;
  border-radius: var(--fo-round-3xl);
  background: var(--gray100);
}
.commentlist .fo-product-review__card > .avatar {
  display: none;
}
.commentlist .fo-product-review__content.comment-text {
  display: block;
  align-items: stretch;
}
.commentlist .fo-product-review__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  margin-bottom: 16px;
}
.commentlist .fo-product-review__rating {
  display: flex;
  justify-content: flex-end;
  min-height: 34px;
}
.commentlist .fo-product-review .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--gray900);
  overflow-wrap: anywhere;
}
.commentlist .fo-product-review .description > * {
  margin-bottom: 12px;
}
.commentlist .fo-product-review .description > *:last-child {
  margin-bottom: 0;
}
.commentlist .fo-product-review .wd-review-arguments {
  margin-top: 20px;
}
.commentlist .fo-product-review .wd-review-likes {
  display: flex;
  align-items: center;
  margin-top: 24px;
  width: auto;
}
.commentlist .fo-product-review .wd-review-likes .wd-dislike {
  display: none;
}
.commentlist .fo-product-review .wd-review-likes .wd-like {
  margin: 0;
}
.commentlist .fo-product-review .wd-review-likes .wd-like a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--gray600);
  text-decoration: none;
}
.commentlist .fo-product-review .wd-review-likes .wd-like:is(:hover, .wd-active) a {
  color: var(--fo-primary);
}
.commentlist .fo-product-review .wd-review-likes .wd-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.commentlist .fo-product-review .wd-review-likes .wd-action-icon:before {
  font-size: 26px;
  line-height: 1;
}
.commentlist .fo-product-review .wd-review-likes .wd-action-text {
  display: none;
}

.commentlist .comment_container.fo-product-review__card {
  display: block;
}

.fo-product-review-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  line-height: 1.2;
}
.fo-product-review-meta__author {
  color: var(--gray900);
  font-size: 1.125rem;
  font-weight: 700;
}
.fo-product-review-meta__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 7px;
  color: var(--gray600);
  font-size: 16px;
}
.fo-product-review-meta__verified {
  color: var(--fo-primary);
  font-style: normal;
}
.fo-product-review-meta__separator {
  color: currentColor;
}

.fo-product-review-rating {
  --fo-product-review-star-size: 18px;
  --fo-product-review-star-gap: 5px;
  --fo-product-review-value-size: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yelloworange7);
  line-height: 1;
  white-space: nowrap;
}
.fo-product-review-rating__stars {
  display: inline-flex;
  gap: var(--fo-product-review-star-gap);
}
.fo-product-review-rating__star {
  display: inline-flex;
  width: var(--fo-product-review-star-size);
  height: var(--fo-product-review-star-size);
  color: var(--gray300);
}
.fo-product-review-rating__star.is-filled {
  color: currentColor;
}
.fo-product-review-rating__star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.fo-product-review-rating__value {
  color: var(--gray900);
  font-size: var(--fo-product-review-value-size);
  font-weight: 700;
}

@media (width <= 767.98px) {
  .commentlist .fo-product-review__card {
    padding: 20px;
    border-radius: var(--fo-round-xl);
  }
  .commentlist .fo-product-review__header {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }
  .commentlist .fo-product-review__rating {
    justify-content: flex-start;
  }
  .commentlist .fo-product-review .description {
    font-size: 16px;
    line-height: 1.5;
  }
  .fo-product-review-meta__author {
    font-size: 18px;
  }
  .fo-product-review-meta__details {
    font-size: var(--font-size-sm);
  }
  .fo-product-review-rating {
    --fo-product-review-star-size: 16px;
    --fo-product-review-star-gap: 4px;
    --fo-product-review-value-size: 20px;
    gap: 8px;
  }
}
