/* Products & Services (Items) modal sizing tweaks */
/* Tighter selects to free space */
#itemsModal .select-type { min-width: 90px; }
#itemsModal .select-uom { min-width: 64px; }
#itemsModal .select-status { min-width: 90px; }

/* Inputs sizing */
#itemsModal .input-code { max-width: 140px; }
#itemsModal .input-cost { max-width: 150px; }
#itemsModal .input-markup { max-width: 100px; }
#itemsModal .input-sell { max-width: 150px; }

/* Give description room and let it fill remaining space */
#itemsModal .input-desc { min-width: 320px; width: 100%; }

/* Keep inputs compact within the small table */
#itemsModal .form-control.form-control-sm,
#itemsModal .form-select.form-select-sm { line-height: 1.2; }
