/* MoverCalcs SSC post-process: common widget polish.
   Loaded after SSC core CSS by the main post-process patcher or standalone widget patcher. */

.bootstrap-touchspin input.form-control.input-sm {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.bootstrap-touchspin .btn.btn-sm {
  font-size: 14px !important;
}

.bootstrap-touchspin .glyphicon {
  font-size: 13px !important;
}
/* SSC sometimes emits a plain black label class beside generated stepper controls.
   Keep those stepper labels aligned with normal dark room-row labels. */
td[data-cc='1']:has(+ td[data-cc='2'] + td[data-cc='3'] input[id*='__Ctrl_']) {
  color: #eef4f2 !important;
}
