.rampex-payment-method-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rampex-payment-method-wrapper img,
.rampex-method-wrapper img,
.rampex-method-icon {
    display: inline-block;
    max-height: 24px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.rampex-method-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Safety net for themes that don't apply our wrapper classes. */
li.wc_payment_method img[src*="rampex-payment-gateway"],
li.wc_payment_method img[src*="/providers/"] {
    max-height: 24px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
