/*
 * pixelschmitt Frontend Build System
 * Kompatibilität für Elementor Contact Buttons / WhatsApp
 */

.e-contact-buttons__chat-button,
.e-contact-buttons__chat-button:link,
.e-contact-buttons__chat-button:visited,
.e-contact-buttons__chat-button:hover,
.e-contact-buttons__chat-button:focus,
.e-contact-buttons__chat-button:active {
	background-color: #25D366 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
	background-image: none !important;
}

.e-contact-buttons__chat-button svg,
.e-contact-buttons__chat-button svg *,
.e-contact-buttons__chat-button path {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	stroke: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
}

.e-contact-buttons__chat-button i,
.e-contact-buttons__chat-button i::before,
.e-contact-buttons__chat-button .eicon-whatsapp,
.e-contact-buttons__chat-button [class*="whatsapp"] {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
}

/* Eventuelle globale Link-Unterstreichungen neutralisieren */
.e-contact-buttons__chat-button::before,
.e-contact-buttons__chat-button::after {
	text-decoration: none !important;
	border-bottom: 0 !important;
	background-image: none !important;
}
