.xplora-floating-whatsapp {
	position: fixed;
	right: 10px;
	bottom: 92px;
	z-index: 120;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 9px;
	border-radius: 118px;
	background: #38ad44;
	color: var(--color-white);
	box-sizing: border-box;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.xplora-floating-whatsapp:hover,
.xplora-floating-whatsapp:focus-visible {
	background: #2f9a3b;
	color: var(--color-white);
	text-decoration: none;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
	transform: scale(1.04);
}

.xplora-floating-whatsapp:active,
.xplora-floating-whatsapp:visited {
	color: var(--color-white);
}

.xplora-floating-whatsapp:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

.xplora-floating-whatsapp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: inherit;
}

.xplora-floating-whatsapp__icon-svg {
	width: 36px;
	height: 36px;
	fill: currentColor;
}

@media (max-width: 767px) {
	.xplora-floating-whatsapp {
		right: 10px;
		width: 54px;
		height: 54px;
		padding: 9px;
		transform: none;
	}

	.xplora-floating-whatsapp:hover,
	.xplora-floating-whatsapp:focus-visible {
		transform: scale(1.04);
	}

	.xplora-floating-whatsapp__icon,
	.xplora-floating-whatsapp__icon-svg {
		width: 36px;
		height: 36px;
	}
}
