.invitation-price-breakdown {
  font-weight: bold;

  & > span {
    color: var(--custom-text-color);
  }

  & s {
    color: var(--custom-text-color-muted);
    text-decoration-color: var(--danger-color);
    text-decoration-line: line-through;
    text-decoration-thickness: 2px;
  }

  & .invitation-price-breakdown-tax {
    color: var(--custom-text-color-muted);
    font-size: 0.875rem;
    font-weight: normal;
  }
}
