.lpc-property-count {
	display: flex;
	align-items: center;
}

.lpc-property-count--inline {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: inherit;
}

.lpc-property-count--stacked {
	flex-direction: column;
	align-items: inherit;
}

.lpc-property-count__number {
	line-height: 1.2;
}

.lpc-property-count__label {
	line-height: 1.4;
}
