.mfe-code-copy {
	position: relative;
	display: inline-flex;
	box-sizing: border-box;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: -5px -7px -5px 0;
	padding: 0;
	border: 1px solid #555b69;
	border-radius: 7px;
	background: #292c33;
	color: #d8deea;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.mfe-code-copy:hover {
	border-color: #8fb5f3;
	background: #343943;
	color: #fff;
}

.mfe-code-copy:focus-visible {
	outline: 3px solid #8fb5f3;
	outline-offset: 2px;
}

.mfe-code-copy:disabled {
	cursor: wait;
	opacity: .8;
}

.mfe-code-copy.is-copied {
	border-color: #67c69f;
	background: #1f4035;
	color: #b8f2d9;
}

.mfe-code-copy.has-error {
	border-color: #e68a8a;
	background: #4a2729;
	color: #ffd5d5;
}

.mfe-code-copy-status {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.mfe-code-block {
	position: relative;
}

.mfe-code-block > .mfe-code-copy {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	margin: 0;
}

.mfe-code-block > pre {
	padding-right: 58px !important;
}
