.waf-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #25d366;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.waf-button:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
}

.waf-button svg {
	display: block;
}
