31 lines
572 B
CSS
31 lines
572 B
CSS
.page-id-1181 {
|
|
.wp-block-carhop-blocks-heading:has(+ #gform_wrapper_4) {
|
|
@apply !pb-0;
|
|
}
|
|
.wp-block-carhop-blocks-heading + #gform_wrapper_4 {
|
|
@apply !mt-2;
|
|
}
|
|
&:has(.gf_step_first.gf_step_active) {
|
|
.gf_page_steps {
|
|
@apply hidden;
|
|
}
|
|
}
|
|
|
|
.gform_page .wp-block-carhop-blocks-heading {
|
|
@apply pb-0;
|
|
}
|
|
|
|
.form-explanation {
|
|
@apply mt-12 max-w-2xl mx-auto !mb-0;
|
|
}
|
|
|
|
#field_4_34 {
|
|
label {
|
|
@apply !opacity-100 static;
|
|
}
|
|
textarea::placeholder {
|
|
@apply !opacity-50;
|
|
}
|
|
}
|
|
}
|