/* HotSale disclosed store-created review samples */
.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review {
  margin: 0 0 20px;
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .comment_container {
  position: relative;
  overflow: hidden;
  padding: 24px 26px;
  border: 1px solid #e5ddd1;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffdf9 0%, #fbf6ee 100%);
  box-shadow: 0 10px 28px rgba(48, 40, 30, 0.07);
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .comment_container::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #b34a36;
  content: "";
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review img.avatar {
  display: none;
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .comment-text {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .meta {
  margin: 0 0 14px;
  color: #655f57;
  font-size: 13px;
  line-height: 1.65;
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .meta strong {
  color: #28231f;
  font-size: 14px;
  font-weight: 700;
}

.hs-sample-review__disclosure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #ead8c2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: #51483f;
  font-size: 12px;
  line-height: 1.65;
}

.hs-sample-review__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #28231f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.hs-sample-review__badge::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #e69a67;
  content: "";
}

.hs-sample-review__region {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid #dfd4c6;
  border-radius: 999px;
  background: #fff;
  color: #6b5e51;
  font-size: 11px;
  white-space: nowrap;
}

.hs-sample-review__explanation {
  flex: 1 1 320px;
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .description {
  color: #332e29;
  font-size: 15px;
  line-height: 1.9;
}

.woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .comment_container {
    padding: 18px 16px 18px 18px;
    border-radius: 12px;
  }

  .hs-sample-review__disclosure {
    align-items: flex-start;
    padding: 11px 12px;
  }

  .hs-sample-review__explanation {
    flex-basis: 100%;
  }

  .woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .description {
    font-size: 14px;
    line-height: 1.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce #reviews #comments .commentlist > li.hs-store-sample-review .comment_container {
    scroll-behavior: auto;
  }
}
