.wpcf7 p {
    margin-bottom: 1.2em;
}

.wpcf7 label {
    color: var(--ast-global-color-7);
    font-size: .875em;
}

.wpcf7-list-item {
    margin: initial;
}

.wpcf7-list-item-label {
    color: var(--ast-global-color-3);
    font-size: initial;
}

.wpcf7 .half-half {
    display: flex;
    column-gap: 20px;
    margin-bottom: 0;
}

.half-half p, .half-full p {
    flex: 50%;
    margin-bottom: 1.2em;
}

.half-full {
    clear: both;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 select.wpcf7-form-control, .wpcf7 textarea.wpcf7-form-control {
    border-radius: var(--border-radius-small);
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
    border-style: solid;
    border-color: var(--other-accent-color);
    box-shadow: var(--box-shadow-style-2);
}
