/**
 * ============================================================
 * GSUK Cart Quantity — Read-only Styling
 * ============================================================
 * Greys out the (now read-only) quantity input on the cart page so
 * it visually reads as a display, not an editable field — see
 * gsuk-cart-readonly.js for the logic that makes it read-only.
 */

.wc-block-components-quantity-selector__input[readonly] {
    background-color: #f0f0f0;
    cursor: not-allowed;
}