body { font-size: 0.95rem; }
.navbar-brand { font-weight: 700; letter-spacing: -0.5px; }
.table td, .table th { vertical-align: middle; }
.font-monospace { font-size: 0.85em; }

/* Stepper quantità */
.qty-stepper { display: inline-flex; align-items: center; gap: 2px; }
.qty-stepper input { width: 52px; text-align: center; -moz-appearance: textfield; }
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-stepper .qty-minus,
.qty-stepper .qty-plus  { width: 32px; padding: 0; font-size: 1.1rem; line-height: 1; }
.qty-active input { border-color: #0d6efd; background: #f0f5ff; font-weight: 600; }
tr.qty-row-active { background: #f0f5ff !important; }
