/**
 * @author alisch berlec hoenow <info@alischberlechoenow.de>
 * @version 1.0
 *
 * Eug Component: Text
 */

.text {}

.text:not( :last-child ) {
	margin-bottom: calc( var( --lh ) * 1em );
}