/*
 Theme Name:   Printy Child Theme
 Theme URI:    https://printy.themerex.net/
 Description:  Printy Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     printy
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  printy
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/* Reducir el espacio entre los dos checkboxes de aceptación */
.form-style-2 .wpcf7-acceptance {
    margin-bottom: 5px !important; 
    margin-top: 5px !important;    
}

/* Ajustar el espacio entre el último checkbox y el botón "Enviar" */
.form-style-2 p:last-of-type {
    margin-top: 25px !important; 
}