/**
 * WHSPTO Product Sorting block.
 *
 * Deliberately minimal: the <select> inherits whatever the theme gives form
 * controls so the block sits inside the Product Collection without fighting it.
 */
.whspto-product-sort__form {
	display: flex;
	align-items: center;
	gap: 0.5em;
	flex-wrap: wrap;
	margin: 0;
}

.whspto-product-sort__label {
	white-space: nowrap;
}

.whspto-product-sort__select {
	max-width: 100%;
	/* The UA stylesheet gives <select> no usable padding. */
	padding: 5px;
}

/* Only shown when JavaScript is unavailable. */
.whspto-product-sort__go[hidden] {
	display: none;
}
