.lyric-share-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	padding: 0.25rem 0;
}

.lyric-share-wrapper h4 {
	margin: 0;
}

.lyric-share {
	display: flex;
	align-items: center;
}

.lyric-share ul {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lyric-share li {
	margin: 0;
}

.lyric-share a {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.lyric-share a:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.lyric-share i {
	font-size: 16px;
}

.share-facebook {
	background: #4964a1;
	color: #fff;
}

.share-whatsapp {
	background: #25d366;
	color: #fff;
}

.share-link {
	background: #fff;
	border: 1px solid #aaa;
	color: #555;
}

.copy-message {
	margin-left: 10px;
	color: #28a745;
	font-size: 14px;
	font-weight: 600;
}