.k-code-inner {
	display: flex;
	flex-wrap: nowrap;
	background: red;
}
.k-code-item {
	flex: 0 0 80%;
	max-width: 80%;
}
.k-code-item {
	flex: 0 0 90%;
	max-width: 90%;
	display: flex;
    justify-content: start;
    align-items: center;
}
.k-code-copy-button-wrap {
	flex: 0 0 10%;
	max-width: 10%;
	text-align: right;
	display: flex;
    justify-content: end;
    align-items: center;
}
.k-code-inner {
	padding: 10px 18px;
	background: #42006b;
	border-radius: 12px;
	color: #fff !important;
}
.k-copy-button {
	padding: 2px 12px;
	background: #fff;
	color: #000;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.25s;
}
.k-copy-button:hover {
	background: #7643C9;
	color: #fff;
}
.k-copy-button:focus {
	outline: unset !important;
}
.k-copy-button:focus {
	outline: unset !important;
}
.k-copy-button:active {
	background: #F2AE0F;
}