/**
 * Redsys Checkout Styles
 *
 * @package WooCommerce Redsys Gateway
 */

/* Google Pay icon size limit in checkout */
.payment_method_googlepayredsys img[alt="Google Pay"],
.payment_method_googlepayredsys img[src*="GPay"] {
	max-width: 110px !important;
	height: auto !important;
	width: auto !important;
}
