.csc-whatsapp-wrap {
	margin: 1rem 0;
}

.csc-whatsapp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	background: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	padding: 0.85em 1.4em;
	border-radius: 4px;
	line-height: 1.2;
	transition: background 0.15s ease, transform 0.15s ease;
}

.csc-whatsapp-button:hover,
.csc-whatsapp-button:focus {
	background: #1ebe57 !important;
	border-color: #1ebe57 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.csc-whatsapp-button--loop {
	width: 100%;
	text-align: center;
	padding: 0.7em 1em;
	font-size: 0.95em;
}
