.quote-single{
	width:100%;
}
.quote-single .inner{
	margin: var(--margin-xl) auto ;
    max-width: var(--wp--style--global--wide-size);
    padding: 0 calc(40px + 4vw);
    display: flex;
    align-items: center;
}
.quote-single picture{
	width:60%;
	position: relative;
	z-index: 1;
	aspect-ratio: 1/1;
}
.quote-single picture img{
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left:50% ;
	translate: -50%  -50%;
}
.quote-single article{
	width:60%;
	position: relative;
	z-index: 2;
	box-shadow: var(--standard-shadow);
	padding: 50px;
	background: #fff;
}
.quote-single.left-content article.single-quote-quotemark:before{
	content: "";
	border: 6px solid var(--default-colour2);
	background: url(images/quote.svg)#fff;
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	padding: 20px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	translate: -50% -50%;
}
.quote-single.right-content article.single-quote-quotemark:before{
	content: "";
	border: 6px solid var(--default-colour2);
	background: url(images/quote.svg)#fff;
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	padding: 20px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	translate: -50% -50%;
}
.quote-single h2{
	width: 100%;
}
.quote-single p{
	width: 100%;
}
.quote-single a{
	width: 100%;
}
.quote-single blockquote,
.quote-single .wp-block-quote{
	width: 100%;
    border-left: 0em solid;
    margin: 0 0 1.75em;
    padding-left: 0em;
}
.quote-single .wp-block-quote cite,
.quote-single blockquote cite{
	font-size: 22px;
	font-family: var(--titlefont);
	text-align: center;
	width: 100%;
    display: block;
}
.quote-single.left-content article{
	order: 1;
	margin-right: -10%;
}
.quote-single.left-content picture{
	order: 2;
	margin-left: -10%;
}
.quote-single.right-content article{
	order: 2;
	margin-left: -10%;
}
.quote-single.right-content picture{
	order: 1;
	margin-right: -10%;
}
.quote-single .quote-single-stars{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.quote-single .quote-single-stars svg{
	fill:var(--default-colour2);
	width: 20px;
	height: auto;
	display: block;
}