.cashtocryptogateway-payment-method-wrapper {
    display: flex;
    align-items: center;
}

.cashtocryptogateway-payment-method-wrapper img {
    display: flex;
    width: 100%;
}




/* --- Basic styles: ensure automatic width and handle responsiveness --- */
label[for^="payment_method_cashtocrypto-instant-payment-gateway-"] img {
  width: auto;   /* Explicitly set width to auto to work with fixed height */
  height: auto;  /* Default value, will be overridden by specific rules below */
  max-width: 100%; /* Crucial: prevents the automatically calculated width from exceeding the container */
  vertical-align: middle;
  display: inline-block; 
}

/* --- Set the fixed target height --- */

/* Fixed height: 30px */
label[for="payment_method_cashtocrypto-instant-payment-gateway-banxa"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-bitnovo"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-changenow"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-coinbase"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-finchpay"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-guardarian"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-interac"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-kado"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-mercuryo"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-moonpay"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-particle"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-rampnetwork"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-revolut"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-robinhood"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-sardine"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-simpleswap"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-simplex"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-stripe"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-swipelux"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-topper"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-transak"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-transfi"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-unlimit"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-upi"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-utorg"] img,




label[for="payment_method_cashtocrypto-instant-payment-gateway-werteur"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-wert"] img {
   height: 30px; 
   /* Width will be calculated automatically based on aspect ratio */
}

/* Fixed height: 60px */
label[for="payment_method_cashtocrypto-instant-payment-gateway-alchemypay"] img,
label[for="payment_method_cashtocrypto-instant-payment-gateway-hostedcashtocrypto"] img {
   height: 60px;
   /* Width will be calculated automatically based on aspect ratio */
}

