.woocommerce-product-rating {
  display: none;
}

#trust {
  cursor: pointer;
}

#trust a {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin: 10px 0;
}

#trust .star {
  width: 20px;
  height: 20px;
}

.trust_size {
  height: 15px;
  margin-right: 0px;
}

#trust .color-link {
  text-decoration: underline;
}

.review {
  background: #f8f9fa;
  padding: 1.25rem;
  border-radius: 0.75rem;
  margin-bottom: 20px;
}

.check-svg-review {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin-left: 5px;
}

.review .star-rating .svg-icon {
  background-color: rgb(5, 167, 114);
  margin-right: 2px;
  font-size: 13px;
}

.review .star-rating .svg-icon svg {
  fill: #fff;
}

.review-content h6 {
  margin: 8px 0 4px;
}

#tp-drawer-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#tp-drawer-logo .stats {
  margin-left: 0;
}

.trustpilot-rating-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f7f4;
  font-family: "Inter", Arial, sans-serif;
  padding: 20px 30px;
  border-radius: 8px;
  width: fit-content;
}

.trustpilot-score {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
}

.trustpilot-text {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  margin-top: 6px;
}

.trustpilot-stars {
  display: flex;
  gap: 4px;
}

.star {
  width: 22px;
  height: 22px;
  background: #05a772;
  position: relative;
}

.star.full::after,
.star.half::after,
.star.empty::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: white;
  clip-path: polygon(
    50% 0%,
    63% 38%,
    100% 38%,
    69% 59%,
    82% 100%,
    50% 75%,
    18% 100%,
    31% 59%,
    0% 38%,
    37% 38%
  );
  z-index: 1;
}

.star.full::before,
.star.half::before,
.star.empty::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: white;
  clip-path: polygon(
    50% 0%,
    63% 38%,
    100% 38%,
    69% 59%,
    82% 100%,
    50% 75%,
    18% 100%,
    31% 59%,
    0% 38%,
    37% 38%
  );
  z-index: 2;
}

.star.full {
  background: #05a772;
}

.star.half {
  background: linear-gradient(to right, #05a772 50%, #d8d8d8 50%);
}

.star.empty {
  background: linear-gradient(to right, #05a772 0%, #d8d8d8 0%);
}

.trustpilot-count {
  font-size: 16px;
  color: #1c1c1c;
  margin-top: 8px;
}

.trustpilot-logo {
  height: 30px;
  width: auto;
  padding: 4px 6px;
  border-radius: 3px;
  margin-top: 8px;
}

#load-more-reviews {
  line-height: 52px;
  border: 0;
  border-radius: 0;
  padding: 0px 32px;
  background: #222;
  transition: background-color 0.3s ease;
}
