.kwt-whatsapp-button {
	--kwt-color: #25D366;
	position: fixed;
	bottom: 24px;
	z-index: 999999;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--kwt-color);
	color: #fff !important;
	text-decoration: none !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
	transition: transform .2s ease, box-shadow .2s ease;
}
.kwt-whatsapp-button:hover,
.kwt-whatsapp-button:focus {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}
.kwt-whatsapp-button svg {
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
}
.kwt-position-right { right: 24px; }
.kwt-position-left { left: 24px; }

@media (max-width: 767px) {
	.kwt-whatsapp-button {
		bottom: 18px;
		min-width: 56px;
		width: 56px;
		height: 56px;
		padding: 0;
		justify-content: center;
	}
	.kwt-whatsapp-button span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
	.kwt-position-right { right: 18px; }
	.kwt-position-left { left: 18px; }
}
