.oae-sc-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 24px 0;
	padding: 14px 16px;
	background: #f8f9fa;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}

.oae-sc-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background: #6b7280;
	transition: transform 0.15s ease, opacity 0.15s ease;
	cursor: pointer;
}

.oae-sc-btn:hover,
.oae-sc-btn:focus {
	transform: translateY(-1px);
	opacity: 0.92;
	color: #fff;
}

.oae-sc-btn svg {
	flex-shrink: 0;
	fill: currentColor;
}

.oae-sc-btn--facebook { background: #1877f2; }
.oae-sc-btn--twitter  { background: #000000; }
.oae-sc-btn--line     { background: #06c755; }
.oae-sc-btn--whatsapp { background: #25d366; }
.oae-sc-btn--telegram { background: #26a5e4; }
.oae-sc-btn--copy     { background: #6b7280; }

.oae-sc-btn.oae-sc-btn--copied {
	background: #16a34a !important;
}

.oae-sc-total {
	margin-left: auto;
	font-size: 13px;
	color: #4b5563;
}

.oae-sc-total__num {
	color: #111827;
}

@media (max-width: 480px) {
	.oae-sc-buttons {
		gap: 6px;
	}

	.oae-sc-btn__label {
		display: none;
	}

	.oae-sc-btn {
		padding: 8px;
	}

	.oae-sc-total {
		margin-left: 0;
		width: 100%;
		order: 99;
	}
}
