/* Quote block */
body .wp-block-quote {
	padding: var(--wp--preset--spacing--fm-40) var(--wp--preset--spacing--fm-80);
	font-size: 1rem ;
	line-height: 1.6;
	position: relative;
	background: rgba(74, 74, 74, .1);
	margin-bottom: 3rem; 
}

.wp-block-quote::before {
	content: '';
	background: var(--accent-color);
    position: absolute;
    inset: -1rem auto auto -1rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}

.wp-block-quote:after{
	content:'';
	position: absolute; 
	top: -.6rem;
	left: -.6rem; 
	width: 1.25rem;
	height: 1.25rem; 
	background: url('../images/nu-quote.svg') no-repeat;
	background-size: cover; 
}

.wp-block-quote cite {
	font-size: 1rem;
	text-align: left;
	line-height: 1.5;
	font-family: var(--title-font);
	font-style: normal; 
}
