.rc-whatsapp-floating-button {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 109;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	border: 0;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 4px 14px rgb( 0 0 0 / 24% );
	color: #ffffff;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.rc-whatsapp-floating-button:hover {
	background: #128c7e;
	box-shadow: 0 6px 18px rgb( 0 0 0 / 30% );
	color: #ffffff;
	transform: translateY( -2px );
}

.rc-whatsapp-floating-button:focus-visible {
	outline: 3px solid #1a73e8;
	outline-offset: 3px;
}

.rc-whatsapp-floating-button img {
	display: block;
	width: 28px;
	height: 28px;
}

.rc-whatsapp-floating-button__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
	white-space: nowrap;
	border: 0;
}

@media (max-width: 782px) {
	.rc-whatsapp-floating-button {
		right: 12px;
		bottom: 12px;
		width: 52px;
		height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rc-whatsapp-floating-button {
		transition: none;
	}
}
