1.wp-block-quote{
2 box-sizing:border-box;
3 overflow-wrap:break-word;
4}
5.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){
6 margin-bottom:1em;
7 padding:0 1em;
8}
9.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-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-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{
15 font-size:1.125em;
16 text-align:left;
17}
18.wp-block-quote>cite{
19 display:block;
20}