/* Amelia WhatsApp Payment — front-end styles */

.awp-relabeled-option {
	color: #25D366;
	font-weight: 600;
}

.awp-relabeled-option::before {
	content: "\1F4AC"; /* speech balloon, stand-in WhatsApp glyph */
	margin-right: 6px;
}

.awp-whatsapp-fallback-wrap {
	margin-top: 16px;
	text-align: center;
}

.awp-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #25D366;
	color: #ffffff !important;
	padding: 12px 22px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1;
	transition: background-color 0.15s ease-in-out;
}

.awp-whatsapp-btn::before {
	content: "\1F4AC";
	font-size: 16px;
}

.awp-whatsapp-btn:hover {
	background-color: #1ebe5b;
}
