/*
 Theme Name:   OceanWP Child
 Theme URI:    https://oceanwp.org/
 Description:  Thème enfant d'OceanWP pour Hélène
 Author:       Maxime Calay
 Author URI:   https://oceanwp.org/
 Template:     oceanwp
 Version:      1.1.0
 Text Domain:  oceanwp-child
*/

/* ---------------------------------------------------------------------------
 * CTA WhatsApp (fiche produit)
 * ------------------------------------------------------------------------ */

.owpc-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 10px;
	padding: 12px 20px;
	border: 0;
	border-radius: 6px;
	background: #25d366;
	color: #fff;
	font-weight: 600;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.owpc-whatsapp-btn:hover,
.owpc-whatsapp-btn:focus {
	background: #1da851;
	color: #fff;
}

.owpc-whatsapp-btn:focus-visible {
	outline: 2px solid #128c7e;
	outline-offset: 2px;
}

.owpc-whatsapp-btn__icon {
	flex: none;
}
