.ababil-share-box {
	margin: 32px 0;
	padding: 18px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 14px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.ababil-share-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	color: #0f172a;
	font-weight: 800;
}

.ababil-share-heading small {
	color: #64748b;
	font-size: 12px;
	font-weight: 600;
}

.ababil-share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ababil-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 14px;
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ababil-share-button:hover,
.ababil-share-button:focus {
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(15, 23, 42, 0.18);
	text-decoration: none;
	opacity: 0.95;
}

.ababil-share-button.is-whatsapp {
	background: #16a34a;
}

.ababil-share-button.is-facebook {
	background: #2563eb;
}

.ababil-share-button.is-twitter {
	background: #0f172a;
}

.ababil-share-button.is-telegram {
	background: #0284c7;
}

.ababil-share-button.is-linkedin {
	background: #0a66c2;
}

.ababil-share-copy {
	background: #e11d48;
}

@media (max-width: 640px) {
	.ababil-share-box {
		margin: 24px 0;
		padding: 14px;
	}

	.ababil-share-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.ababil-share-button {
		flex: 1 1 calc(50% - 10px);
		min-width: 130px;
	}
}
