.essencial-sites-whatsapp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid #D13F00;
	border-radius: 10px;
	background: #ffffff;
	color: #D13F00;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.essencial-sites-whatsapp-button svg {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	fill: currentColor;
}

.essencial-sites-whatsapp-button:hover,
.essencial-sites-whatsapp-button:focus {
	background: #D13F00;
	border-color: #D13F00;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
}

.essencial-sites-whatsapp-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
