/**
 * Think WhatsApp Order - Frontend styles
 */

.think-whatsapp-order-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.6em 1.2em;
	background-color: #25d366;
	color: #fff !important;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
}

.think-whatsapp-order-btn:hover {
	background-color: #20bd5a;
	color: #fff !important;
}

.think-whatsapp-order-btn:focus {
	outline: 2px solid #25d366;
	outline-offset: 2px;
}

.think-whatsapp-order-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.think-whatsapp-order-icon svg {
	width: 1.25em;
	height: 1.25em;
}

.think-whatsapp-order-text {
	white-space: nowrap;
}
