/* VERIFIED Crypto Checkout - default logo sizing */

.verified-crypto-checkout-logo,
.paygatedottogateway-logo,
.paygatedotto-provider-logo,
.verified-crypto-checkout-provider-logo {
  display: inline-block;
  max-height: 26px;
  width: auto;
  max-width: 96px;
}

/* If a theme forces images to 100% width inside labels, clamp it */
.wc_payment_method label img,
.woocommerce-checkout-payment label img {
  max-height: 26px;
  width: auto !important;
}

/* Card brand row under the description */
.verified-crypto-checkout-card-brands {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.verified-crypto-checkout-card-brands img {
  max-height: 18px;
  width: auto;
  display: inline-block;
}

/* Provider + card icons row */
.vccp-gateway-icons{display:inline-flex;align-items:center;gap:10px;}
.vccp-provider-icon{height:28px !important; max-height:28px !important;max-width:140px !important;width:auto !important;}
.vccp-card-icons{display:inline-flex;align-items:center;gap:6px;}
.vccp-card-icon{height:18px;width:auto;}


/* Force consistent sizing across themes */
.vccp-provider-icon { height: 28px !important; max-height: 28px !important; max-width: 140px !important; width: auto !important; }

/* If the provider icon is our card-strip image, clamp a bit tighter */
.vccp-provider-icon[src*="vcc-card-icons"] { height: 26px !important; max-height: 26px !important; }
.vccp-card-icon { height: 18px !important; width: auto !important; }
.vccp-gateway-icons { gap: 6px !important; }

/* WooCommerce Blocks: icons next to the label */
.wc-block-components-payment-method-icons img,
.wc-block-components-payment-method-icon,
.wc-block-components-payment-method-icon img {
  height: 18px !important;
  width: auto !important;
  max-height: 18px !important;
}

/* Blocks method content: provider logo/icon inside the payment box */
.paygatedottogateway-icon {
  max-height: 26px !important;
  max-width: 26px !important;
  width: auto !important;
  height: auto !important;
}

/* Extra clamp for classic checkout where themes override label img sizing */
.payment_method_paygatedotto-instant-payment-gateway-hostedpaygatedotto img,
.payment_method_paygatedotto-instant-payment-gateway-hostedpaygatedotto label img,
#payment .payment_method_paygatedotto-instant-payment-gateway-hostedpaygatedotto img,
#payment .payment_method_paygatedotto-instant-payment-gateway-hostedpaygatedotto label img {
  max-height: 26px !important;
  height: 26px !important;
  width: auto !important;
}


/* Blocks checkout icon sizing */
.paygatedottogateway-method-icon{height:26px !important; max-height:26px !important; width:auto !important; max-width:140px !important; display:inline-block;}
