/*
	Styles for Zitat template
*/

.voy-cite {
	margin: 1em 40px;
}
.voy-cite-quotes-block {
	margin: 1em 0;
}
.voy-cite-quote { /* blockquotes with left border */
	margin: 0;
}
.voy-cite-source {
	margin: -1em 0 1em 1em;
}
.voy-cite-source::before {
	content: '– ';
}
.voy-cite-author {
}