.pa-product-tab,
.pa-product-long-description,
.pa-product-additional-info,
.pa-product-reviews,
.pa-product-sales-count,
.pa-product-tabs-keys { margin: 0 0 24px; }

.pa-product-tab__title { margin-bottom: 16px; }
.pa-product-tabs-keys code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; }
.pa-product-sales-count { display: inline-flex; align-items: center; gap: 6px; }

.wcp-product-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wcp-gap, 10px);
  margin: 0 0 24px;
}

.wcp-highlight-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wcp-bg, #f5f5f5);
  color: var(--wcp-text, #111111);
  border-radius: var(--wcp-radius, 16px);
  padding: var(--wcp-py, 10px) var(--wcp-px, 16px);
  font-size: var(--wcp-font, 15px);
  line-height: 1.6;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, background-color .25s ease;
}

.wcp-product-highlights.wcp-hover-enabled .wcp-highlight-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  filter: brightness(1.02);
}

.wcp-product-highlights.wcp-hover-enabled .wcp-highlight-icon-image {
  transition: transform .25s ease, opacity .25s ease;
}

.wcp-product-highlights.wcp-hover-enabled .wcp-highlight-item:hover .wcp-highlight-icon-image {
  transform: scale(1.06);
}

.wcp-highlight-icon-image {
  width: var(--wcp-icon, 16px);
  height: var(--wcp-icon, 16px);
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.wcp-highlight-content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wcp-rating-visual {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 1.1em;
  letter-spacing: 1px;
  vertical-align: middle;
}

.wcp-rating-stars-base { color: #cfcfcf; }
.wcp-rating-stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: var(--wcp-rating, #f5a623);
}
