.wc-block-components-product-metadata .wc-block-components-product-metadata__description {
	display: none;
}
.wc-block-components-product-metadata .wc-block-components-product-details > li {
	list-style-type: none;
	margin: 0 0 6px;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	gap: 6px;
}
.wc-block-components-product-details > li .wc-block-components-product-details__name {
	width: 80px;
	line-height: 1.2;
}
.wc-block-components-product-details > li .wc-block-components-product-details__value {
	flex: 1 1 0;
	line-height: 1.2;
}

.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details {
	list-style-type: none;
	display: flex;
	flex-flow: column;
	gap: 0;
	font-size: 12px;
}
.woocommerce-checkout .wc-block-components-product-details > li .wc-block-components-product-details__name {
	width: 100%;
}
.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details > li {
	flex-flow: column;
	gap: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0, .09);
	margin-bottom: 0px;
}
.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details > li > span:nth-child(1) {
	font-weight: 600;
}
table.order_details ul.wc-item-meta li {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .09);
	font-size: 90%;
}
table.order_details ul.wc-item-meta li:last-child {
	border-bottom-width: 0px;
}
table.order_details ul.wc-item-meta li>strong {
	float: left;
	width: 120px;
	margin: 0 0 0 0 !important;
}
table.order_details ul.wc-item-meta li>p {
	float: right;
	width: calc(100% - 120px);
	margin: 0;
	padding-left: 5px;
	box-sizing: border-box;
}
table.order_details ul.wc-item-meta li:after {
	content: "";
	display: table;
	width: 100%;
	line-height: 0;
	clear: both;
}