1:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){
2 border:1px solid #949494;
3 font-family:inherit;
4 font-size:1em;
5}
6
7:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){
8 padding:calc(.667em + 2px);
9}
10
11.wp-block-post-comments-form{
12 box-sizing:border-box;
13}
14.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){
15 font-weight:inherit;
16}
17.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){
18 font-family:inherit;
19}
20.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){
21 font-size:inherit;
22}
23.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){
24 line-height:inherit;
25}
26.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){
27 font-style:inherit;
28}
29.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){
30 letter-spacing:inherit;
31}
32.wp-block-post-comments-form :where(input[type=submit]){
33 box-shadow:none;
34 cursor:pointer;
35 display:inline-block;
36 overflow-wrap:break-word;
37 text-align:center;
38}
39.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{
40 box-sizing:border-box;
41 display:block;
42 width:100%;
43}
44.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{
45 display:block;
46 margin-bottom:.25em;
47}
48.wp-block-post-comments-form .comment-form-cookies-consent{
49 display:flex;
50 gap:.25em;
51}
52.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
53 margin-top:.35em;
54}
55.wp-block-post-comments-form .comment-reply-title{
56 margin-bottom:0;
57}
58.wp-block-post-comments-form .comment-reply-title :where(small){
59 font-size:var(--wp--preset--font-size--medium, smaller);
60 margin-left:.5em;
61}