/* Botón "Consultar por WhatsApp" en la ficha de producto vendible
   (junto al botón "Añadir al carrito", ver
   fitness-pro-whatsapp-consult.php). Verde de marca de WhatsApp. */

.fp-whatsapp-consult-btn {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 14px;
	padding: 12px 24px;
	background: #25d366;
	color: #ffffff !important;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: background 0.2s ease;
}

.fp-whatsapp-consult-btn:hover {
	background: #1ebe5a;
	color: #ffffff !important;
}

.fp-whatsapp-consult-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
