/* Hide original first/last name fields when still rendered, but only on checkout */
.woocommerce-checkout .hidden {
  display: none !important;
}