/**
 * Registration form tweaks (Addify custom registration form, #117979).
 *
 * The Addify additional-fields block sits directly above the submit button
 * with no breathing room — give the Register button a little top margin.
 */

.woocommerce-form-register__submit {
	margin-top: 10px;
}
