.whatsapp-float-btn {
	align-items: center;
	background: linear-gradient(to bottom, #5bd566, #24af3c);
	border: 2px solid #4fc560;
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 60px;
	justify-content: center;
	outline: none;
	position: fixed;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 60px;
	z-index: 9999;
}

.whatsapp-float-btn-right {
	right: 24px;
}

.whatsapp-float-btn-left {
	left: 24px;
}

.whatsapp-float-btn:hover,
.whatsapp-float-btn:focus {
	background: #128c7e;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
	color: #fff;
	text-decoration: none;
	transform: scale(1.1);
}

.whatsapp-float-icon {
	font-size: 32px;
	line-height: 1;
}

.whatsapp-float-tooltip {
	background: rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	bottom: 94px;
	color: #fff;
	font-size: 13px;
	opacity: 0;
	padding: 6px 12px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.2s ease;
	white-space: nowrap;
	z-index: 9998;
}

.whatsapp-float-tooltip-right {
	right: 24px;
}

.whatsapp-float-tooltip-left {
	left: 24px;
}

.whatsapp-float-btn:hover ~ .whatsapp-float-tooltip {
	opacity: 1;
}

.whatsapp-inline-btn-wrap {
	margin-top: 8px;
}

.btn-whatsapp-inline {
	background: #25d366;
	border: 0;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease;
	width: 100%;
}

.btn-whatsapp-inline:hover,
.btn-whatsapp-inline:focus {
	background: #128c7e;
	color: #fff;
	text-decoration: none;
}

.btn-whatsapp-inline .fa-brands {
	margin-right: 6px;
}
