.whatsapp-wrapper {
	text-align: center;
}

.whatsapp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: #25D366;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.whatsapp-button:hover {
	background-color: #128C7E;
	color: #ffffff;
	transform: translateY(-2px);
}

.whatsapp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.whatsapp-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}