.Yep-stepper {
  display: flex;
  align-items: center;
  height: 36px;
  color: #262626;
}
.Yep-stepper-button, .Yep-stepper-input-value {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 22px;
}
.Yep-stepper-button {
  align-items: center;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.Yep-stepper-button:disabled {
  color: #999;
}
.Yep-stepper-input-wrapper {
  margin: 0 4px;
  width: 72px;
  height: 36px;
  line-height: 36px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.Yep-stepper-input-value {
  width: 100%;
  text-align: center;
}