.elementor-woo-meta--view-inline .product_meta {
	display: flex;
	flex-wrap: wrap;
}

.elementor-woo-meta--view-inline .product_meta .detail-container:after {
	border-bottom: 0;
	border-left-width: 1px;
	border-right: 0;
	border-top: 0;
	border-style: solid;
	height: 100%;
	inset-block-start: 50%;
	inset-inline: auto -8px;
	position: absolute;
	transform: translateY(-50%);
	width: auto;
}

.elementor-woo-meta--view-table .product_meta {
	display: flex;
	flex-direction: column;
}

.elementor-woo-meta--view-table .product_meta .detail-container {
	display: flex;
}

.elementor-woo-meta--view-table .product_meta .detail-label {
	min-width: 108px;
}