.bm-black-friday-deal__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 23px;
    padding: 4px 16px !important;
    border-radius: 4px 4px 0 0;
    background: #FFD449 url('../images/toplist-tech-deal-sales.svg') no-repeat 320px top;
    background-size: auto;
}

.campaign-compact-table__offer.bm-w-black-friday-deal {
    padding-top: 39px;
    border: 1px solid #FFD449;
    border-top: 0;
}

.campaign-list-item.bm-w-black-friday-deal {
    padding-top: 39px;
    border: 1px solid #FFD449;
    border-top: 0;
}

.campaign-compact-table__offer.bm-w-black-friday-deal.w-highlighted-label {
    padding-top: 48px !important;
    border-radius: 4px;
}

.campaign-compact-table__offer.bm-w-black-friday-deal.w-highlighted-label td.campaign-compact-table__highlighted-label {
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    z-index: 1;
    top: 39px;
    left: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    height: 17px;
    padding: 3px 8px 2px 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bm-cta-button-color);
    border-radius: 0 6px 6px 0;
    background: var(--bm-cta-button-background);
}

.campaign-list-item.bm-w-black-friday-deal .toppike-out {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 32px;
}

.campaign-list-item.bm-w-black-friday-deal .top-pick {
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    height: 17px;
    padding: 3px 8px 2px 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bm-cta-button-color);
    border-radius: 0 6px 6px 0;
    background: var(--bm-cta-button-background);
}

.campaign-list-item.bm-w-black-friday-deal .top-pick::after {
    display: none;
}

.campaign-list-item.bm-w-black-friday-deal .campaign-list-item_logo.bm-with-counter:before {
    z-index: 2;
}

.campaign-compact-table__offer.bm-w-black-friday-deal.brand_table_custom_cl {
    padding: 16px;
}

.numbered .campaign-compact-table__offer.bm-w-black-friday-deal.w-highlighted-label .campaign-compact-table__offer-logo:before {
    font-family: var(--bm-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    z-index: 2;
    top: -11px;
    left: -9px;
    color: #1C2642;
    background: #F1F5FF;
}

.bm-w-black-friday-deal .bm-black-friday-deal__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #FFD449;
    border-radius: 4px 4px 0 0;
}

.bm-black-friday-deal__inner {
    font-family: var(--bm-font-family);
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 125%;
    user-select: none;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width: 991px) {
    .bm-black-friday-deal__wrapper {
        background-position: 159px top;
    }

    .campaign-list-item.bm-w-black-friday-deal .toppike-out {
        top: 6px;
    }
}
