.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.woocommerce-product-rating .star-rating {
  margin: 0;
}

.woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  color: #666;
}

#reviews .commentlist .star-rating {
  margin: 4px 0 10px;
}

#reviews #review_form_wrapper {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.emono-comment-form-rating {
  margin-bottom: 16px;
}

.emono-comment-form-rating label {
  display: block;
  margin-bottom: 8px;
}

.kk-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.kk-star {
  color: #ddd;
  transition: color 0.15s ease, transform 0.15s ease;
}

.kk-star.active {
  color: #f5a623;
}

.kk-star:hover {
  transform: scale(1.08);
}

#kk-rating-value {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wc-tabs.product-tabs li a{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  border-radius: 8px;
  color: var(--gray-700);
  display: block;
}
.product-info .emono-infor-shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}

.product-info .emono-infor-shop__item {
  line-height: 0;
}

.product-info .emono-infor-shop__item a {
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-info .emono-infor-shop__item a:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.product-info .emono-infor-shop__logo {
  display: block;
  max-height: 70px;
  width: auto;
  height: auto;
}
