/**
 * WP Tutorials Address Autocomplete (WPTAAC)
 *
 * https://wp-tutorials.tech/refine-wordpress/checkout-address-autocomplete-without-a-plugin/
 *
 */
label[for="billing_search"]::before {
   font-family: 'dashicons';
   font-weight: 300;
   content: "\f319";
   margin-right: 0.5em;
}