/**
 * WS Checkout VN — Styles
 * Styling cho Select2 dropdown phường/xã
 */

/* Select2 container trong WooCommerce form */
.ws-vn-ward-select + .select2-container {
    width: 100% !important;
}

/* Đảm bảo field city hiển thị đúng khi là select */
#billing_city_field .select2-container,
#shipping_city_field .select2-container {
    width: 100% !important;
}

/* Fix cho My Account address form */
.woocommerce-address-fields .select2-container {
    width: 100% !important;
}

/* Ẩn postcode & address_2 khi VN (backup cho JS) */
body.country-VN #billing_postcode_field,
body.country-VN #shipping_postcode_field,
body.country-VN #billing_address_2_field,
body.country-VN #shipping_address_2_field {
    display: none;
}
