.single-product-page .summary-inner .product_meta,
.single-product .summary .product_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	margin-bottom: 16px;
	color: #676767;
	font-size: 13px;
}

.single-product-page .summary-inner .sku_wrapper,
.single-product .summary .sku_wrapper,
.wd-product-sku {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.single-product-page .summary-inner .sku_wrapper .meta-label,
.single-product .summary .sku_wrapper .meta-label,
.wd-product-sku .wd-label {
	font-weight: 600;
	color: #111;
}

.rankup-copySku {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #676767;
	cursor: pointer;
	position: relative;
	transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.rankup-copySku:hover,
.rankup-copySku:focus-visible {
	border-color: initial;
	background-color: initial;
	box-shadow: initial;
	color: #111;
	transform: translateY(-1px);
}

.rankup-copySku:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 2px;
}

.rankup-copySku svg {
	display: block;
	width: 14px;
	height: 14px;
	pointer-events: none;
}

.rankup-copySku.is-copied {
	color: #2f7d32;
}

.rankup-copySku.is-failed {
	color: #b42318;
}

.rankup-copySku__status {
	position: absolute;
	left: 50%;
	top: calc(100% + 6px);
	padding: 4px 6px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(-4px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.rankup-copySku.is-copied .rankup-copySku__status,
.rankup-copySku.is-failed .rankup-copySku__status {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
