/* v60.5.48 - larger full-price display on programme sales pages */
.store-price,
.premium-store-price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
}

.price-full-label {
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(192, 45, 45, 0.10);
  color: #b3261e;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.price-was {
  color: #b3261e;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #d62d20;
  line-height: 1;
}

.price-now {
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 0.95;
}

.price-once-off {
  font-size: 1rem;
  line-height: 1.1;
  color: #4b5563;
  margin-left: 0.15rem;
  margin-bottom: 0.35rem;
}

.discount-note {
  display: block;
  flex-basis: 100%;
  margin-top: 0.15rem;
  color: #9a5410;
  font-size: 0.95rem;
  font-weight: 600;
}

.store-card .store-price {
  gap: 0.35rem 0.65rem;
}

.store-card .price-full-label {
  font-size: 0.78rem;
  padding: 0.2rem 0.55rem;
}

.store-card .price-was {
  font-size: 1rem;
}

.store-card .price-now {
  font-size: 1.6rem;
}

.store-card .price-once-off {
  font-size: 0.88rem;
  margin-bottom: 0.15rem;
}

.store-card .discount-note {
  font-size: 0.82rem;
}

.premium-store-price .price-full-label,
.store-checkout .store-price .price-full-label {
  font-size: 1rem;
  padding: 0.34rem 0.8rem;
}

.premium-store-price .price-was,
.store-checkout .store-price .price-was {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.premium-store-price .price-now,
.store-checkout .store-price .price-now {
  font-size: clamp(3.2rem, 5vw, 4.4rem);
}

@media (max-width: 640px) {
  .price-full-label {
    font-size: 0.82rem;
  }
  .price-was {
    font-size: 1.12rem;
  }
  .price-now,
  .premium-store-price .price-now,
  .store-checkout .store-price .price-now {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
  }
  .price-once-off {
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
  }
}
