| 1 |
.wp-block-c7wp-default { |
| 2 |
overflow: hidden; |
| 3 |
z-index: 1; |
| 4 |
} |
| 5 |
.wp-block-c7wp-default > div { |
| 6 |
max-width: 100%; |
| 7 |
} |
| 8 |
.wp-block-c7wp-default strong { |
| 9 |
margin-bottom: 1rem; |
| 10 |
display: block; |
| 11 |
} |
| 12 |
|
| 13 |
.wp-block-c7wp-default label { |
| 14 |
display: block; |
| 15 |
} |
| 16 |
.wp-block-c7wp-default input { |
| 17 |
max-width: 100%; |
| 18 |
margin-top: 0.5rem; |
| 19 |
display: block; |
| 20 |
} |
| 21 |
.wp-block-c7wp-default::before { |
| 22 |
content: ''; |
| 23 |
width: 200px; |
| 24 |
height: 200px; |
| 25 |
max-width: 100%; |
| 26 |
max-height: 100%; |
| 27 |
position: absolute; |
| 28 |
top: 0; |
| 29 |
right: 0; |
| 30 |
background-image: url('../../../../assets/c7bg.svg'); |
| 31 |
background-size: contain; |
| 32 |
background-repeat: no-repeat; |
| 33 |
background-position: center right; |
| 34 |
opacity: 0.05; |
| 35 |
pointer-events: none; |
| 36 |
z-index: -1; |
| 37 |
} |