.price {
  margin: 1em 0;
}

.price__actual {
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.price__actual--reduced {
  color: var(--color-primary-bg);
}

.price__original {
  color: #515151;
  white-space: nowrap;
}
