
.swcb-wa-wrap {
	position: fixed;
	right: 50px;
	bottom: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	z-index: 99999;
	width: auto;
	height: auto;
	pointer-events: none;
}

.swcb-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border-radius: 999px;
	background: rgba(37, 211, 102, 0.12);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	pointer-events: auto;
}

.swcb-wa__icon {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
	.swcb-wa {
		transition: none;
	}
}
