/* eMedia Easy QR Payment — frontend styles */

.emqr-payment-section {
	max-width: 460px;
	margin: 24px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
.emqr-payment-section * { box-sizing: border-box; max-width: 100%; }

.emqr-heading { font-size: 20px; margin: 0 0 16px; }

.emqr-order-summary { text-align: left; margin-bottom: 16px; }
.emqr-order-summary div { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #e2e2e2; font-size: 14px; }
.emqr-order-summary span { color: #666; }

.emqr-instruction { font-weight: 600; margin: 10px 0; }

.emqr-qr-wrap { display: flex; justify-content: center; margin: 16px 0; }
.emqr-qr-image { width: 100%; max-width: 260px; height: auto; border: 1px solid #eee; border-radius: 8px; padding: 8px; background: #fff; }

.emqr-notice { color: #b32d2e; font-size: 13px; }

.emqr-btn {
	display: inline-block;
	width: 100%;
	padding: 14px 16px;
	margin: 8px 0;
	border-radius: 8px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	min-height: 48px; /* comfortable mobile touch target */
	line-height: 1.2;
}
.emqr-btn-primary { background: #6739b7; color: #fff; }
.emqr-btn-confirm { background: #1a7f37; color: #fff; }
.emqr-btn-small { width: auto; padding: 8px 12px; font-size: 13px; min-height: 36px; background: #f0f0f1; color: #333; }

.emqr-upi-id-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 12px 0; font-size: 14px; }
.emqr-upi-id-row code { background: #f6f6f6; padding: 4px 8px; border-radius: 4px; word-break: break-all; }

.emqr-shipping-notice { font-size: 12px; color: #888; margin: 8px 0; }

.emqr-confirm-result { min-height: 20px; font-size: 14px; font-weight: 600; }

.emqr-status-box { border-radius: 8px; padding: 14px; margin-top: 12px; font-size: 14px; }
.emqr-status-initial { background: #fff8e5; border: 1px solid #f0d78c; }
.emqr-status-pending { background: #fff8e5; border: 1px solid #f0d78c; }
.emqr-status-confirmed { background: #e9f7ee; border: 1px solid #a3d9b6; }

.emqr-branding { margin-top: 18px; font-size: 11px; color: #aaa; }

.emqr-checkout-note { font-size: 12px; color: #777; margin-top: 6px; }

/* WhatsApp field on checkout */
.emqr-whatsapp-field input { min-height: 44px; }

/* Prevent any horizontal overflow on small screens */
@media (max-width: 480px) {
	.emqr-payment-section { margin: 12px; padding: 16px; border-radius: 8px; }
	.emqr-heading { font-size: 18px; }
	.emqr-btn { font-size: 15px; }
}
