.angie-whatsapp-bubble {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

.angie-whatsapp-bubble a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.angie-whatsapp-bubble a:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}
