/* Brand artwork supplied as SVG: complete app icon and white solid mark. */
.brand .brand-mark {
	border-radius: 9px;
	background: transparent;
	box-shadow: none;
}

.brand-mark img {
	display: block;
	width: 31px;
	height: 31px;
	border-radius: 8px;
	filter: drop-shadow(0 6px 12px rgba(20, 184, 102, .22));
}

.cta-whatsapp {
	background: linear-gradient(145deg, #27c977, #0a9950);
	box-shadow: 0 15px 35px rgba(8, 144, 75, .19), inset 0 0 0 1px rgba(255, 255, 255, .15);
}

.cta-whatsapp img {
	display: block;
	width: 60px;
	height: auto;
}
