/* Fix quote to straight quote */
.quote-copy > :before {
	content: '"';
}

.quote-copy > :after {
	content: '"';
}
