.sp-lk-bonus-history__title {
    margin-bottom: 24px;
    color: #1e1e1e;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.sp-lk-bonus-history__empty {
    margin: 0;
    color: #6f7380;
    font-size: 16px;
    line-height: 1.45;
}

.sp-lk-bonus-history__list {
    display: grid;
    gap: 5px;
}

.sp-lk-bonus-history__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 11px;
    border-radius: 10px;
    background: #f5f5f6;
}

.sp-lk-bonus-history__item.is-cancelled {
    opacity: 0.7;
}

.sp-lk-bonus-history__meta {
    display: grid;
    gap: 0;
    min-width: 0;
}

.sp-lk-bonus-history__action,
.sp-lk-bonus-history__date,
.sp-lk-bonus-history__order {
    margin: 0;
}

.sp-lk-bonus-history__action {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
}

.sp-lk-bonus-history__date {
    color: #7b7f8b;
    font-size: 10px;
    line-height: 1.4;
}

.sp-lk-bonus-history__side {
    display: grid;
    gap: 0;
    justify-items: end;
    flex: 0 0 auto;
    text-align: right;
}

.sp-lk-bonus-history__order {
    color: #6f7380;
    font-size: 12px;
    line-height: 1;
    text-decoration: none !important;
}

.sp-lk-bonus-history__amount {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

.sp-lk-bonus-history__amount--plus {
    background: #e8f1d8;
    color: #386a2c;
}

.sp-lk-bonus-history__amount--minus {
    background: #f9e7ed;
    color: #b04168;
}

@media (max-width: 980px) {
    .sp-lk-bonus-history__title {
        margin-bottom: 18px;
        font-size: 24px;
    }

    .sp-lk-bonus-history__item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding: 9px 11px;
        border-radius: 10px;
    }

    .sp-lk-bonus-history__action {
        font-size: 14px;
    }

    .sp-lk-bonus-history__date,
    .sp-lk-bonus-history__order {
        font-size: 10px;
    }

    .sp-lk-bonus-history__side {
        justify-items: end;
        text-align: right;
    }

    .sp-lk-bonus-history__amount {
        min-height: 20px;
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 12px;
    }
}
