.copy-feedback {
	color: green;
	font-weight: bold;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.copy-feedback.visible {
	display: inline;
	opacity: 1;
}

.copy-button {
	cursor: pointer;
}