.ugotcryptoeddottogateway-payment-method-wrapper {
    display: flex;
    align-items: center;
}

.ugotcryptoeddottogateway-payment-method-wrapper img {
    display: flex;
    width: 100%;
}


.payment-method-container {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Space between the name and images */
    white-space: nowrap; /* Ensure the text and icons stay on the same line */
}

/* Image styling */
.payment-icon {
    height: 40px; /* Adjust the icon height to maintain consistency */
    width: 30px;  /* Maintain aspect ratio */
}

/* Optional: Add padding between the images */
.payment-icon + .payment-icon {
    margin-left: 5px;
}

