.whatsapp-bubble {
	position: fixed;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #25d366;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.whatsapp-bubble:hover,
.whatsapp-bubble:focus {
	background: #1fae53;
	color: #ffffff;
	text-decoration: none;
}

.whatsapp-bubble img {
	width: 22px;
	height: 22px;
	display: block;
	object-fit: contain;
}

.whatsapp-bubble span {
	display: inline-block;
	white-space: nowrap;
}

.wb-pos-bottom-right {
	right: 20px;
	bottom: 20px;
}

.wb-pos-bottom-left {
	left: 20px;
	bottom: 20px;
}

.wb-pos-top-right {
	right: 20px;
	top: 20px;
}

.wb-pos-top-left {
	left: 20px;
	top: 20px;
}
