/* Elementor Addon Nextra - WhatsApp Chat */
.ean-widget-whatsapp-chat .ean-wa-note {
	padding: 16px 18px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #666666;
	font-size: 14px;
}

.ean-widget-whatsapp-chat .ean-wa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 28px;
	background: #25d366;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ean-widget-whatsapp-chat .ean-wa-button:hover {
	background: #1eb857;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
	color: #ffffff;
}

.ean-widget-whatsapp-chat .ean-wa-icon {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	line-height: 1;
}

.ean-widget-whatsapp-chat .ean-wa-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ean-widget-whatsapp-chat .ean-wa-text {
	line-height: 1.2;
}

.ean-widget-whatsapp-chat .ean-wa-float {
	position: fixed;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #25d366;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(37, 211, 102, .45);
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ean-widget-whatsapp-chat .ean-wa-float:hover {
	background: #1eb857;
	transform: translateY(-3px) scale(1.05);
	color: #ffffff;
}

.ean-widget-whatsapp-chat .ean-wa-float svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ean-widget-whatsapp-chat .ean-wa-float-bottom-right {
	right: 24px;
	bottom: 24px;
}

.ean-widget-whatsapp-chat .ean-wa-float-bottom-left {
	left: 24px;
	bottom: 24px;
}

.ean-widget-whatsapp-chat .ean-wa-hide-mobile {
	display: none;
}

.ean-widget-whatsapp-chat .ean-wa-show-mobile {
	display: flex;
}

@media (max-width: 768px) {
	.ean-widget-whatsapp-chat .ean-wa-hide-mobile {
		display: none;
	}

	.ean-widget-whatsapp-chat .ean-wa-show-mobile {
		display: flex;
	}

	.ean-widget-whatsapp-chat .ean-wa-float-bottom-right {
		right: 16px;
		bottom: 16px;
	}

	.ean-widget-whatsapp-chat .ean-wa-float-bottom-left {
		left: 16px;
		bottom: 16px;
	}
}
