/**
 * Checkout: Recurly.js CardElement mounts iframes with generous default height.
 * Scope rules to this gateway so other payment methods are unchanged.
 */
.payment_method_recurly #recurly-card-element.ri-card-element {
	box-sizing: border-box;
	min-height: 0;
}

.payment_method_recurly #recurly-card-element .recurly-element,
.payment_method_recurly #recurly-card-element [class*="recurly-element"] {
	min-height: 0 !important;
}

/* Single-line combined card field: align with compact WooCommerce payment_box copy */
.payment_method_recurly #recurly-card-element iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	height: 2.75rem !important;
	min-height: 2.5rem !important;
	max-height: 3rem !important;
}
