.price-label {
  font-size: 1rem;
  line-height: 125%;
  font-family: "Supreme Book";
}

.price-amount {
  font-size: 1.25rem;
  line-height: 125%;
  font-family: "Supreme Medium";
}

.member-pricing {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 33px 0;
}

.price-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.price-label a {
  text-decoration: underline;
}