.text--text > p {
	hyphens: auto;
	margin-bottom: 4px;
}
.text--text > p:last-child {
	margin-bottom: 0;
}
.text--text.oneliner > p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	hyphens: none;
}
