.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form .wpcf7-form-control-wrap > .wpcf7-form-control {
    width: 100%;
}

.wpcf7 .screen-reader-response {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wpcf7 .screen-reader-response p,
.wpcf7 .screen-reader-response ul {
    margin: 0;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7-response-output {
    margin: 24px 0 0;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 4px;
    padding: 18px 16px;
    border-radius: 16px;
    background: #fdeaea;
    color: #d64a3c;
    font-size: 18px;
    line-height: 1.4;
}
