.accordion-color-green .c-accordion__button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: green;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0;
    padding: 12px;
    width: 100%;
}

.accordion-color-green .c-accordion__button span.icons svg path {
    fill: white !important;
}

.t-teme-temp3 .accordion-color-green .c-accordion {
    border-bottom: none;
}

.t-teme-temp3 .accordion-color-green .c-accordion__button .text {
    color: white;
}
