/* WhatsApp CTA button — used site-wide via myio_whatsapp_button() (inc/whatsapp.php).
   Moved out of woo-video-products.css, which only loads on video category
   pages — this button also appears on non-video pages (e.g. the category
   filters empty-state card), so it needs its own sitewide stylesheet. */

.myio-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: #25D366;
	color: #fff !important;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: background .15s;
	white-space: nowrap;
}

.myio-whatsapp-btn:hover {
	background: #1ebe5d;
}

.myio-whatsapp-btn svg {
	flex-shrink: 0;
}
