/* Start custom CSS */input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 2px solid #d9730d;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
}
/*.pmpro_member_profile_edit-fields{display: flex;}*/

/*.pmpro_member_profile_edit-fields{width: 100%;*/
/*    display: flex;}*/
    

.pmpro_member_profile_edit-fields{display: flex !important;
    flex-wrap: wrap !important;
}
    
    
    
form.pmpro_form .pmpro_member_profile_edit-fields > div {
    margin: 0 0 1em 0;
    width: 25%;
}/* End custom CSS */