<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quote-classic {
	padding: 30px;
	background: #f8f8f8;
}

@media (min-width: 1200px) {
	.quote-classic {
		padding: 50px;
	}
}

.quote-classic-body {
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
}

.quote-classic-author {
	font-size: 14px;
	color: #888888;
}

* + .quote-classic-author {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	* + .quote-classic-author {
		margin-top: 18px;
	}
}

.quote-simple * + .quote-simple-author {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.quote-simple * + .quote-simple-author {
		margin-top: 36px;
	}
}

.quote-simple-position {
	font-size: 14px;
}

* + .quote-simple-position {
	margin-top: 10px;
}
</pre></body></html>