/* Reduce space between labels and inputs */
.wpcf7 label {
    margin-bottom: 4px; /* adjust as needed */
    display: block;
}

/* Reduce space between fields */
.wpcf7 p {
    margin-bottom: 8px; /* smaller than default */
}

/* Reduce padding inside input, textarea, select */
.wpcf7 input.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control,
.wpcf7 select.wpcf7-form-control {
    padding: 6px 8px; /* adjust inner spacing */
    font-size: 14px; /* optional */
}

/* Reduce padding of the submit button */
.wpcf7 input.wpcf7-submit {
    padding: 6px 12px;
    font-size: 14px;
}