.dz-activity-price-wrapper {
    display: flex;
    flex-direction: column;
}

.dz-activity-price {
  font-size: var(--dz-fs-highlight-xl);
  font-family: "Lora", sans-serif;
  font-weight: 700;
  color: var(--dz-yellow);
  line-height: 1em;
}

.dz-activity-price--error {
  font-size: var(--dz-fs-body);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--dz-off-white);
  line-height: 1.2em;
}

.dz-activity-price-unit {
  padding-bottom: 4px;
  font-size: var(--dz-fs-highlight-sm);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--dz-off-white);
  line-height: 1em;
}