/**
 * Cart / mini-cart quantity field (WooCommerce blocks).
 *
 * Druco reset.css pads every number input 12px 26px. The block qty input is
 * only ~52px wide, so that padding clips the value out of view.
 */

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	padding: 0;
	width: auto;
	min-width: 0;
	max-width: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	box-shadow: none;
	filter: none;
}
