.ct-whatsapp-button {
	align-items: center;
	background: #237a57;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	bottom: calc(24px + var(--ct-whatsapp-cookie-offset, 0px));
	box-shadow: 0 8px 24px rgba(35, 31, 32, 0.28);
	color: #fff;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	line-height: 1;
	min-height: 56px;
	padding: 8px 18px 8px 12px;
	position: fixed;
	right: 24px;
	text-decoration: none;
	transition: background-color 160ms ease, bottom 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	z-index: 99998;
}

.ct-whatsapp-button:visited {
	color: #fff;
}

.ct-whatsapp-button:hover,
.ct-whatsapp-button:focus-visible {
	background: #176b49;
	box-shadow: 0 10px 28px rgba(35, 31, 32, 0.34);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.ct-whatsapp-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.ct-whatsapp-button__icon {
	display: block;
	flex: 0 0 34px;
	height: 34px;
	width: 34px;
}

.ct-whatsapp-button__icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.ct-whatsapp-button__label {
	white-space: nowrap;
}

@media (max-width: 640px) {
	.ct-whatsapp-button {
		bottom: calc(16px + env(safe-area-inset-bottom, 0px) + var(--ct-whatsapp-cookie-offset, 0px));
		min-height: 54px;
		padding: 7px 15px 7px 10px;
		right: 16px;
	}
}

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