/* Ox — WCDPD stacked catalog prices (aligned with membership look) */

.rp-wcdpd-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  line-height: 1.25;
}

.single-product .rp-wcdpd-price,
.single-product .woocommerce-variation-price .rp-wcdpd-price {
  align-items: flex-start;
}

.rp-wcdpd-price__current {
  font-weight: 700;
  display: block;
}

.rp-wcdpd-price__was {
  display: block;
  font-size: 0.85em;
  opacity: 0.75;
}

.rp-wcdpd-price__was del {
  text-decoration: line-through;
}
