.wsc-whatsapp-button {
	align-items: center;
	background: var(--wsc-color, #25d366);
	box-shadow: var(--wsc-shadow, 0 10px 24px rgba(0, 0, 0, 0.22));
	box-sizing: border-box;
	display: inline-flex !important;
	height: var(--wsc-size, 58px);
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
	width: var(--wsc-size, 58px);
	z-index: 2147483647;
}

.wsc-whatsapp-button:hover,
.wsc-whatsapp-button:focus {
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
	opacity: 0.96;
	transform: translateY(-2px) scale(1.03);
}

.wsc-whatsapp-button:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.35);
	outline-offset: 4px;
}

.wsc-whatsapp-button svg,
.wsc-whatsapp-button img {
	display: block;
	height: 58%;
	max-height: 58%;
	max-width: 58%;
	object-fit: contain;
	width: 58%;
}

.wsc-position-bottom-right {
	bottom: var(--wsc-offset, 24px);
	right: var(--wsc-offset, 24px);
}

.wsc-position-bottom-left {
	bottom: var(--wsc-offset, 24px);
	left: var(--wsc-offset, 24px);
}

.wsc-position-top-right {
	right: var(--wsc-offset, 24px);
	top: var(--wsc-offset, 24px);
}

.wsc-position-top-left {
	left: var(--wsc-offset, 24px);
	top: var(--wsc-offset, 24px);
}

.wsc-shape-circle {
	border-radius: 999px;
}

.wsc-shape-rounded {
	border-radius: 14px;
}

.wsc-shape-square {
	border-radius: 4px;
}

@media (max-width: 767px) {
	.wsc-visibility-desktop {
		display: none;
	}

	.wsc-whatsapp-button {
		height: var(--wsc-size, 58px);
		width: var(--wsc-size, 58px);
	}
}

@media (min-width: 768px) {
	.wsc-visibility-mobile {
		display: none;
	}
}
