1
.wpcf7 .screen-reader-response {
2
position: absolute;
3
overflow: hidden;
4
clip: rect(1px, 1px, 1px, 1px);
5
clip-path: inset(50%);
6
height: 1px;
7
width: 1px;
8
margin: -1px;
9
padding: 0;
10
border: 0;
11
word-wrap: normal !important;
12
}
13
14
.wpcf7 form .wpcf7-response-output {
15
margin: 2em 0.5em 1em;
16
padding: 0.2em 1em;
17
border: 2px solid #00a0d2; /* Blue */
18
}
19
20
.wpcf7 form.init .wpcf7-response-output,
21
.wpcf7 form.resetting .wpcf7-response-output,
22
.wpcf7 form.submitting .wpcf7-response-output {
23
display: none;
24
}
25
26
.wpcf7 form.sent .wpcf7-response-output {
27
border-color: #46b450; /* Green */
28
}
29
30
.wpcf7 form.failed .wpcf7-response-output,
31
.wpcf7 form.aborted .wpcf7-response-output {
32
border-color: #dc3232; /* Red */
33
}
34
35
.wpcf7 form.spam .wpcf7-response-output {
36
border-color: #f56e28; /* Orange */
37
}
38
39
.wpcf7 form.invalid .wpcf7-response-output,
40
.wpcf7 form.unaccepted .wpcf7-response-output,
...
</html>