
@import '../settings/variables';

.c-bunker-adjustment-calculation-steps {

  &__label {
    line-height: 1.6em;
  }

  &__operator {
    color: $color-dark-grey;
    margin-right: 1.9em;
  }

  &__result-wrapper {
    padding: 0.8125em $gutter-normal;

    &--large {
      padding: $gutter-normal;
    }
  }

  &__result {
    font-size: $font-size-caption;
    font-weight: $font-weight-bold;


    &--large {
      font-size: $font-big-icon;
    }
  }
}
