.mepm-description-changing {
	opacity: .55;
	transition: opacity .15s ease;
}

.mepm-selected-variation-summary {
	margin: 12px 0 16px;
	padding: 12px 14px;
	border: 1px solid #d8e5f2;
	border-radius: 4px;
	background: #f7fbff;
}

.mepm-selected-variation-summary[hidden] {
	display: none !important;
}

.mepm-selected-price-label {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
	opacity: .72;
}

.mepm-selected-price .price,
.mepm-selected-price > .price {
	display: block;
	margin: 0;
}

.mepm-selected-identifiers {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.45;
}

.product_meta .mepm-selected-product-identifiers {
	display: block;
	margin-top: 4px;
}

.product_meta .mepm-selected-product-identifiers span {
	margin-right: 12px;
}
