.accordion-button {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    box-shadow: none !important;
    min-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 8px 0;
}

.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M30 15C30 23.2863 23.2863 30 15 30C6.71371 30 0 23.2863 0 15C0 6.71371 6.71371 0 15 0C23.2863 0 30 6.71371 30 15ZM16.0282 21.8891L24.2238 13.6935C24.7923 13.125 24.7923 12.2056 24.2238 11.6431L23.1956 10.6149C22.627 10.0464 21.7077 10.0464 21.1452 10.6149L15 16.7601L8.85484 10.6149C8.28629 10.0464 7.36694 10.0464 6.80444 10.6149L5.77621 11.6431C5.20766 12.2117 5.20766 13.131 5.77621 13.6935L13.9718 21.8891C14.5403 22.4577 15.4597 22.4577 16.0282 21.8891Z" fill="%230098A9"/></svg>');
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: 1px solid var(--primary_color);
    outline: none;
    color: var(--primary_color);
    box-shadow: none;
    /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M0 15C0 6.71371 6.71371 0 15 0C23.2863 0 30 6.71371 30 15C30 23.2863 23.2863 30 15 30C6.71371 30 0 23.2863 0 15ZM13.9718 8.11089L5.77621 16.3065C5.20766 16.875 5.20766 17.7944 5.77621 18.3569L6.80444 19.3851C7.37298 19.9536 8.29234 19.9536 8.85484 19.3851L15 13.2399L21.1452 19.3851C21.7137 19.9536 22.6331 19.9536 23.1956 19.3851L24.2238 18.3569C24.7923 17.7883 24.7923 16.869 24.2238 16.3065L16.0282 8.11089C15.4597 7.54234 14.5403 7.54234 13.9718 8.11089Z" fill="%230098A9"/></svg>');*/
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M30 15C30 23.2863 23.2863 30 15 30C6.71371 30 0 23.2863 0 15C0 6.71371 6.71371 0 15 0C23.2863 0 30 6.71371 30 15ZM16.0282 21.8891L24.2238 13.6935C24.7923 13.125 24.7923 12.2056 24.2238 11.6431L23.1956 10.6149C22.627 10.0464 21.7077 10.0464 21.1452 10.6149L15 16.7601L8.85484 10.6149C8.28629 10.0464 7.36694 10.0464 6.80444 10.6149L5.77621 11.6431C5.20766 12.2117 5.20766 13.131 5.77621 13.6935L13.9718 21.8891C14.5403 22.4577 15.4597 22.4577 16.0282 21.8891Z" fill="%230098A9"/></svg>');
    /*transform: var(--bs-accordion-btn-icon-transform);*/
}
