.pp-review-login-wrap {
  margin-top: 12px;
}

.pp-review-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pp-rating-top {
  margin-bottom: 12px;
}

.pp-open-reviews {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.pp-open-reviews:hover {
  text-decoration: underline;
}

.pp-acf-product-description {
  margin-top: 16px;
}

.pp-accordion {
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.pp-acc-item {
  border-bottom: 1px solid #e5e5e5;
}

.pp-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.woocommerce-product-rating,
a.pp-open-reviews {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  text-align: left !important;
}

.woocommerce-product-rating .star-rating,
a.pp-open-reviews .star-rating {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
}

.woocommerce-product-rating .star-rating::before,
a.pp-open-reviews .star-rating::before {
  color: transparent !important;
  -webkit-text-stroke: 1px #c9a227 !important;
  opacity: 0.8;
}

.woocommerce-product-rating .star-rating span::before,
a.pp-open-reviews .star-rating span::before {
  color: #c9a227 !important;
  -webkit-text-stroke: 0 !important;
}

.woocommerce-product-rating .star-rating[aria-label*='0 su 5'] span,
a.pp-open-reviews .star-rating[aria-label*='0 su 5'] span {
  width: 0% !important;
}

.pp-acc-title {
  font-size: 37px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.pp-acc-trigger[aria-expanded='true'] .pp-acc-title {
  color: #fff;
}

.pp-acc-icon {
  width: 18px;
  height: 18px;
  border-right: 3px solid rgba(0, 0, 0, 0.9);
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  flex: 0 0 auto;
  margin-right: 6px;
}

.pp-acc-trigger[aria-expanded='true'] .pp-acc-icon {
  transform: rotate(-135deg);
}

.pp-acc-panel {
  padding: 0 10px 18px;
}

.pp-acc-panel-inner {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
}

.pp-product-info-grid {
  display: grid;
  gap: 10px;
}

.pp-info-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.pp-info-label {
  font-weight: 700;
  opacity: 0.75;
}

.pp-info-value {
  font-weight: 800;
}

.pp-reviews-cta {
  margin: 0 0 12px;
}

.pp-reviews-cta a {
  font-size: 14px;
  text-decoration: underline;
}

.pp-acc-recommended .pp-reco-grid,
.pp-acc-recommended .pp-reco-card,
.pp-acc-recommended .pp-reco-link,
.pp-acc-recommended .pp-reco-media,
.pp-acc-recommended .pp-reco-body {
  box-sizing: border-box;
}

.pp-acc-recommended .pp-reco-grid {
  display: grid;
  gap: 18px;
  margin: 0;
}

@media (min-width: 992px) {
  .pp-acc-recommended .pp-reco-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .pp-acc-title {
    font-size: 25px;
  }

  .pp-acc-trigger {
    padding: 16px 8px;
  }

  .pp-acc-recommended .pp-reco-grid {
    grid-template-columns: 1fr;
  }

  .pp-acc-recommended .pp-reco-card:nth-child(n + 2) {
    display: none !important;
  }
}

.pp-acc-recommended .pp-reco-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pp-acc-recommended .pp-reco-link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
  padding: 14px;
}

.pp-acc-recommended .pp-reco-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  z-index: 2;
}

.pp-acc-recommended .pp-reco-media {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.pp-acc-recommended .pp-reco-img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.pp-acc-recommended .pp-reco-body {
  padding: 12px 2px 0;
}

.pp-acc-recommended .pp-reco-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.pp-acc-recommended .pp-reco-price {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
}

body.single-product .pp-product-disclaimer {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #7c2d12;
  font-size: 13px;
  line-height: 1.35;
}

body.single-product .pp-product-disclaimer__wa {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.single-product .pp-product-disclaimer__wa:hover {
  filter: brightness(0.9);
}

.pp-product-disclaimer .pp-disclaimer-list {
  margin: 0;
  padding-left: 18px;
}

.pp-product-disclaimer .pp-disclaimer-list li {
  margin: 6px 0;
}

.pp-acc-item .pp-acc-panel-inner img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 10px 0;
}

.pp-acc-item .pp-acc-panel-inner a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}