.belvio-ai-bot-whatsapp-card {
	background: #f6fffa;
	border: 1px solid #b8ebca;
	border-radius: 12px;
	margin: 24px 0;
	padding: 18px;
}

.belvio-ai-bot-whatsapp-card-primary {
	box-shadow: 0 12px 30px rgba(31, 168, 85, 0.14);
	margin-top: 14px;
}

.belvio-ai-bot-whatsapp-card p {
	margin: 0 0 14px;
}

.belvio-ai-bot-whatsapp-button {
	align-items: center;
	background: #1fa855;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
	padding: 12px 18px;
	text-decoration: none;
}

.belvio-ai-bot-whatsapp-button:focus,
.belvio-ai-bot-whatsapp-button:hover {
	background: #168744;
	color: #fff;
}
