.support-calculator__hours-value {
  width: 60px;
  min-width: 60px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #183b34;
  font: inherit;
  line-height: 1;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.support-calculator__hours-value::-webkit-outer-spin-button,
.support-calculator__hours-value::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.support-calculator__hours-value:focus-visible {
  outline: 2px solid rgba(43, 197, 123, 0.7);
  outline-offset: -2px;
  border-radius: 8px;
}
