/**
 * Razorpay for EDD — Checkout page styles.
 *
 * Scoped to the EDD checkout form so these rules don't bleed elsewhere.
 *
 * @package Razorpay_For_EDD
 * @since   1.0.0
 */

/* ── Gateway info section ─────────────────────────────────────────────────── */

#edd_cc_fields.edd-razorpay-info {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 16px 20px;
	margin-top: 12px;
	background: #fafafa;
}

.edd-razorpay-description {
	font-size: 0.9rem;
	color: #555;
	margin: 0;
	line-height: 1.5;
}

/* ── Razorpay badge next to gateway label ─────────────────────────────────── */

.edd-razorpay-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	color: #528FF0;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 6px;
}

/* ── Loading state on submit ──────────────────────────────────────────────── */

.edd-razorpay-loading #edd_purchase_submit .edd-submit {
	opacity: 0.65;
	pointer-events: none;
	cursor: wait;
}
