.hrt-intake-helper {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted, #667085);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
}

input[data-hrt-compensation-fixed="true"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input[data-hrt-compensation-fixed="true"]::-webkit-outer-spin-button,
input[data-hrt-compensation-fixed="true"]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}
