/**
 * WhatsApp Buy button styles.
 */

.pel-whatsapp-buy-wrap {
	margin: 1em 0;
}

.pel-whatsapp-buy-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	background-color: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1.2;
	padding: 0.85em 1.4em;
	border-radius: 4px;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.pel-whatsapp-buy-btn:hover,
.pel-whatsapp-buy-btn:focus {
	background-color: #1ebe57 !important;
	border-color: #1ebe57 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.pel-whatsapp-buy-btn__icon {
	display: inline-flex;
	flex-shrink: 0;
}

.pel-whatsapp-buy-btn--archive {
	width: 100%;
	box-sizing: border-box;
}

.pel-whatsapp-buy-btn--single {
	min-width: 220px;
}

.pel-whatsapp-buy-notice {
	color: #b32d2e;
	font-size: 0.9em;
}

/* Optional: hide common cart UI when inquiry-only mode is on */
body.pel-whatsapp-buy-hide-cart .ast-site-header-cart,
body.pel-whatsapp-buy-hide-cart .woocommerce-mini-cart,
body.pel-whatsapp-buy-hide-cart .widget_shopping_cart,
body.pel-whatsapp-buy-hide-cart .added_to_cart {
	display: none !important;
}
