/* Shop Price Filter - Fix Clipped Max Value
 * Migrated from Fluent Snippets 11-shop-price-filter.php (verbatim).
 * Fix: WooCommerce price filter max/min box clips long prices (e.g. THB 16,999)
 */
.wc-block-product-filter-price-slider .text input[type="text"] {
	max-width: 90px !important;
	width: 90px !important;
	padding: 8px 6px !important;
	font-size: 13px !important;
	text-align: center !important;
}
