.sheitech-copy-link-wrapper {
	display: inline-flex;
	align-items: center;
	margin: 0;
	vertical-align: middle;
}

.sheitech-copy-icon-box {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	background-color: #5dcb6a !important;
	color: #fff !important;
	border: none !important;
	border-radius: 50px !important;
	height: 28px !important;
	padding: 0 12px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	line-height: 1 !important;
	cursor: pointer !important;
	transition: all .3s ease !important;
	box-shadow: 0 2px 4px rgba(93, 203, 106, .2) !important;
	user-select: none !important;
	-webkit-user-select: none !important;
}

.sheitech-copy-icon-box:hover {
	background-color: #4caf50 !important;
	box-shadow: 0 4px 10px rgba(93, 203, 106, .5) !important;
}

.sheitech-copy-icon-box svg {
	transition: stroke .3s ease !important;
}