| 1 |
.wp-block-quote { |
| 2 |
box-sizing: border-box; |
| 3 |
overflow-wrap: break-word; |
| 4 |
} |
| 5 |
.wp-block-quote.is-style-large:where(:not(.is-style-plain)), .wp-block-quote.is-large:where(:not(.is-style-plain)) { |
| 6 |
margin-bottom: 1em; |
| 7 |
padding: 0 1em; |
| 8 |
} |
| 9 |
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-large:where(:not(.is-style-plain)) p { |
| 10 |
font-size: 1.5em; |
| 11 |
font-style: italic; |
| 12 |
line-height: 1.6; |
| 13 |
} |
| 14 |
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, |
| 15 |
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-large:where(:not(.is-style-plain)) cite, |
| 16 |
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer { |
| 17 |
font-size: 1.125em; |
| 18 |
text-align: right; |
| 19 |
} |
| 20 |
.wp-block-quote > cite { |
| 21 |
display: block; |
| 22 |
} |