.tc-quote {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.tc-quote__text {
	margin: 0;
	white-space: pre-line;
	text-indent: -16px;
}
@media screen and (max-width: 1024px) {
	.tc-quote__text {
		text-indent: -14px;
	}
}
@media screen and (max-width: 767px) {
	.tc-quote__text {
		text-indent: -12px;
	}
}

.tc-quote__extra {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tc-quote__extra-dash {
	flex-shrink: 0;
}
