.shubh-tokri-whatsapp-enquiry {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-left: 8px;
	min-height: 44px;
}

.shubh-tokri-whatsapp-floating {
	align-items: center;
	background: #168a45;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 52px;
	justify-content: center;
	line-height: 1;
	min-height: 52px;
	min-width: 52px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	touch-action: manipulation;
	width: 52px;
	z-index: 9999;
}

.shubh-tokri-whatsapp-floating:focus,
.shubh-tokri-whatsapp-floating:hover {
	background: #0f6f36;
	color: #fff;
}

.shubh-tokri-whatsapp-floating:focus-visible,
.shubh-tokri-whatsapp-enquiry:focus-visible {
	outline: 3px solid #1f7a55;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px rgba(31, 122, 85, 0.24);
}

@media (max-width: 480px) {
	.shubh-tokri-whatsapp-enquiry {
		margin-left: 0;
		margin-top: 8px;
	}

	.shubh-tokri-whatsapp-floating {
		bottom: 16px;
		right: 16px;
	}
}
