.bmw-lic-qty {
    max-width: 125px;
}

/* 
    show the numeric up/down arrows all the time; 
    otherwise, just shows when hovering / in the input 
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

/* 
    override when the button is disabled;
    site.css is overridden as well
*/
.btn-primary {
    --bs-btn-disabled-bg: var(--bs-gray-200);
    --bs-btn-disabled-color: var(--bs-body-color);
}