.price {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-current {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--bs-primary);
  display: block;
}

.price-current.no-price {
  color: var(--bs-link-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  padding-bottom: 0.5rem;
}

.price.price-small .price-current {
  font-size: 1.5rem;
  line-height: 1.33;
}

.price.price-small .price-current.no-price {
  font-size: 1rem;
  line-height: 1.75;
}
