/* EBC storefront compliance UI
 * Shared presentation for legal/consumer-information components.
 */

/* Unit price */
.ebc-unit-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 8px;
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

ul.products li.product .ebc-unit-price,
.woocommerce ul.products li.product .ebc-unit-price {
  display: flex;
  margin: 5px 0 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 650;
  color: #64748b;
  background: #f8fafc;
  border-color: #e2e8f0;
}

.ebc-vf__product .ebc-unit-price,
.ebc-vf__result-card .ebc-unit-price {
  display: flex;
  margin-top: 6px;
  padding: 4px 8px;
  font-size: 11px;
}

.single-product .summary.entry-summary .ebc-unit-price {
  display: flex;
  margin-top: 7px;
  padding: 5px 9px;
  font-size: 12px;
}

/* 30-day reference price */
.ebc-30-day-reference {
  display: block;
  width: fit-content;
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.ebc-30-day-reference strong {
  color: #475569;
  font-weight: 750;
}

.single-product .summary.entry-summary .ebc-30-day-reference {
  margin-top: 6px;
  font-size: 12px;
}

/* Review transparency */
.ebc-review-transparency {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

.ebc-review-transparency strong {
  display: block;
  margin: 0 0 4px;
  color: #153c7b;
  font-size: 13px;
  font-weight: 800;
}

.ebc-review-transparency p { margin: 0; }
.woocommerce-Reviews .ebc-review-transparency { max-width: 860px; }

@media (max-width: 782px) {
  .ebc-review-transparency {
    padding: 12px 13px;
    font-size: 12px;
  }
}
