/* Shared offer treatment for product cards and billing-cycle choices. */
.v5-buy-journey-shell .v5-pricing-discount,
.v5-buy-journey-shell .v5-cycle-discount {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 27px;
  padding: 4px 9px !important;
  border: 1px solid rgba(80, 227, 203, .28) !important;
  border-radius: 6px !important;
  background: rgba(80, 227, 203, .11) !important;
  color: #76ead5 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  font-style: normal;
  line-height: 1.35 !important;
  white-space: nowrap;
  letter-spacing: 0;
}
.v5-buy-journey-shell .v5-pricing-discount[hidden],
.v5-buy-journey-shell .v5-cycle-discount[hidden] { display: none !important; }
.v5-buy-journey-shell .v5-pricing-regular {
  text-decoration-thickness: 2px;
  text-decoration-color: #8fb0c3;
  text-decoration-skip-ink: none;
}
.v5-buy-journey-shell .v5-pricing-price .v5-pricing-discount { margin-inline: auto; }
.v5-buy-journey-shell .v5-dedicated-monthly .v5-pricing-discount { margin-block: 5px; }
.v5-buy-journey-shell .v5-cycle-choice { gap: 8px; }
.v5-buy-journey-shell .v5-cycle-choice .v5-cycle-discount { margin-top: 2px; }
