.cobalt- {
  &PriceTable__Row {
    @apply c-text-body-md;

    display: flex;
    justify-content: space-between;

    &:not(:last-child) {
      @apply c-mb-sm;
    }
  }

  &PriceTable__Label {
    @apply c-mr-2xs;

    width: 100%;
  }

  &PriceTable__Value {
    font-weight: 600;
    white-space: nowrap;

    &--discount {
      @apply c-text-success;
    }

    &:empty:before {
      @apply c-text-onSurfaceVariant;
      font-weight: normal;

      content: "—";
    }
  }
}
