/* inventory-waste-module.css — small additions; the module mostly reuses
   the app's existing brand classes (rr-card, rr-grid, rr-input, btn, pill). */
.iw-unit:focus { outline: 1px solid var(--rr-cyan); border-color: var(--rr-cyan); }
#rr-app .rr-card .sr-link { text-decoration: none; }
.iw-unit::-webkit-outer-spin-button,
.iw-unit::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.iw-unit { -moz-appearance: textfield; }
