.ce-product-meta,
.ce-product-meta--layout-table .ce-product-meta__detail {
	display: flex; }
.ce-product-meta--layout-inline .ce-product-meta {
	flex-wrap: wrap }
.ce-product-meta--layout-stacked .ce-product-meta,
.ce-product-meta--layout-table .ce-product-meta {
	flex-direction: column; }
.ce-product-meta .ce-product-meta__detail {
	position: relative; }
.ce-product-meta .ce-product-meta__detail:after {
	position: absolute;
	border-width: 0;
	bottom: 0;
	inset-inline-start: 0;
	width: 100%; }
.ce-product-meta--layout-inline .ce-product-meta__detail:after {
	top: 50%;
	inset-inline-start: auto;
	inset-inline-end: 0;
	width: auto;
	height: 100%;
	transform: translateY(-50%); }
.ce-product-meta--layout-table .ce-product-meta__label {
	min-width: 108px; }
.ce-product-meta .ce-product-meta__label {
	font-weight: 700; }
