/**
 * Checkout Styles
 *
 * @package FactturaWooCommerce
 */

/* Hide invoice fields by default - hide the form-row container */
.form-row.facttura-invoice-row {
    display: none;
}

/* Ensure proper spacing */
#facttura_wants_invoice_field {
    margin-bottom: 15px;
}
