/* Buy via WhatsApp - front-end styles */

.bvwa-button {
	background-color: var(--bvwa-bg, #25d366) !important;
	background-image: none !important;
	color: var(--bvwa-text, #ffffff) !important;
	border-color: var(--bvwa-bg, #25d366) !important;
	font-size: var(--bvwa-font-size, 16px) !important;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	text-decoration: none;
}

/* Neutralize any icon injected by the theme on .button so the only icon is
   our own (toggleable) inline SVG. */
.bvwa-button::before,
.bvwa-button::after {
	content: none !important;
	display: none !important;
}

.bvwa-button:hover,
.bvwa-button:focus {
	filter: brightness( 0.93 );
	color: var(--bvwa-text, #ffffff) !important;
}

.bvwa-button .bvwa-icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
	fill: currentColor;
}

.bvwa-single-wrap {
	margin: 1.5em 0;
}

.bvwa-notice {
	padding: 0.75em 1em;
	background: #fff8e5;
	border: 1px solid #f0c000;
	border-radius: 4px;
}
