/**
 * Theme Name: Byron Child
 * Template: byron
 * Version: 1.0
 * Description: Construction Engineering and Architecture WordPress Theme
 * Author: Ninzio
 **/

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.form-column {
    flex: 1;
    margin-right: 10px;
}

.form-column:last-child {
    margin-right: 0;
}

textarea {
    width: 100%;
    height: 100px; /* Ajusta la altura según sea necesario */
}

.acceptance-container {
    display: flex;
    align-items: center; /* Alinea verticalmente el checkbox y el texto */
}

.acceptance-container .wpcf7-list-item {
    margin: 0; /* Elimina el margen predeterminado del checkbox */
}

.acceptance-text {
    margin-left: 10px; /* Espacio entre el checkbox y el texto */
}