/*
Theme Name: Hello Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
/* Clean up the ACF form in the My Account area */
.woocommerce-MyAccount-content .acf-form {
    background: #fff;
    padding: 20px;
    border: 1px solid #d3ced2;
    border-radius: 5px;
}
.acf-repeater .acf-row-handle.order {
    background: #f8f8f8;
}
