.sp-lk-bonus-summary__title {
    margin-bottom: 30px;
    color: #1e1e1e;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.sp-lk-bonus-summary__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sp-lk-bonus-summary__chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 36px;
    border-radius: 999px;
    padding: 10px 12px;
    color: #434343;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid #cfc8bb;
    background: #fffdf8;
}

.sp-lk-bonus-summary__chip--status.is-active {
    border-color: transparent;
    background: #e8f1d8;
    color: #386a2c;
}

.sp-lk-bonus-summary__chip--status.is-active::before,
.sp-lk-bonus-summary__chip--status.is-inactive::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex: 0 0 12px;
}

.sp-lk-bonus-summary__chip--status.is-active::before {
    background: #6c9453;
}

.sp-lk-bonus-summary__chip--status.is-inactive {
    color: #7b715e;
    background: #f7f0e7;
}

.sp-lk-bonus-summary__chip--status.is-inactive::before {
    background: #b8ad98;
}

.sp-lk-bonus-summary__grid {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.sp-lk-bonus-summary__metric {
    margin: 0;
    min-height: 70px;
    padding: 15px 19px;
    border-radius: 18px;
    background: #f5f5f6;
    display: grid;
    align-content: start;
    gap: 5px;
}

.sp-lk-bonus-summary__metric-label {
    font-size: 12px;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #848073;
}

.sp-lk-bonus-summary__metric-value {
    margin: 0;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.sp-lk-bonus-summary__metric-value span {
    font-size: 0.8em;
}

.sp-lk-bonus-summary__progress {
    margin-top: 30px;
}

.sp-lk-bonus-summary__progress-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.sp-lk-bonus-summary__progress-title,
.sp-lk-bonus-summary__progress-value {
    margin: 0;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.2;
}

.sp-lk-bonus-summary__progress-bar {
    position: relative;
    overflow: hidden;
    height: 10px;
    border-radius: 999px;
    background: #f5f5f6;
}

.sp-lk-bonus-summary__progress-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--e-global-color-primary, #f70780) 0%, #ff6cac 100%);
}

.sp-lk-bonus-summary__next-level {
    margin-top: 42px;
    padding: 13px 22px;
    border-radius: 18px;
    background: #f5f5f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sp-lk-bonus-summary__next-text {
    margin: 0;
    color: #2f3038;
    font-size: 18px;
    line-height: 1.2;
}

.sp-lk-bonus-summary__next-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 7px 14px;
    background: #f9e7ed;
    color: #b04168;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
}

.sp-lk-bonus-summary__hint {
    margin-top: 18px;
    max-width: 720px;
}

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

    .sp-lk-bonus-summary__chips {
        gap: 8px;
    }

    .sp-lk-bonus-summary__chip {
        min-height: 34px;
        padding: 8px 12px;
        gap: 8px;
        font-size: 13px;
    }

    .sp-lk-bonus-summary__chip--status.is-active::before,
    .sp-lk-bonus-summary__chip--status.is-inactive::before {
        width: 10px;
        height: 10px;
        flex-basis: 10px;
    }

    .sp-lk-bonus-summary__grid {
        margin-top: 22px;
        gap: 10px;
    }

    .sp-lk-bonus-summary__metric {
        min-height: 64px;
        padding: 13px 14px;
        border-radius: 14px;
        gap: 4px;
    }

    .sp-lk-bonus-summary__metric-label {
        font-size: 11px;
    }

    .sp-lk-bonus-summary__metric-value {
        font-size: 17px;
    }

    .sp-lk-bonus-summary__progress {
        margin-top: 22px;
    }

    .sp-lk-bonus-summary__progress-head {
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 8px;
    }

    .sp-lk-bonus-summary__progress-title,
    .sp-lk-bonus-summary__progress-value {
        font-size: 14px;
    }

    .sp-lk-bonus-summary__progress-bar {
        height: 8px;
    }

    .sp-lk-bonus-summary__next-level {
        margin-top: 22px;
        padding: 12px 14px;
        border-radius: 14px;
        display: grid;
        gap: 10px;
    }

    .sp-lk-bonus-summary__next-text {
        font-size: 16px;
    }

    .sp-lk-bonus-summary__next-chip {
        justify-self: start;
        min-height: 30px;
        padding: 6px 12px;
        font-size: 13px;
    }
}
