.govuk-button {
  @include govuk-font($size: 15, $weight: bold, $line-height: 17px);
  padding: 12px 15px;
  border-radius: 3px;
  box-shadow: none;
}

.govuk-button--start {
  @include govuk-font($size: 15, $weight: bold, $line-height: 17px);
  border-radius: 3px;
}

.govuk-button__start-icon {
  // navody.digital adjustment from 1 to 3
  margin-left: govuk-spacing(3);

  @include govuk-media-query($from: desktop) {
    // navody.digital adjustment from 2 to 6
    margin-left: govuk-spacing(6);
  }
}

.govuk-button--large {
  margin-bottom: 0;
  padding-right: 45px;
  padding-left: 45px;
  font-size: 18px;
}

.govuk-label {
  @include govuk-font($size: 18);
}
