/* VERIFIED Crypto Checkout — Blocks Checkout Only
 * Professional icon sizing for payment method logos: 18px height
 * (Does not affect Classic checkout)
 */
.wc-block-checkout__payment-method img,
.wc-block-checkout__payment-method svg,
.wc-block-components-payment-method-icon img,
.wc-block-components-payment-method-icon svg {
  height: 18px !important;
  width: auto !important;
  max-height: 18px !important;
  display: inline-block;
  vertical-align: middle;
}

.wc-block-components-payment-method-icon {
  height: auto !important;
  width: auto !important;
  line-height: 1 !important;
}
