.copy-the-code-inside-wrap .copy-the-code-button {
	position: absolute;
	right: 0;
	top: 0;
}

.copy-the-code-inside .copy-the-code-button {
	position: absolute;
	right: 0;
	top: 0;
}
.copy-the-code-wrap {
	display: block;
	position: relative;
}

.copy-the-code-wrap .copy-the-code-button {
    background: linear-gradient(135deg, #2f2f2f, #1c1c1c);
    padding: 12px 22px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: none;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.copy-the-code-wrap .copy-the-code-button:hover {
    background: linear-gradient(135deg, #3a3a3a, #222222);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
}

.copy-the-code-outside + * {
	margin-top: 0;
}

.copy-the-code-outside {
	text-align: right;
}

/** Styles */
.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button {
	background: transparent;
	padding: 0;
}
.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button svg {
	height: auto;
	width: 20px;
	fill: #c1c1c1;
}
.copy-the-code-wrap.copy-the-code-style-cover .copy-the-code-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease-in-out;
	padding: 0;
	font-size: 12px;
}

.copy-the-code-wrap.copy-the-code-style-cover:hover .copy-the-code-button {
	opacity: 1;
}

.copy-the-code-inside-wrap.copy-the-code-style-svg-icon .copy-the-code-button {
	padding: 10px;
}

.copy-the-code-wrap.copy-the-code-style-cover {
	display: inline-block;
}

.copy-the-code-wrap .copy-the-code-target {
	margin-top: 0;
}

.copy-the-code-style-svg-icon .copy-the-code-outside {
	height: 32px;
}

.copy-the-code-shortcode svg {
	height: 16px;
	width: 16px;
	fill: #424242;
}

.copy-the-code-shortcode {
	cursor: pointer;
}
