/* Floating WhatsApp + call buttons */
.wego-floating-contact {
	position: fixed !important;
	right: 18px !important;
	left: auto !important;
	bottom: 88px !important;
	top: auto !important;
	z-index: 1040;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 12px;
	width: 54px;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none;
	transform: none !important;
}

.wego-floating-contact__btn,
a.wego-floating-contact__btn {
	pointer-events: auto;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 54px !important;
	width: 54px !important;
	min-width: 54px !important;
	max-width: 54px !important;
	height: 54px !important;
	min-height: 54px !important;
	max-height: 54px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	float: none !important;
	inset: auto !important;
	left: auto !important;
	right: auto !important;
	position: relative !important;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1 !important;
	box-shadow: 0 8px 22px rgba(62, 58, 57, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	transform: none;
}

.wego-floating-contact__btn:hover,
.wego-floating-contact__btn:focus,
a.wego-floating-contact__btn:hover,
a.wego-floating-contact__btn:focus {
	transform: translateY(-2px) scale(1.04) !important;
	box-shadow: 0 10px 26px rgba(62, 58, 57, 0.28);
	color: #fff !important;
	outline: none;
	margin: 0 !important;
}

.wego-floating-contact__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.wego-floating-contact__btn--call {
	background: var(--wego-primary, #e6333b) !important;
}

.wego-floating-contact__btn--call:hover,
.wego-floating-contact__btn--call:focus {
	background: var(--wego-primary-hover, #c42a32) !important;
}

.wego-floating-contact__btn--whatsapp {
	background: #25d366 !important;
}

.wego-floating-contact__btn--whatsapp:hover,
.wego-floating-contact__btn--whatsapp:focus {
	background: #1ebe57 !important;
}

.wego-floating-contact__icon {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}

.wego-floating-contact__icon svg {
	display: block;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
}

@media (max-width: 575.98px) {
	.wego-floating-contact {
		right: 14px !important;
		bottom: 80px !important;
		gap: 10px;
		width: 50px;
	}

	.wego-floating-contact__btn,
	a.wego-floating-contact__btn {
		flex-basis: 50px !important;
		width: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		height: 50px !important;
		min-height: 50px !important;
		max-height: 50px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wego-floating-contact__btn {
		transition: none;
	}

	.wego-floating-contact__btn:hover,
	.wego-floating-contact__btn:focus,
	a.wego-floating-contact__btn:hover,
	a.wego-floating-contact__btn:focus {
		transform: none !important;
	}
}
