.input-wrap-stepper .unit{padding-right:9px}
.time-stepper{align-self:stretch;display:grid;flex:0 0 36px;border-left:1px solid #c8d7db}
.time-stepper button{display:grid;place-items:center;min-width:36px;min-height:24px;padding:0;border:0;background:#f4f8f8;color:var(--primary);cursor:pointer}
.time-stepper button+button{border-top:1px solid #c8d7db}
.time-stepper button:hover:not(:disabled){background:#dcecee}
.time-stepper button:focus-visible{position:relative;z-index:1;outline:2px solid var(--primary);outline-offset:-3px}
.time-stepper button:disabled{color:#9aacae;background:#eef2f2;cursor:not-allowed}
.time-stepper svg{width:16px;height:16px;stroke-width:2.5}
