    .accordion-button.collapsed::after {
        content: 'add' !important;
        background-image: none !important;
        background: none !important;
        font-family: 'Material Symbols Outlined' !important;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        font-size: 20px;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        color: var(--color-gray-dark);

    }

    .accordion-button::after {
        content: 'remove' !important;
        background-image: none !important;
        background: none !important;
        font-family: 'Material Symbols Outlined' !important;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        font-size: 20px;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        color: var(--color-gray-dark);

    }


    .custon-arrow-payment-methods {
        position: relative;
        left: 10px;
        color: var(--color-gray-dark);

    }


 button[aria-expanded="true"] .section-name {
    background: linear-gradient(var(--custom-gradient));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

/* Estado normal (cuando no está expandido) */
button[aria-expanded="false"] .section-name,
button .section-name {
    color: var(--color-gray-dark);
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

.section-name {
    margin-top: 3px;
}
.icons-back {
    width: 13px;
    height: 13px;
}

@media screen and (max-width: 576px) {
    .wallet-checkbox-payment-method {
    right: 2.5px !important;
}

.icons-back {
    width: 11px;
    height: 11px;
}

}


