.rwot-floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9990;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #25d366;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rwot-floating-whatsapp:hover,
.rwot-floating-whatsapp:focus-visible {
	transform: scale(1.05);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.rwot-floating-whatsapp img,
.rwot-floating-whatsapp svg {
	display: block;
	width: 28px;
	height: 28px;
}

@media (max-width: 767.98px) {
	.rwot-floating-whatsapp {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}
}
