#edit-payment-information-payment-method--wrapper {
    display: none;
}

.section-container__custom_html_payments .title-section {
    color: var(--stelae-sodalite-blue);
    font-family: var(--stelae-font-family-bold);
    font-size: 24px;
}

.section-container__custom_html_payments .container__payment {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 8px 0 32px 0;
}

.section-container__custom_html_payments .payment__option {
    border: 3px solid transparent;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section-container__custom_html_payments .payment__option.payment__selected {
    border:3px solid #f19e1b;
}

.section-container__custom_html_payments .payment__option img {
    height: auto;
    width: 100%;
    padding: 8px;
}

.section-container__custom_html_payments .payment__option.payment__card img {
    max-width: 50px;
}

.section-container__custom_html_payments .payment__option.payment__bizum img {
    max-width: 70px;
}