.accordion-content
{
    border-bottom: 1px solid #eee;
    padding-left: 33px;
    padding-bottom: 8px;
}

.tn-elem:has(.tn-tab.selected) .tn-atom {
    background-color: #FFFFFF !important;
    border-bottom-width: 2px;
    border-color: #FF0000 !important;
}


.t-btn.uc-bonus-apply {
    background-color: #000 !important;
    color: #ffffff !important;
    border-radius: 10px;
    border: 0px !important;
}


Для стилей кнопки «Отменить списание бонусов» нужно добавить в head сайта этот код:


.t-btn.uc-bonus-cancel {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}
