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

/* Limit gateway icon sizes in classic checkout. */
.payment_method_inespayredsys label img,
.payment_method_googlepayredsys label img,
.payment_method_googlepayredsysredirection label img {
	max-width: 110px !important;
	max-height: 40px !important;
	height: auto !important;
	width: auto !important;
	vertical-align: middle;
}
