.affilia-welcome {
	position: fixed;
	right: 20px;
	bottom: 84px;
	z-index: 9998;
	max-width: min(360px, calc(100vw - 40px));
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .14);
	color: #202124;
}

.affilia-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: inline-grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	background: #1fa855;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
	color: #fff;
	font: 700 14px/1 sans-serif;
	text-decoration: none;
}

.affilia-whatsapp.is-rtl,
[dir="rtl"] .affilia-welcome {
	right: auto;
	left: 20px;
}

