/*
  Demo: noe-checks. The controls reuse the shared .field, .range and .input
  components and the page's .demo-controls panel (site/assets/css/pages/money.css);
  this file only tightens the hours slider's scale line to match the demo width.
*/
.demo-slot[data-demo="noe-checks"] .range__scale {
  font-size: var(--t-micro);
}
