/**
 * Address select helpers.
 * Do NOT hide native selects — that caused checkout fields to disappear
 * when SelectWoo did not attach (e.g. 縣/市 stayed opacity:0 forever).
 */

.woocommerce form .form-row .select2-container,
.woocommerce-address-fields .select2-container {
	width: 100% !important;
}
