.sidebar-bonuses {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    width: 100%;
    max-width: 312px;
}

.sidebar-bonuses__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sidebar-bonuses__title {
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #232323;
}

.sidebar-bonuses__gift-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.sidebar-bonuses__item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 8px;
}

.sidebar-bonuses__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #fff;
    border-radius: 50%;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
}

.sidebar-bonuses__logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.sidebar-bonuses__logo img {
    max-width: 100%;
    max-height: 20px;
    object-fit: contain;
}

.sidebar-bonuses__logo-text {
    font-family: 'Onest', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-bonuses__btn {
    flex-shrink: 0;
    white-space: nowrap;
    width: 149px;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
}

.sidebar-bonuses__all-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .sidebar-bonuses {
        max-width: 100%;
    }
}
