.gateway-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    width: 46px;
    min-width: 46px;
    height: 24px;
}

.gateway-logo-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.gateway-logo-wrap--svg .checkout__payment__svg__icon,
.gateway-logo-wrap--svg svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.checkout__payment__gateway__radios__wrapper .checkout__payment__gateway__radios .cercle__input__radio.input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout__payment__gateway__radios__wrapper .checkout__payment__gateway__radios .payment__gateway__icon {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    display: inline-flex;
    align-items: center;
}

.checkout__payment__gateway__radios__wrapper .checkout__payment__gateway__radios .payment__gateway__name {
    margin-left: 0;
}

.gateway-option {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
}

.gateway-option__text {
    line-height: 1.4;
}

.select2-container .gateway-option .gateway-logo-image {
    width: 46px;
    min-width: 46px;
    height: 24px;
    max-width: 46px;
    max-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .gateway-option {
    display: flex;
    align-items: center;
    min-height: 28px;
}

.select2-results__option .gateway-option {
    display: flex;
    align-items: center;
}
