/* Additional styling for our custom fields */
body.woocommerce-checkout.woocommerce-page #billing_state_field,
body.woocommerce-checkout.woocommerce-page #shipping_state_field,
body.woocommerce-checkout.woocommerce-page #billing_city_field,
body.woocommerce-checkout.woocommerce-page #shipping_city_field,
body.woocommerce-checkout.woocommerce-page #billing_postcode_field,
body.woocommerce-checkout.woocommerce-page #shipping_postcode_field{
    width: 100% !important;
}

/* Add visual feedback when field is disabled during AJAX */
select[disabled].comenzicityselect-state-field,
select[disabled].comenzicityselect-city-field {
    background-color: #f2f2f2;
    cursor: wait;
}