/* 6date WhatsApp-Button — mobil-freundlich, edel, WhatsApp-Gruen. */
.sixd-wa-wrap { margin: 16px 0 22px; }
.sixd-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #25D366;
	color: #fff;
	font-weight: 700;
	font-size: 1.02rem;
	line-height: 1;
	padding: 15px 24px;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(37, 211, 102, .35);
	transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.sixd-wa:hover,
.sixd-wa:focus {
	background: #1ebe5b;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, .45);
}
.sixd-wa svg { flex: 0 0 auto; }
/* Mehrere Kanaele nebeneinander (WhatsApp + SMS). */
.sixd-wa-wrap { display: flex; flex-wrap: wrap; gap: 10px; }
/* SMS-Variante: Marken-Pink statt WhatsApp-Gruen. */
.sixd-wa--sms { background: #D20F41; box-shadow: 0 4px 14px rgba(210, 15, 65, .35); }
.sixd-wa--sms:hover,
.sixd-wa--sms:focus { background: #e43e5d; box-shadow: 0 6px 20px rgba(210, 15, 65, .45); }
@media (max-width: 560px) {
	.sixd-wa { display: flex; width: 100%; padding: 16px 18px; }
	.sixd-wa-wrap { gap: 8px; }
}
