.kwb-floating-button {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 24px;
	box-shadow: 0 8px 24px rgba(20, 116, 63, 0.32);
	color: #fff;
	display: inline-flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	padding: 14px 18px;
	position: fixed;
	right: 24px;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
	z-index: 99999;
}

.kwb-floating-button:hover,
.kwb-floating-button:focus-visible {
	background: #1da851;
	box-shadow: 0 10px 28px rgba(20, 116, 63, 0.4);
	color: #fff;
	outline: none;
	transform: translateY(-2px);
}

.kwb-floating-button:focus-visible {
	box-shadow: 0 0 0 4px #fff, 0 0 0 7px #1da851;
}

.kwb-floating-button svg {
	fill: currentcolor;
	height: 22px;
	width: 22px;
}

@media (max-width: 480px) {
	.kwb-floating-button {
		bottom: 16px;
		right: 16px;
	}

	.kwb-floating-button span {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}
}
