.rey-productSKU,
.sku_wrapper {
	align-items: center;
	column-gap: 4px;
}

.rey-productSKU {
	display: inline-flex;
	font-size: 14px;
	flex-wrap: wrap;
	line-height: 1.35;
	row-gap: 4px;
}

.rey-productSKU .rey-productSKU-label,
.rey-productSKU .rey-productSKU-value {
	font-size: inherit;
	line-height: inherit;
}

.sku_wrapper {
	display: inline-flex;
}

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

.rankup-copySku:hover,
.rankup-copySku:focus-visible {
	color: var(--theme, currentColor);
	opacity: 1;
	transform: translateY(-1px);
}

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

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

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

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

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

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