
.field-min_quantity input, 
.field-max_quantity input {
    max-width: 1rem; 
}

td.field-variant {
    min-width: 20rem;
    max-width: 40rem;
}

td.field-variant a {
    white-space: break-spaces;
}

td.field-_business {
    white-space: nowrap;
}

.split-money {
    max-width: 8rem !important;
}

input[type="number"] {
    max-width: 8rem !important;
}

.disabled-select {
    pointer-events: none;  /* Prevents clicks */
    opacity: 0.5;          /* Makes the element appear disabled */
    cursor: not-allowed;   /* Changes the cursor to indicate non-interactive */
}
