/* Optional: Adjust the styling of the invoice fields when shown/hidden. */
#wcif-invoice-fields-container {
    transition: all 0.3s ease-in-out;
}

/* Hide the invoice fields by default */
#_billing_company_name_field,
#_billing_company_code_field,
#_billing_company_vat_code_field,
#billing_invoice_city_field,
#billing_invoice_postcode_field,
#billing_invoice_postcode_field {
    display: none;
}