/* Checkout clásico */
.woocommerce .payment_methods .wc_payment_method.payment_method_ventipay label img {
  width:60px !important;
  height:60px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  vertical-align:middle;
}

/* WooCommerce Blocks (checkout por bloques) */
.wc-block-components-payment-methods__payment-method
.wc-block-components-payment-method-label__image img {
  width:60px !important;
  height:60px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
}
